Turns out that keep-alive was turned off at the other end. Hemanth Kumar wrote:
>Hi, >We received a connection reset exception when HTTP protocol was 1.1. when we >changed it to 1.0, it worked fine. Does anyone know why it happens? >Here is the stacktrace: >org.apache.axis2.AxisFault: Connection reset > at >org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT >PTransportSender.java:221) > at >org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:452) > at >org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio >n.java:330) > at >org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOpera >tion.java:294) > at >org.openuri.www.TriprewardsPartnerAccountCreateStub.triprewardsPartnerAccoun >tCreate(TriprewardsPartnerAccountCreateStub.java:151) > at >com.wyndham.features.wbr.triprewards.TestService.main(TestService.java:52) >C >aused by: org.apache.axis2.AxisFault: Connection reset > at >org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC >ommons(CommonsHTTPTransportSender.java:314) > at >org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT >PTransportSender.java:201) > ... 5 more >Thanks, >Hemanth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
