Hi there, I have a question regarding the URL's contained in the generated WSDL document.
I have a webservice that is accessed through a load balancer. The public URL to retrieve the WSDL (and to access the webservice) would look like this: http://jaguar/is-bin/Intershop.servlet/WFS/WAPI/CatalogService?WSDL However, the generated WSDL does not point to the load balancer anymore, but to the localhost, which makes it unusable for me: <wsdl:definitions targetNamespace="http://localhost:10052/servlet/WAPI/CatalogService" ...> etc. How can I adjust the URL's to point to the correct location? thanx, Peter