The XML Proxy API functions provide a way for LiveContent S1000D to easily access HTTP services. This provides a quick and easy way to communicate to other services and systems that employ this standard protocol.
XML Proxy Executes a proxy command to another server. This transaction is implemented to support cross-domain calls by a client. Due to security restrictions, a client cannot send a transaction to another server. Instead, this work is delegated to the server. The server receives an XML POST transaction from a client. The header contains the URL, additional connection parameters, and the XML body to send to the server. The server sends the XML and returns whatever comes back.