Author: keith
Date: Tue Aug  5 21:39:38 2008
New Revision: 20434
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20434

Log:
Adding documentation on mep option. Fixing Mashup-1058


Modified:
   trunk/mashup/java/xdocs/wsrequesthostobject.html

Modified: trunk/mashup/java/xdocs/wsrequesthostobject.html
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/wsrequesthostobject.html?rev=20434&r1=20433&r2=20434&view=diff
==============================================================================
--- trunk/mashup/java/xdocs/wsrequesthostobject.html    (original)
+++ trunk/mashup/java/xdocs/wsrequesthostobject.html    Tue Aug  5 21:39:38 2008
@@ -118,7 +118,10 @@
 fault should be sent to.</li>
 </ul>
 <li>action - If useWSA is false will be used as the
-SOAPAction.</li>
+SOAPAction.</li><li>mep
+- Allows you to control the Message Exchange Pattern for an invocation.
+Supported values are in-only (need to send a request and do not care
+about the response) and in-out (request - response). Defaults to in-out.</li>
 <li>useWSS
 - Used to specify weather WS-Security needs to be used. Currently if
 useWSS is set to true it assumes that the service is secured using
@@ -242,7 +245,10 @@
 token to carry out any WS-Security related operations.&nbsp;</li>
 <li>encryptionUser
 - Used to specify the alias of the certificate to use in Encryption if
-the service needs the request to be encrypted.</li>
+the service needs the request to be encrypted.</li><li>mep - Allows you to 
control the Message Exchange Pattern for an
+invocation. Supported values are in-only (need to send a request and do
+not care about the response) and in-out (request - response). Defaults
+to in-out.</li>
 </ul>
 <li><span style="font-style: italic;">serviceName
 (QName)</span>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to