Topic by Mike Waldron
I've run into a strange new wrinkle (discussed here) with the SOAP 1.4 WSDL, which is the default for August '17. I'm going to try the most recent suggestion to send a blank token value, but I also want to try using version 1.3. The documentation says this can be done with the URL https://<host_name>/services/soap/connect/soap?wsdl=typed_v, but this doesn't seem to be working for me.
I've tried
- https://<host_name>/services/soap/connect/soap?wsdl=typed_1.3
- https://<host_name>/services/soap/connect/soap?wsdl=typed_1.3.17.8
- https://<host_name>/services/soap/connect/soap?wsdl=typed_3
- https://<host_name>/services/soap/connect/soap?wsdl=1.3
- https://<host_name>/services/soap/connect/soap?wsdl=1.3.17.8
but none of these have worked. Each time I get the message "Unable to retrieve wsdl/xsd for this service."
Can anyone tell me the correct URL to access the SOAP 1.3 WSDL on an August '17 site?