[jboss-user] [JBoss Web Services] - Re: AS7 + WS + Web App

foumpie do-not-reply at jboss.com
Fri Sep 16 05:11:38 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110916/5548db20/attachment.html 


More information about the jboss-user mailing list