WSDL error when performing a SOAP query

Hi everyone,

We have exposed a service which is accesed by HTTPS (SOAP) but it's defined by HTTP on a WSDL service. We can't change the WSDL definition because it's automatically generated.

If we send a message to the HTTP endpoint it throws the following error. 

Details: Transport error: 302 Error: HTTP/1.0 302 Moved Temporarily (APNX-1-4045-000)


This error is thrown because the SOAP server has a redirection from HTTP to HTTPS. In fact the end server does not listen to HTTP requests.

How we can connect to another endpoint that it's not defined in the WSDL service?

  Discussion posts and replies are publicly visible