Previous page

Next page

Locate page in Contents

Print this page

Generating Client Code from WSDL

When programming with the SOAP API, you will need the location of the WSDL documents in order to generate proxy classes. The WSDLs can be found at the location that uses the following format, where VERSION is the Agent protocol version number:

http://www.swsoft.com/webservices/vza/VERSION/VZA.wsdl

The URL to the current version 4.0.0 is as follows:

http://www.swsoft.com/webservices/vza/4.0.0/VZA.wsdl

Your SOAP client should have a documentation describing how to generate proxy classes from WSDL. Please follow the instructions and supply the URL of the Agent WSDL documents when asked to do so. If you are using Microsoft Visual Studio .NET, then you will find instructions on how to generate and use the code in the Creating a Simple Client section of this guide.

Please send us your feedback on this help page