You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/09/23 10:29:14 UTC

svn commit: r1174586 - /axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml

Author: sagara
Date: Fri Sep 23 08:29:14 2011
New Revision: 1174586

URL: http://svn.apache.org/viewvc?rev=1174586&view=rev
Log:
Applied patch for SANDESHA2-209.

Modified:
    axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml

Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml?rev=1174586&r1=1174585&r2=1174586&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml (original)
+++ axis/axis2/java/sandesha/trunk/src/site/xdoc/userGuide.xml Fri Sep 23 08:29:14 2011
@@ -375,7 +375,7 @@ public class RMSampleService {
 <ol>
   <li>Add all the jar files fromAXIS2_HOME/lib directory to your
   CLASSPATH.</li>
-  <li>Put the Sandesha2 jar file (sandesha2-&lt;VERSION&gt;.jar) to your
+  <li>Put Sandesha2-client-constants-&lt;VERSION&gt;.jar and Sandesha2-core-&lt;VERSION&gt;.jar files to your
     CLASSPATH.</li>
   <li><p>Create a 'UserguidePingClient.java' file with following content.</p>
     <pre>
@@ -414,7 +414,7 @@ public class UserguidePingClient {
                 clientOptions.setTo(new EndpointReference (toEPR));
 
                 ServiceClient serviceClient = new ServiceClient (configContext,null);
-                clientOptions.setAction("urn:wsrm:Ping");
+                clientOptions.setAction("urn:ping");
                 serviceClient.setOptions(clientOptions);
                 
                 serviceClient.engageModule(new QName ("sandesha2"));