users@glassfish.java.net

Re: null web service

From: <glassfish_at_javadesktop.org>
Date: Tue, 21 Aug 2007 14:13:59 PDT

Alternatively, you can move the initialization of your service in run() method as:

bench.client.EchoService service = new bench.client.EchoService();

and comment the two lines starting with @WebServiceRef.
[Message sent by forum member 'arungupta' (arungupta)]

http://forums.java.net/jive/thread.jspa?messageID=231889