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 ch...@apache.org on 2006/11/13 14:20:00 UTC

svn commit: r474297 - /webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html

Author: chatra
Date: Mon Nov 13 05:19:59 2006
New Revision: 474297

URL: http://svn.apache.org/viewvc?view=rev&rev=474297
Log:
made some important corrections

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html?view=diff&rev=474297&r1=474296&r2=474297
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/tcp-transport.html Mon Nov 13 05:19:59 2006
@@ -56,8 +56,8 @@
 be added in the usual way by dropping the archives to the repository (See <a
 href="userguide.html">User's Guide</a> for more information)</p>
 
-<p>Alternatively the TCP Server can run with tcp-server.bat/ tcp-server.sh
-file in the bin directory of the Binary distribution of TCP Server.</p>
+<!--<p>Alternatively the TCP Server can run with tcp-server.bat/ tcp-server.sh
+file in the bin directory of the Binary distribution of TCP Server.</p>-->
 <a name="send"></a>
 <h2>How to Send SOAP Messages Using TCP Transport</h2>
 
@@ -68,7 +68,7 @@
 ServiceClient serviceClient = new ServiceClient();
 Options options = new Options();
 options.setTo(targetEPR);
-options.useSeperateListener(false);
+<!--options.useSeperateListener(false);--><!--commented off as their is an error--- "The method useSeperateListener(boolean)is undefined for the type Options">
 serviceClient.setOptions(options);
 
 OMElement response =
@@ -92,6 +92,10 @@
 href="userguide.html">Axis2 User's Guide</a> samples. Since sample is already
 deployed in the repository while trying the userguide it will be
 automatically available.</p>
+
+<p>In order to run the TCPClient.java, addressing should be engaged both in the 
+client and server sides. In client side, you can engage addressing by copying 
+the addressing-1.1.mar (AXIS2_HOME/repository/module) to AXIS2_HOME/lib directory.</p>
 
 <a name="components"></a>
 <h2>Transport Components</h2>



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