[jboss-user] [JBoss Web Services] - Re: JAX-WS webservices are not working in JBoss-5.1.0.GA or JBoss-eap-5.1

Basavaraj Patil do-not-reply at jboss.com
Fri Nov 11 09:49:11 EST 2011


Basavaraj Patil [http://community.jboss.org/people/patilbh] created the discussion

"Re: JAX-WS webservices are not working in JBoss-5.1.0.GA or JBoss-eap-5.1"

To view the discussion, visit: http://community.jboss.org/message/636140#636140

--------------------------------------------------------------
One small change in web.xml details
-----
<listener>
<description>Test Listener</description>
<listener-class>com.client.web.helper.WSContextListener</listener-class>
</listener>
 
<servlet>
<servlet-name>jax-ws</servlet-name>
<servlet-class>com.client.web.helper.WSServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>jax-ws</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
-------

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/636140#636140]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111111/91aff07d/attachment-0001.html 


More information about the jboss-user mailing list