Question

When I deploy an axis service on WSO2 ESB, the endpoint URL for the axis service contains my hostname. How would I change this to an IP address.

Was it helpful?

Solution

To change to your IP address you must edit the axis2.xml in /repository/conf/axis2

<!--parameter name="WSDLEPRPrefix" locked="false">https://apachehost:port/somepath</parameter-->

to <parameter name="WSDLEPRPrefix" locked="false">https://10.100.4.10:8280/</parameter> for both http and https tranport listeners.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top