Getting java.io.EOFException while trying to call a webservice
843833Apr 17 2010 — edited Apr 21 2010Hi All,
I am using weblogic 8.1 sp6. I am trying to call a webservice using a java client program.
When I try to invoke the webservice from my local machine(windows os), I get the response xml from the webservice.
But when I deploy the same code on my test machine(linux os) and then invoke the webservice, it fails with the below error.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.EOFException
faultActor:
faultNode:
faultDetail: {http://xml.apache.org/axis/}stackTrace:java.io.EOFException
The error is thrown on this line in the client program - java.lang.Object resp = call.invoke(new java.lang.Object[] {parameters});
I dont get any connection refused or certificate error.
Is there any weblogic configuration which should be done for the linux system.
Any help would be appreciated.
Thanks.