@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#4009340

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009340
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to