Call a GetConnector with a filter using SOAPUI (local installation)
You download and install the free application SOAPUI.
You build the filter in the standard manner in XML. In SOAP, you must use a CDATA statement.
<![CDATA[.....]]>
For example:
To call a GetConnector using SOAPUI:
- Start SOAPUI.
- Double-click on the request in which you want to add a filter.
- Enter the data for calling the GetConnector.
- Insert the filter into the 'FilterXml' tag.
- Click on: 'Submit request to specific endpoint URL'.
This runs the GetConnector and retrieves these records from the Profit environment.
The XML of the retrieved records is displayed. The retrieved records are next to the <GetDataResult> tag.
Directly to
|