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-<VERSION>.jar) to your + <li>Put Sandesha2-client-constants-<VERSION>.jar and Sandesha2-core-<VERSION>.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"));