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:

App_Conn SOAPUI gebruiken voor GetConnector met filter

To call a GetConnector using SOAPUI:

  1. Start SOAPUI.
  2. Double-click on the request in which you want to add a filter.
  3. Enter the data for calling the GetConnector.
  4. Insert the filter into the 'FilterXml' tag.

    App_Conn SOAPUI gebruiken voor GetConnector met filter

  5. Click on: 'Submit request to specific endpoint URL'.

    This runs the GetConnector and retrieves these records from the Profit environment.

    App_Conn SOAPUI gebruiken voor GetConnector - Nieuw project

    The XML of the retrieved records is displayed. The retrieved records are next to the <GetDataResult> tag.

Directly to

  1. Call Profit Connectors using SOAPUI
  2. Download and install SOAPUI
  3. Call a GetConnector
  4. Call a GetConnector with a filter
  5. Call an UpdateConnector
  6. Interpret error messages in SOAP