Author: chamikara
Date: Sun Dec  3 17:46:24 2006
New Revision: 482009

URL: http://svn.apache.org/viewvc?view=rev&rev=482009
Log:
A correction to the Userguide

Modified:
    webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html

Modified: webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html?view=diff&rev=482009&r1=482008&r2=482009
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html Sun 
Dec  3 17:46:24 2006
@@ -612,7 +612,10 @@
 the client code before doing any invocation. Note that this does not effect
 the path of your application level faults. Only RM faults which occur within
 the Sandesha2 will be sent to this endpoint.</p>
-<pre>clientOptions.setProperty(SandeshaClientConstants.AcksTo,&lt;endpoint&gt;);
 //example endpoint - http://tempuri.org/acks.</pre>
+<pre>
+clientOptions.setTransportInProtocol(org.apache.axis2.Constants.TRANSPORT_HTTP);
+clientOptions.setProperty(SandeshaClientConstants.AcksTo,&lt;endpoint&gt;); 
//example endpoint - http://tempuri.org/acks.
+</pre>
 <a name="managing" id="managing"></a>
 
 <h3><b>Managing Sequences</b></h3>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to