[jboss-svn-commits] JBL Code SVN: r27767 - in labs/jbossesb/trunk/product/samples/quickstarts: publish_as_webservice_inonly and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 8 18:13:55 EDT 2009


Author: dward
Date: 2009-07-08 18:13:55 -0400 (Wed, 08 Jul 2009)
New Revision: 27767

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/native_client/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/publish_as_webservice_inonly/readme.txt
Log:
Tweaks for https://jira.jboss.org/jira/browse/JBESB-2705
Made readme's more accurate to quickstarts.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/native_client/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/native_client/readme.txt	2009-07-08 22:13:30 UTC (rev 27766)
+++ labs/jbossesb/trunk/product/samples/quickstarts/native_client/readme.txt	2009-07-08 22:13:55 UTC (rev 27767)
@@ -1,47 +1,59 @@
-Overview:
-=========
-  This example demonstrates how to develop and host a 181 Web Service on the
-  JBoss Application Server. This Web Service is then used to make a synchronous
-  call into the ESB via a "native client".  This quickstart has no gateway, it
-  uses a native "ESB Aware" listener and the client side code demonstrates how
-  to use the MessageDeliveryAdapter.
-
-Running this quickstart:
-========================
-  Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
-  and a more detailed descripton of the different ways to run the quickstarts.
-
-  Note, this quickstart requires an ESB and JBossWS installation into
-  JBoss AS 4.2.0.GA.  Installation instructions for both can be found in the
-  install/readme.txt.
-
-To Run:
-=======
-  1. In a command terminal window in the quickstart folder type 'ant deploy'.
-
-  2. Using a browser, hit the following URL: "http://localhost:8080/jbossws".
-  
-  	Click on the "View a list of deployed services" link.
-
-     You should see something like the following:
-     -----------------------------------------------------------------------
-     |   jboss.ws:context=Quickstart_native_client,endpoint=HelloWorldWS   |
-     |   http://127.0.0.1:8080/Quickstart_native_client/HelloWorldWS?wsdl  |
-     -----------------------------------------------------------------------
-
-  3. Use your favorite Web Service testing tool to invoke the Web Service. A
-     great one is called SoapUI at www.soapui.org.  
-
-     The ESB console should produce the following messages:
-
-     &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
-     Body: Your Name
-     &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
-
-
-     &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
-     Body: Hello From ESB MyAction: Your Name
-     &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
-
-     This assumes you put in "Your Name" as the parameter in your WS client
-     testing tool.
+Overview:
+=========
+  This example demonstrates how to develop and host a 181 Web Service on the
+  JBoss Application Server. This Web Service is then used to make a synchronous
+  call into the ESB via a "native client".  This quickstart has no gateway, it
+  uses a native "ESB Aware" listener and the client side code demonstrates how
+  to use the MessageDeliveryAdapter.
+
+Running this quickstart:
+========================
+  Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
+  and a more detailed descripton of the different ways to run the quickstarts.
+
+  Note, this quickstart requires an ESB and JBossWS installation into
+  JBoss AS 4.2.0.GA.  Installation instructions for both can be found in the
+  install/readme.txt.
+
+To Run:
+=======
+  1. In a command terminal window in the quickstart folder type 'ant deploy'.
+
+  2. Using a browser, hit the following URL: "http://localhost:8080/jbossws".
+  
+  	Click on the "View a list of deployed services" link.
+
+     You should see something like the following:
+     -----------------------------------------------------------------------
+     |   jboss.ws:context=Quickstart_native_client,endpoint=HelloWorldWS   |
+     |   http://127.0.0.1:8080/Quickstart_native_client/HelloWorldWS?wsdl  |
+     -----------------------------------------------------------------------
+
+  3. Use your favorite Web Service testing tool to invoke the Web Service. A
+     great one is called SoapUI at www.soapui.org.  
+
+     The ESB console should produce the following messages:
+
+15:37:56,149 INFO  [STDOUT] HelloWorld Hit! ?
+15:37:56,193 INFO  [STDOUT] 
+&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,193 INFO  [STDOUT] Body: ?
+15:37:56,193 INFO  [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,194 INFO  [STDOUT] 
+&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,194 INFO  [STDOUT] !ERROR!
+15:37:56,194 INFO  [STDOUT] Break!!!!
+15:37:56,194 INFO  [STDOUT] For Message: 
+15:37:56,194 INFO  [STDOUT] Hello From ESB MyAction: ?
+15:37:56,194 INFO  [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,194 INFO  [STDOUT] 
+&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,194 INFO  [STDOUT] !ERROR!
+15:37:56,194 INFO  [STDOUT] Break!!!!
+15:37:56,194 INFO  [STDOUT] For Message: 
+15:37:56,194 INFO  [STDOUT] Hello From ESB MyAction: ?
+15:37:56,194 INFO  [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
+15:37:56,195 INFO  [STDOUT] org.jboss.soa.esb.couriers.FaultMessageException: org.jboss.soa.esb.actions.ActionProcessingException: Break!!!!
+15:37:56,195 INFO  [STDOUT] org.jboss.soa.esb.couriers.FaultMessageException: org.jboss.soa.esb.actions.ActionProcessingException: Break!!!!
+
+The !ERROR! is expected because of how MyAction.java's  playWithMessage(Message message):Message method.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/publish_as_webservice_inonly/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/publish_as_webservice_inonly/readme.txt	2009-07-08 22:13:30 UTC (rev 27766)
+++ labs/jbossesb/trunk/product/samples/quickstarts/publish_as_webservice_inonly/readme.txt	2009-07-08 22:13:55 UTC (rev 27767)
@@ -19,7 +19,7 @@
 
 To Run from Soapui:
 ===========================
-  1. Use the following URL: 'http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ESBServiceSample/HelloWorldPubService?wsdl'.
+  1. Use the following URL: 'http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ESBServiceSample/HelloWorldPubServiceInOnly?wsdl'.
   2. Copy the contents of soap-userpass-message.xml.
   3. Exceute the web service call from soapui.
 




More information about the jboss-svn-commits mailing list