*** ServletHttpClient.java.1.3	Tue May 15 12:22:55 2001
--- ServletHttpClient.java	Tue May 15 12:30:02 2001
***************
*** 104,109 ****
--- 104,113 ----
              ServiceEnumeration.CALL_TEST_SERVICE.toString());
          connection = helper1.connect(theRequest);
  
+         // Wrap the connection to ensure that all servlet output is read
+         // before we ask for results
+         connection = new AutoReadHttpURLConnection(connection);
+ 
          // Note: We need to get the input stream here to trigger the actual
          // call to the servlet ... Don't know why exactly ... :(
          connection.getInputStream();
