1 2 3 > >>   Sort: Rank

REST API Resource with Template Parameters
How to add a REST API resource with template parameters in SoapUI? You can follow this tutorial to add new resources with template parameters to a REST API service in SoapUI. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to open your SoapUI test project stored in "\fyicenter...
2023-06-12, 2910🔥, 2💬

💬 2023-06-12 FYIcenter.com: @Stephen, Maybe you can try to simplify your template as: database/{database}/{geocode}

💬 2023-06-08 Stephen: How do you make a double parameter with a choice work? eg database/{database}/{geocode: geocode|geocode.json} I can get the data...

gzip Compressed HTTP Response in SoapUI
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website, you may get gzip compressed HTTP response back as shown in this tutorial. 1. Create a new project in SoapUI and add the following HTTP request: TestStep Name: Bing Home Endpoint: http://www.bing.com...
2022-03-18, 12631🔥, 1💬

Create My First SoapUI Test
How to Create my First Test with SoapUI? I have just installed SoapUI on my computer. You can follow this tutorial to create your first SoapUI test. 1. Start SoapUI on your computer. 2. Click on "File > Create Empty Project" menu. You see a new project "Project 1" created. 3. Right-click on "...
2018-05-08, 1694🔥, 0💬

SoapUI Error - com.eviware.soapui.plugins
How to fix the SoapUI error "com.eviware.soapui.plugins ..."? You are getting the following SoapUI error, because some SoapUI plugins are not fully installed: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat... 21:26:01,995 ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.au to.fact...
2018-04-28, 4765🔥, 0💬

Error with Running soapui.bat
Why I am getting errors when running soapui.bat? Sometimes you may get errors when running the soapui.bat file directly as shown below: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat21:46:17,864 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\fyicenter\soapui-set tings.xml]...
2018-04-28, 3790🔥, 0💬

SoapUI Error - SLF4J: Failed to load class
How to fix the SoapUI error "SLF4J: Failed to load class ..."? You are getting the following SoapUI error, because the SLF4J implementation JAR file is not included in the installation: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerB. ..
2018-04-28, 2554🔥, 0💬

Understanding SoapUI Functionalities
Where to find tutorials on Understanding SoapUI Functionalities? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Understanding SoapUI Functionalities. View Request and Response Raw Messages in SoapUI gzip Compressed HTTP Response in SoapUI Turn...
2018-04-28, 1510🔥, 0💬

Run My First SoapUI Test
How to Run my First Test with SoapUI? If you have created your first test in SoapUI as described in the previous tutorial, you run it using these steps. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to open your first SoapUI test project stored in "\fyicenter\First-project.x...
2018-04-28, 1453🔥, 0💬

Turn Off HTTP Response Compression in SoapUI
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size and improves Website performance. But it makes the test job difficult. You can follow this tutorial to turn off HTTP response compression. 1. Click "File > Preferences". You see "Set global So...
2018-04-21, 9359🔥, 0💬

View Request and Response Raw Messages in SoapUI
How to view request and response raw messages in SoapUI? Request raw message is the actual data SoapUI is sending to the remote server, when you run a request. The Request raw message includes the GET, POST or other HTTP method line, request headers, and the request body. Response raw message is the...
2018-04-21, 7010🔥, 0💬

Add Assertion to Request in SoapUI
How to add assertions to requests in SoapUI? When you perform a request as a test step in SoapUI, you need to add some assertions to determine if the request is successful or not. You can follow this tutorial to see add assertions to a request in a SoapUI test. 1. Start SoapUI on your computer. 2. C...
2018-04-21, 1997🔥, 0💬

View Request Execution Log in SoapUI
How to view request execution log in SoapUI? When you run a test, SoapUI keeps a log file the execution of each request in the test. You can follow this tutorial to see view the log file of each request in SoapUI. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to open your fi...
2018-04-21, 1949🔥, 0💬

