Collapse
Submit a Service Request
Contact Information for Technical Support
My Service Notifications
Correct Syntax for connecting through the wsdl
Answer ID 6741 |
Last Review Date 12/05/2018
What is the correct syntax for connecting through the wsdl using SOAP?
Environment:
Connect Web Services for SOAP (CWS) API, All Versions
Resolution:
The correct syntax for connecting through the wsdl can be seen below for specific versions:
v1.1 - 1.3:
https://<VHOSTNAME>.com/cgi-bin/<INTERFACE>.cfg/services/soap?wsdl
v1.4:
https://<VHOSTNAME>.com/services/soap/connect/soap?wsdl
The version of soap will default to the newest version unless you specify a specific type in your wsdl call.
You can specify a version type using the following format. (using version 1.1 in this example)
https://<VHOSTNAME>.com/cgi-bin/<INTERFACE>.cfg/services/soap?wsdl=typed_v1.1
Further, SOAP API access requires SSL as indicated in Answer ID 5561: SOAP Access via http.