hi, i have been looking for 2 days now to how do I set glassfish to
use a hostname like xxx.dyndns.org so that I can use it to access my
webservice from a remote computer.

so far going by ip fails as my system is setup this way Cable
internet / router / glassfish host
I forwarded all the port from the routers nat to the system hosting
the app server.

when my freinds try to acces the test page for the service
http://publicIP:8080/MesAnomnceClasse/ServiceWebAnonceClasseService?Tester

from what I do understand is that on the remote call they get it back
as localhost or somthing. so I got my self a dyndns domain to make it
easyer to test with. and to make sure the app server will respond as
xxx.dyndns.org instead of my localprivate ip.

and the glassfish logs get me this

----

parsing WSDL...
[ERROR] Connection timed out: connect
Failed to read the WSDL document:
http://74.57.136.17:8080/MesAnomnceClasse/ServiceWebAnonceClasseService?WSDL,
because 1) could not find the document; /2) the document could not be
read; 3) the root element of the document is not <wsdl:definitions>.
[ERROR] failed.noservice=Could not find wsdl:service in the provided
WSDL(s):
 At least one WSDL with at least one service definition needs to be
provided.
        Failed to parse the WSDL.
Invoking wsimport with 
http://74.57.136.17:8080/MesAnomnceClasse/ServiceWebAnonceClasseService?WSDL
wsimport failed

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to