You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/11/09 10:26:59 UTC

svn commit: r472827 - /webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html

Author: chatra
Date: Thu Nov  9 01:26:59 2006
New Revision: 472827

URL: http://svn.apache.org/viewvc?view=rev&rev=472827
Log:
made minor corrections. Thanks Charitha for pointing them out

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html?view=diff&rev=472827&r1=472826&r2=472827
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/dii.html Thu Nov  9 01:26:59 2006
@@ -302,7 +302,7 @@
               ex.printStackTrace();
             } finally {
             try {
-                sender.finalizeInvoke();
+                sender.cleanup();
             } catch (AxisFault axisFault) {
                 //have to ignore this
             }
@@ -311,11 +311,11 @@
 <p><font color="#0000ff"><font color="#000000">The boolean flag (value true)
 in the <b><code>options.setUseSeparateListener(...)</code></b> method informs the Axis2
 engine to use separate transport connections for request and response.
-Finally <b><code>service.finalizeInvoke()</code></b> informs the Axis2 engine to stop
+Finally <b><code>sender.cleanup()</code></b> informs the Axis2 engine to stop
 the client side listener started to retrieve the response.</font></font></p>
 
 <p>To run the sample client ("EchoNonBlockingDualClient") you can simply use the
 "testEchoNonBlockingDualClient" target of the ant file found at the
-"<strong>Axis2_HOME/samples</strong>" directory.</p>
+"<strong>Axis2_HOME/samples/userguide/</strong>" directory.</p>
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org