WSDL Web Service not working after change to https
Dn_Gz
1
Reputation point
Previously the URL of the web service worked with http:// then it was changed to https:// and since then it is not working. Making the exact same request throws the following error:
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://emision.ebi-pac.com/ws/obj/v1.0/Service.svc">here</a></body>
I have no idea why this is happening.
P.S: At the end of the WSDL both in the URL with https and in the one with http there is a location towards http, I don't know if that could be the problem
<soap:address location="http://domain.com/ws/obj/v1.0/Service.svc"/>
Sign in to answer