users@glassfish.java.net

WSDL: schemaLocation references FQDN instead of IP adress

From: Tonton Dede <tonton.dede_at_gmx.net>
Date: Tue, 06 Mar 2007 12:31:14 +0100

Hi,

I have a web service published in a Glassfish server. In the wsdl, I
find the following

<types>
<xsd:schema>
<xsd:import namespace="http://tempuri.org"
schemaLocation="http://servername:8080/....schema1.xsd" .... />
</xsd:schema>
</types>

My pears cannont resolve the "servername" (servername is the name of the
server on which the Glassfish runs - it is not the same computer thant
that on which the WS have been developed). How can I have the IP adress
instead of the name ? Or is this actually a non issue ?

Thanks in advance,
TD