Re: WS client error: NoSuchMethodError

2011-09-05 Thread Amila Suriarachchi
On Fri, Sep 2, 2011 at 11:32 PM, Nandeesh Kaggere wrote: > Hi, > > I am making WS calls on a provider service. I see SOAP Request/Response on > TCP Mon tool and get a successful response. However it is generating > exception (below) in the client stub soon after making service call for all >

WS client error: NoSuchMethodError

2011-09-02 Thread Nandeesh Kaggere
Hi, I am making WS calls on a provider service. I see SOAP Request/Response on TCP Mon tool and get a successful response. However it is generating exception (below) in the client stub soon after making service call for all the calls and response is always null. Not sure what is causing it. Any