posted 16 years ago
Hello All,
I am getting the following error when Axis-1.4 Web Service Client invokes weblogic webservice at Virtual IP.
The same Axis-1.4 Client program works fine in normal cases (without Virtual IP).
Client Created using Axis-1.1 works fine for the virtual IP.
The Client Stub was generated using Eclipse.
Please Help!
org.apache.commons.httpclient.NoHttpResponseException: The server 10.1.68.12 failed to respond
at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)
at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:189)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.ResultProcessStub.SendSOResultOperation(ResultProcessStub.java:183)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.SendSoClient.sendsoupdtstat(SendSoClient.java:53)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.DBConnection.dbUpdate(DBConnection.java:127