[jboss-svn-commits] JBL Code SVN: r28083 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 15 23:01:51 EDT 2009


Author: dward
Date: 2009-07-15 23:01:51 -0400 (Wed, 15 Jul 2009)
New Revision: 28083

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt
Log:
updated readme for https://jira.jboss.org/jira/browse/JBESB-2711


Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt	2009-07-16 02:21:30 UTC (rev 28082)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt	2009-07-16 03:01:51 UTC (rev 28083)
@@ -72,11 +72,11 @@
         wise-core.properties
         Needed to configure SOAPClient based on Wise project.
         
-        smooks-config-XMLGregorianCalendar.xml
+        smooks-request-config.xml
         Smooks style configuration xml. Needed to configure the SmooksRequestMapper. 
         
-        smooks-response-config
-        Smooks style configuration xml. Needed to configure the SmooksReMapper.
+        smooks-response-config.xml
+        Smooks style configuration xml. Needed to configure the SmooksResponseMapper. 
 
 	log4j.xml:
 	Needed to configure log4J used by both the quickstart and the ESB itself. A listener needs a place to log.
@@ -91,7 +91,7 @@
 	src/../MyRequestAction.java
 	Convert the message body into a webservice request parameter Map.
 	
-	src/../SOAPClient
+	src/../wise/SOAPClient.java
 	This class is used to make the call to the webservice. It will take the
 	parameters map that MyRequestAction set in message body, call the webservice, then place
 	the response in message.



More information about the jboss-svn-commits mailing list