[jboss-user] [JBossWS] - Re: XMLSchema, WSDL and wsconsume tool

richard_opalka do-not-reply at jboss.com
Tue Oct 9 10:33:17 EDT 2007


Hi,

   annotate your Service implementation with @WebService annotation and specify
your wsdl location there. Here's the example:

@WebService
  | (
  |   name = "Hello",
  |   targetNamespace = "http://org.jboss.ws/samples/wssecuritypolicy",   
  |   wsdlLocation="WEB-INF/wsdl/HelloService.wsdl"
  | )

Richard

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093062#4093062

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



More information about the jboss-user mailing list