Using Connect Enterprise Web Services |
|||
| Login and requests > Send a request in an XML document | |||
At times, you may prefer to send an HTTP POST request to the server to make sure the data is secure and not visible in transit. In that case, specify the action name and parameters in an XML document.
params and param child elements for the action name and each parameter:
<params>
<param name="action">login</param>
<param name="login">jon@doe.com</param>
<param name="password">foobar</param>
</params>
params root element. You cannot batch multiple actions to be executed sequentially.POST request to Connect Enterprise and receives an XML response. The specific code will vary according to your programming language and development environment.
POST request. content-type header of text/xml or application/xml.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/02_logi6.htm