HTTP POST
Last updated
Last updated
Professional Premium Enterprise
Itβs possible to communicate to the HTTP handler through an HTTP POST request. Within the HTTP POST specific data using key-value pairs are required in the message and send an XML string as a single parameter that includes all the objects structured in XML format.
The receiving client should parse the HTTP POST response data and extract the XML that was constructed by Ultimo Business Integration containing all the object data.
To connect to the HTTP handler, a connector has to be created for a client. Connectors can be defined in the Ultimo Configuration Tool. A connector contains a definition of entities and properties that are available in the POST body.
The url to send the request to:
https://customer.ultimo.net/WebServices/Connector.ashx
https://customer.ultimo.net
represents the domain name where the Ultimo software is available.
/WebServices/Connector.ashx
represents a relative path, if the Ultimo software is installed in a different directory.
Example:
Ultimo Software is located at:
https://yourdomain.ultimo.net/
Then the path should be:
https://yourdomain.ultimo.net/Webservices/Connector.ashx
When sending a request using HTTP POST, authentication should be added as username & password parameters to the connection string. Therefor it is strongly recommended to use a HTTPS connection when using HTTP Post.
When sending a request using HTTP POST, a maximum payload size of 20MB per request is accepted.