Hello,
Since 7.8.2 migration, i've got a problem using the user soap API.
When i access to the wsdl definition (url https://myserver/webservices/OXUserService?wsdl in the browser, the address location indicated is incorrect, like below:
As you can see, the server address is written with port 80, that creates http errors when i'm using thoses services with https.
Is it a known problem with 7.8.2 or maybe a configuration problem from my side?
Jérôme.
Since 7.8.2 migration, i've got a problem using the user soap API.
When i access to the wsdl definition (url https://myserver/webservices/OXUserService?wsdl in the browser, the address location indicated is incorrect, like below:
Code:
<wsdl:service name="OXUserService"> <wsdl:port binding="tns:OXUserServiceSoapBinding" name="OXUserServiceHttpsEndpoint"> <soap:address location="https://server:80/webservices/OXUserService"/> </wsdl:port> </wsdl:service>
Is it a known problem with 7.8.2 or maybe a configuration problem from my side?
Jérôme.
Comment