[jboss-user] [JBossWS] - Re: How to make a web service with XML input?

jaboj do-not-reply at jboss.com
Tue Sep 11 02:34:54 EDT 2007


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#4082841

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082841



More information about the jboss-user mailing list