users@glassfish.java.net

Re: web services handler chain and descriptor

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Sun, 29 Nov 2009 18:19:43 -0800

glassfish_at_javadesktop.org wrote:
> hello everyone,
>
> I've had some experience working with jax-ws web services (metro + tomcat) and am thinking of moving over to glassfish.
>
> However I'm having some trouble find answers to some basic questions so here I am, hoping someone can point me to where I can look.
>
> Specifically, I'm unable to figure out how to add a new handler in the glassfish WS handler chain. With metro I was using sun-jaxws.xml, but I read that glassfish does not use this file (it is metro specific??) and instead uses webservices.xml as the WS descriptor file.
>
No, the same war file(metro+tomcat) should work on glassfish too. But it
is considered as an web application(not a webservices application). If
you are using webservices.xml/109 deployment, your application can use
EE features like injection etc.
> I cant find any good documentation on the format and functionality of the webservices.xml file. For instance its not mentioned in the list of j2ee deployment descriptor files here:
>
See the schema http://java.sun.com/xml/ns/javaee/javaee_web_services_1_3.xsd

Jitu
> http://docs.sun.com/source/819-0079/dgdesc.html#wp83567
>
> Looking forward to your comments.
>
> Regards,
> AJ
> [Message sent by forum member 'topsyturvy' ]
>
> http://forums.java.net/jive/thread.jspa?messageID=373670
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>