[Axis2] - intermittent error "The input stream for an incoming message is null."

2013-12-10 Thread Amit Lonkar
Hi I have a very simple web service which just return a String. Calling the webservice in a loop throws the exception below. Attached - TestAxis2Service.java - services.xml - TestAxis2ServiceClient.java - TestAxis2Service.wsdl Exception in thread "main" org.apache.axis2.AxisFault: The input str

Re: [Axis2] - intermittent error "The input stream for an incoming message is null."

2013-12-10 Thread Chamila Wijayarathna
Did you tried capturing packets send from client to service using tcpmon? On Dec 10, 2013 10:16 PM, "Amit Lonkar" wrote: > Hi > > I have a very simple web service which just return a String. Calling the > webservice in a loop throws the exception below. > > Attached > - TestAxis2Service.java > -

Re: [Axis2] - intermittent error "The input stream for an incoming message is null."

2013-12-10 Thread Amit Lonkar
Please find attached tcpmon output. Please see last response says connection "closed". On Tuesday, December 10, 2013 9:58:45 AM, Chamila Wijayarathna wrote: Did you tried capturing packets send from client to service using tcpmon? On Dec 10, 2013 10:16 PM, "Amit Lonkar" wrote: Hi > > >I