The domain of my WSDL endpoint location is being overlaid with an IP address 
when retrieving the WSDL using the ?wsdl parameter.  The location looks like 
this in the WSDL:

<soap:address location="https://www.mydomain.com/mycontext/services/MyService"; 
/>

but appears like this when accessing with the ?wsdl parameter:

<soap:address location="http://4.4.4.63:80/mycontext/services/MyService"/>

I have the useOriginalWSDL parameter set to true in the services.xml file.
Will setting the modifyUserWSDLPortAddress parameter to false prevent this?

Thanks,
T.


       

Reply via email to