users@glassfish.java.net

How to set WSDL endpoint addresses in Glassfish V3?

From: <glassfish_at_javadesktop.org>
Date: Tue, 16 Feb 2010 00:30:33 PST

I am deploying JAX-WS services in GFv3, but it assignes a default address to everyone. For example

http://localhost:8080/AnagServices/AnagServicesImpl?WSDL

Instead I wanto to control this URL, and expecially I would like to prepend a context path:

http://localhost:8080/application1/AnagServices/AnagServicesImpl?WSDL

I already set the context-root in application.xml. I tried to set it also in sun-web.xml but no context root is used for webservices.

Any idea?
[Message sent by forum member 'agori' (agorissimo_at_tiscali.it)]

http://forums.java.net/jive/thread.jspa?messageID=386935