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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to