Hi All, Anyone had this interesting problem:
1. I have a cluster of servers each running axis serving stateless web services (this is actually JBoss-Net) 2. The Web Service Clients point to a load balancer which forwards a request for a web service to a real server in the cluster for fullfilment 3. A client requests http://myloadbalancer/axis/servlet/ServiceName?wsdl 4. The actual server returns wsdl dynamically gernerated for the endpoint with /definitions/service/port/[EMAIL PROTECTED]://actualserver/axis/servlet/S erviceName 5. The client has no route to this location (which is the desired behaviour) So the question is how to get axis (JBoss-Net) to generate wsdl with a hostname for the loadbalancer and not the server? Rgds Peter