Overview of a POST request
The following example explains the raw POST request as it is sent to SoapConnector.svc:
Several nodes should be added to the SOAP body to make it more specific. Which parameters to use depend on the desired action.
Parameter
Value
userName
An existing user in Ultimo (Id) with authorisation to execute connectors
password
Password of the above user
exportName
Required when action is 'export'. Id of the export connector.
importName
Required when action is 'import'. Id of the import connector.
Last updated