Thank you.
Then it is possible to deploy JAX-WS style web services to JBoss? Do I need the same
deployment descriptors as in the Provider sample or some specific JBoss deployment
descriptors?
My sample web service signature looks like this:
anonymous wrote :
| @ServiceMode(value=Service.Mode.PAYLOAD)
| @WebServiceProvider(wsdlLocation="WEB-INF/wsdl/ProcessXml.wsdl")
| public class ProcessXmlImpl implements Provider {
| public Source invoke(Source arg0) {
| // do something and return XML Source
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082841#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...