[jboss-user] [JBossWS] - Re: @WebServiceRef for JAX-RPC service?

michael.rollins do-not-reply at jboss.com
Tue Dec 2 15:54:36 EST 2008


For what it's worth, I've found that you have to instantiate the service, either when it's declared, or in the doGet, like so:


  | @WebServiceRef(wsdlLocation="META-INF/wsdl/IEnNET.wsdl")
  | IEnNETService service = new IEnNETService();
  | 

I don't know if this is the "proper" way to do it, but it worked for me.

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

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



More information about the jboss-user mailing list