In Axis 1.3, the Axis2 engine generated the port from the incoming request, as far as I know. For example, assume the following:
Axis2 running in server listening on port 10051 HTTP server front-ending the Axis2 server running and listening on port 10061 services.xml file has: <parameter name="useOriginalwsdl">false</parameter> <parameter name="modifyUserWSDLPortAddress">true</parameter> When I run this on Axis 1.3 I get a wsdl that has endpoint port of 10061 if I go through the HTTP server to get the WSDL file. And if I go straight to the Axis2 server I would get 10051. Now running in Axis 1.5, the endpoint port is 10051 (i.e. the port of the Axis2 server). I know about the proxy port, my question is whether change in behavior intentional? No other resolution to get behavior in Axis 1.3? Nadir Amra Integrated Web Services for IBM i Operating System Internet: a...@us.ibm.com