[jboss-svn-commits] JBL Code SVN: r24779 - in labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa: src/org/jboss/soa/esb/samples/quickstart/webservice_consumer_wise4 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 19 04:04:16 EST 2009


Author: jim.ma
Date: 2009-01-19 04:04:16 -0500 (Mon, 19 Jan 2009)
New Revision: 24779

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa/src/org/jboss/soa/esb/samples/quickstart/webservice_consumer_wise4/handler/
Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa/readme.txt
Log:
Updated readme

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa/readme.txt	2009-01-19 07:55:24 UTC (rev 24778)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise_wsse_wsa/readme.txt	2009-01-19 09:04:16 UTC (rev 24779)
@@ -1,7 +1,7 @@
 Overview:
 =========
-    This quickstart demonstrates how to use SmookHandler and JAX-WS hander in Wise SOAPClient to transform and manipulate
-    soap message. 
+    This quickstart demonstrates how to configure SOAPClient to enable WS-Security and WS-Addressing to call 
+    a webservice.
 
 Running this quickstart:
 ========================
@@ -34,10 +34,7 @@
 
         wise-core.properties
         Needed to configure SOAPClient based on Wise project.
-        
-        smooks-handler.xml
-        Smooks style configuration xml. Needed to configure the SmooksHander. 
-        
+             
 	log4j.xml:
 	Needed to configure log4J used by both the quickstart and the ESB itself. A listener needs a place to log.
 
@@ -58,13 +55,7 @@
 	
 	src/../MyResponseAction.java
 	Retrieve the webservice response and display it on the console.
-        
-        src/../MyCustomLoggingHandler.java
-        JAX-WS hanlder file. It is used to display the soap message to the console.
-        
-        src/../MyCustomLoggingHandler2.java
-        Another JAX-WS handler file.  
-	
+        	
 	build.xml:
 	Targets and structure description:
 	*	the classpath property pulls the jbossesb-properties.xml file and the juddi.properties file to the




More information about the jboss-svn-commits mailing list