users@glassfish.java.net

host name for deployed web service

From: Lucas Jordan <lucasjordan_at_softhome.net>
Date: Mon, 26 Jun 2006 17:40:47 -0400

I have created a web service with netbeans 5.5.
I have declared in my wsdl for the service to reside at:
<soap:address
location="http://some-real-domain.com/Services/AuthenticationService"/>

but the deployed services claims the location is:
<soap:address
location="http://localhost:8080/AuthenticationService/NewWebServiceFromWSDL" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>

I don;t think it is netbeans that is changing the location, I searched
the built artifacts and they seem to keep the right values.

how to I either stop the app server from changing the location, or at
least change it to the right address.

Thanks a bunch.
Lucas