I sent something out a little while ago regarding a similar problem. In my case, userOriginalwsdl is set to true, and the IP address its substituting for "localhost" is not only not accessible, but its not even my IP address, it belongs to ICANN.

Is there any other solutions to fixing this problem?


On Apr 30, 2008, at 12:42 AM, Deepal jayasinghe wrote:


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]


Michael Bauer
[EMAIL PROTECTED]
http://www.codechimp.net






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to