foumpie [http://community.jboss.org/people/foumpie] created the discussion

"Re: AS7 + WS + Web App"

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

--------------------------------------------------------------
Something like this ?

    <servlet>
        <servlet-name>testWS</servlet-name>
        <servlet-class>com.full.package.name.testWS</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>testWS</servlet-name>
        <url-pattern>/testWS</url-pattern>
    </servlet-mapping>


 http://localhost/contextroot/textWS?wsdl 
http://localhost/contextroot/textWS?wsdl 
should now work.
--------------------------------------------------------------

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

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to