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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
