How do i tell Axis2 *not* to change the port/ip address when i use the useOriginalwsdl parameter?

When the services.xml parameter useOriginalwsdl=true the WSDL soap:address location-parameter is changed to the host address. This becomes a problem when the host is behind a NATed firewall and the WSDL requesting client is coming from a public Internet address. It is confusing that even though the parameter useOriginalwsdl is set to true, Axis2 is still changing the content of the WSDL. There is one more setting that you can switch on to tell Axis2 to just serve the wsdl as it is. You can do this by setting the modifyUserWSDLPortAddress parameter to false as shown below:
<parameter name="useOrignalWSDL">true</parameter>
<parameter name="modifyUserWSDLPortAddress">false</parameter>
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
Different groups within an organization need to monitor different Key Performance Indicators (KPIs) - An operations team will be interested in the response times of business services and loads of each service,..
Thursday, February 9th 2012, 09.00 AM (PST)

Thursday, February 9th 2012, 10.00 AM (GMT)