You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/06/17 08:52:52 UTC

svn commit: r191097 - /webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java

Author: hemapani
Date: Thu Jun 16 23:52:51 2005
New Revision: 191097

URL: http://svn.apache.org/viewcvs?rev=191097&view=rev
Log:
fixing the bug due to closing the input stream before reading the envelope

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java?rev=191097&r1=191096&r2=191097&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/clientapi/InOutMEPClient.java Thu Jun 16 23:52:51 2005
@@ -197,8 +197,6 @@
                     axisop.findOperationContext(msgctx, serviceContext, false));
                 msgctx.setServiceContext(serviceContext);
                 engine.send(msgctx);
-                msgctx.getTransportOut().getSender().cleanUp();
-
             } else {
                 Thread thread = new Thread(new Runnable() {
                     public void run() {