Introduction
This knowledge base article explains about using SoapUI in an iVend Retail Web API Call. SoapUI is one of the simplest designed applications to test web services.
Overview
In this article, you will learn how to use SoapUI in the iVend Retail Web API Call and how it interacts with third party web services to obtain the expected response. It also determines what should be included in the request.
Testing iVend Retail Web API
Follow the steps below to test the iVend Retail Web API using SoapUI:
Alternatively, you can press Ctrl-N to create a new SOAP project. This opens a new SOAP Project dialog box.
1. Open the iVend Retail Web API project with SoapUI.
2. Right-click on the Project in the Navigator palate and select New SOAP Project.
This will show a complete list of exposed methods.
1. Enter a name in the Project Name field.
2. Provide the iVend Service WSDL path in the Initial WSDL field.
The SOAP Request Payload will be provided in the left-pane.
1. Now select a method that you require.
2. Right-click on the method and select the [New Requests] button.
The response may include Validations, Exceptions, and/or Success messages.
1. Provide the required parameter values and click the button.
2. Clicking the button shows the response in the right- pane.