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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...