[jboss-svn-commits] JBL Code SVN: r19264 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/soap/src/main/java/org/jboss/soa/esb/actions/soap.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 27 10:49:34 EDT 2008


Author: tfennelly
Date: 2008-03-27 10:49:34 -0400 (Thu, 27 Mar 2008)
New Revision: 19264

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SOAPClient.java
Log:
Updated comment

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SOAPClient.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SOAPClient.java	2008-03-27 13:06:55 UTC (rev 19263)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SOAPClient.java	2008-03-27 14:49:34 UTC (rev 19264)
@@ -97,7 +97,7 @@
  *          <a href="http://www.ognl.org/">OGNL</a></li> framework.  More on the use of OGNL below.
  *      <li><b>Option 2</b>: With a set of String based key-value pairs(&lt;String, Object&gt;), where the
  *          key is an OGNL expression identifying the SOAP parameter to be populated with
- *          the key's value.  More on the use of OGNL below.
+ *          the key's value. More on the use of OGNL below.
  *      </li>
  * </ol>
  * As stated above, <a href="http://www.ognl.org/">OGNL</a> is the mechanism we use for selecting
@@ -189,7 +189,9 @@
  *          <a href="http://xstream.codehaus.org">XStream</a> toolkit.
  *      <li><b>Option 2</b>: As a set of String based key-value pairs(&lt;String, String&gt;), where the
  *          key is an OGNL expression identifying the SOAP response element and the value is a String
- *          representing the value from the SOAP message.
+ *          representing the value from the SOAP message.   This option should only be used for simple
+ *          responses.  If your response contains collections etc, this option is not viable.  You need
+ *          to use option 1.
  *      </li>
  *      <li><b>Option 3</b>: If Options 1 or 2 are not specified in the action configuration, the raw SOAP
  *          response message (String) is attached to the message.




More information about the jboss-svn-commits mailing list