Hi Guys
I have a problem deploying an axis2 Soap web service onto a server.
The web service is listed OK, however the WSDL has been changed.
The <soap:address> element within the <service> element now has an ip
address instead of the externally accessible URL that I coded originally.
I think Axis2 changes this element when it unpacks the aar file.
However the ip address it substitutes is not externally accessible and
the web service is therefore not available.
I think this is caused by the fact that we have a proxy server in
front of the server that the web service is deployed onto.
Does anyone know how to stop Axis2 changing the value of this element?
If you add the following parameter into your services.xml , then Axis2
will not change the address.
<parameter name="useOrignalWSDL"> true </parameter>
Thank you!
Deepal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]