@WebServiceRef is supported in jbossws-1.2.0
With JAXRPC you can always use
service = ServiceFactory.create(wsdl, serviceName)
port = service.getPort(MySEI.class);
port.doStuff()
Note, if you have custom types you need to pass in jaxrpc-mapping.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009340#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...