Change webservice WSDL XML from HTTP to HTTPS

0
Hello   Does anyone know how I am able to change the XML from a web service ws-doc, to point at https:// instead of http:// on the wsdl definitions   thanks
asked
1 answers
0

The URL that it returns depends on how you request it. So if you request the WSDL over https:// it will return a https url inside the XML.

answered