[jboss-svn-commits] JBL Code SVN: r18055 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/webservice_consumer2.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 23 08:28:40 EST 2008


Author: tcunning
Date: 2008-01-23 08:28:40 -0500 (Wed, 23 Jan 2008)
New Revision: 18055

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/webservice_consumer2/readme.txt
Log:
bug:JBESB-1409
Correct paramsLocation in readme.txt.


Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/webservice_consumer2/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/webservice_consumer2/readme.txt	2008-01-23 12:10:35 UTC (rev 18054)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/webservice_consumer2/readme.txt	2008-01-23 13:28:40 UTC (rev 18055)
@@ -88,7 +88,7 @@
 	
 	org.jboss.soa.esb.actions.soap.SOAPClient
 	This class is used to make the call to the webservice. It will take the
-	parameters that MyRequestAction set in "paramsLocation", call the webservice, then place
+	parameters that MyRequestAction set in the default location, call the webservice, then place
 	the response in the default location. 
 	
 	src/../MyResponseAction.java




More information about the jboss-svn-commits mailing list