Previous page

Next page

Locate page in Contents

Print this page

Agent SOAP API

Agent SOAP API is based on open standards like SOAP and WSDL. With SOAP API, you build your client applications using one of the third-party development tools that can generate client code from WSDL specifications. The code generated from WSDL documents is a set of objects in your application's native programming language. You work with data structures using object properties and you make API calls by invoking object methods.

The SOAP API shares the XML schema with the Agent XML API, so the basic format of the input and output data is the same in both APIs. Parallels Agent Programmer's Guide, Using XML API chapter provides general information on the Agent XML schema, the detailed description of the XML API request and response packets, and other important information. Parallels Agent XML Programmer's Reference provides a complete XML API reference. When working with SOAP API, use the XML API reference material to find the descriptions of the calls, their input and output parameters, and XML code examples.

Please send us your feedback on this help page