Author: keith Date: Tue Aug 5 21:39:46 2008 New Revision: 20435 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20435
Log: Adding documentation on mep option. Fixing Mashup-1058 Modified: branches/mashup/java/1.5/java/xdocs/wsrequesthostobject.html Modified: branches/mashup/java/1.5/java/xdocs/wsrequesthostobject.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/wsrequesthostobject.html?rev=20435&r1=20434&r2=20435&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/wsrequesthostobject.html (original) +++ branches/mashup/java/1.5/java/xdocs/wsrequesthostobject.html Tue Aug 5 21:39:46 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. </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