View HTTP Log in SoapUI
How to view HTTP request and response logs in SoapUI? When you run a test, SoapUI records some debug message for each HTTP request and response in the HTTP log. You can follow this tutorial to see view HTTP log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File > Im...
2018-04-12, 4201🔥, 0💬

Add "Not SOAP Fault" Assertion to SOAP Request
How to Add "Not SOAP Fault" Assertion to a SOAP Request? I want to ensure the SOAP request always returns good response with no errors. You can follow this tutorial to Add "Not SOAP Fault" Assertion to SOAP Request. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request" you add...
2018-04-12, 2174🔥, 0💬

View SoapUI Log in SoapUI
How to view SoapUI log in SoapUI? When you run a test, SoapUI records some high level execution information and debug messages in the SoapUI log. You can follow this tutorial to see view SoapUI log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to...
2018-04-12, 1646🔥, 0💬

What Is SOAP Web Service
What Is SOAP Web Service? SOAP (Simple Object Access Protocol) Web Service is a Web service implemented with the SOAP protocol. A SOAP Web service uses SOAP messages to exchange information between clients and the server. A SOAP message is an XML document containing the following elements: Envelope ...
2018-04-12, 1555🔥, 0💬

Testing SOAP Web Service with SoapUI
Where to find tutorials on Testing SOAP Web Service with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Testing SOAP Web Service with SoapUI What Is SOAP Web Service What Is WSDL Create SOAP Project with WSDL Document Run Web Service R...
2018-04-12, 1523🔥, 0💬

Create SOAP Project with WSDL Document
How to Create a SOAP Project with a WSDL Document? Most SOAP Web service providers offers WSDL documents to describe their Web services. You can create SOAP test projects in SoapUI with a given WSDL document as shown in this tutorial. 1. Open https://graphical.weather.gov/ xml/in a Web browser and r...
2018-04-07, 1853🔥, 0💬

Run SOAP Test Case in SoapUI
How to Run SOAP Test Case in SoapUI? You can follow this tutorial to run test cases in a SOAP project in SoapUI. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request" you added as a test step in the test case. You see a sample SOAP request message. 3. Review the request messag...
2018-04-07, 1756🔥, 0💬

Run Web Service Request for SOAP Operation
How to run a sample Web service request for a SOAP operation in SoapUI? I have the SOAP project created with the WSDL document. If you have a SOAP project created properly, you can follow this tutorial to run a sample Web service request for a SOAP operation. 1. Start SoapUI on your computer. 2. Cli...
2018-04-07, 1682🔥, 0💬

Add SOAP Request as Test Step in SoapUI
How to Add SOAP Request as Test Step in SoapUI? I have the SOAP project created with the WSDL document. If you have a SOAP project created properly, you can follow this tutorial to create a test case and add SOAP Requests as test steps. 1. Start SoapUI on your computer. 2. Click "File > Impor...
2018-04-07, 1552🔥, 0💬

What Is WSDL
What Is WSDL? WSDL (Web Services Description Language) is an XML-based interface definition language that is used for describing the functionality offered by a web service. WSDL 2.0 uses the following XML elements: Service - Contains a set of system functions that have been exposed to the Web-based ...
2018-04-07, 1400🔥, 0💬

Clone SOAP Request in SOAP Test Case
How to clone a SOAP Request in a SOAP Test Case? I want create new SOAP request similar to an existing SOAP request. You can follow this tutorial to clone an existing SOAP request to save time and avoid mistake when creating new test steps. 1. Open NDFD-soapui.xml project in SoapUI. 2. Right-click o...
2018-03-31, 3617🔥, 0💬

SOAP Request Failed in SOAP Test Case
What will happen if a SOAP request failed in a test case? When the SOAP server failed to process a SOAP request, it should return a SOAP Fault message as shown below. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request Error" you added in the last tutorial. You see a sample S...
2018-03-31, 2036🔥, 0💬

1 2 3 > >>   Sort: Rank