JBoss Community

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

created by Basavaraj Patil in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community