Hello- I'm having a problem with the autogenerated WSDL from axis2. I have successfully deployed my service to an appserver. The wsdl url is http://appserver:app_port/service?WSDL However, in our infrastructure, all requests must be sent through a proxy web server. We have set up all requests to http://webserver:web_port to forward to the corresponding url on appserver. so by going to http://webserver:web_port/service?WSDL, you are correctly served the wsdl. However, the soap:address, soap12:address, and http:address nodes of the wsdl:ports are coming up as "http://appserver:web_port/service" when going through the proxy
That is, although the proxy is forwarding correctly, Axis2 is taking the IP from the app server it is installed on, but using the port number from the web server in front of it. I want it to use both the IP and port number from the web server. Is this possible by Axis2 configuration? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
