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/10/27 12:57:29 UTC

svn commit: r468342 - /webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html

Author: chatra
Date: Fri Oct 27 03:57:27 2006
New Revision: 468342

URL: http://svn.apache.org/viewvc?view=rev&rev=468342
Log:
removed wrong statement

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

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html?view=diff&rev=468342&r1=468341&r2=468342
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html Fri Oct 27 03:57:27 2006
@@ -204,8 +204,7 @@
 <code>echoString</code> operation of the
 <code>Axis2SampleDocLitService</code> that we have already deployed. The code
 is very simple to understand and the explanations are in the form of
-comments. The terms Axis home and Axis repository may be used
-interchangeably.</p>
+comments.</p>
 <pre>     try {<br>            org.apache.axis2.userguide.Axis2SampleDocLitServiceStub stub = new<br>                    org.apache.axis2.userguide.Axis2SampleDocLitServiceStub(null,<br>                    "http://localhost:8080/axis2/services/Axis2SampleDocLitService");<br>            <br>            //Create the request document to be sent.<br>            org.apache.axis2.userguide.xsd.EchoStringParamDocument reqDoc =<br>                    org.apache.axis2.userguide.xsd.EchoStringParamDocument.Factory.newInstance();<br>            reqDoc.setEchoStringParam("Axis2 Echo");<br>            <br>            //invokes the Web service.<br>            org.apache.axis2.userguide.xsd.EchoStringReturnDocument resDoc = stub.echoString(reqDoc);<br>            System.out.println(resDoc.getEchoStringReturn());<br><br>        } catch (java.rmi.RemoteException e) {<br>            e.printStackTrace();<br>        }<br></pre>
 
 <p>First argument of <code>Axis2SampleDocLitPortTypeStub</code> should be the



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