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