Hi the best solutions are the ones solved by oneself. :-)
> I am currently trying to resolve a simple problem with the autogeneration > of the WSDL files inside of Axis2. My setup is the following: > > webserver:80/ws/ <= reverseproxy to => tomcat:8080/axis/services > > By setting the "hostname" parameter in the services.xml I can change to > hostname of delivered wsdl file from the tomcat server name to the > external webservername - however this did not work with the port. I could > not find any parameter to set the specific port. Using the "port" > parameter in services.xml did not change anything. The parameters <parameter locked="false" name="useOriginalwsdl">true</parameter> <parameter locked="false" name="modifyUserWSDLPortAddress">false</parameter> together with renaming my wsdl file to the service name do exactly what I wanted. Next time I'll try to read the manual even harder :-) Regards, Alexander -- http://www.emplify.de
