Author: Grid.Qian
Date: 2008-12-10 02:37:00 -0500 (Wed, 10 Dec 2008)
New Revision: 12530
Modified:
workspace/examples/projectExamples.xml
Log:
add esb examples
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2008-12-10 07:17:48 UTC (rev 12529)
+++ workspace/examples/projectExamples.xml 2008-12-10 07:37:00 UTC (rev 12530)
@@ -151,5 +151,51 @@
http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example/hel...
</url>
</project>
-
-</projects>
\ No newline at end of file
+ <project>
+ <category>ESB</category>
+ <name>webservice_consumer1</name>
+ <shortDescription>JBoss ESB Web Service consumer1
Example</shortDescription>
+ <description>This example demonstrates how to consume a 181 Web Service in an ESB
action.
+ This ESB will make a webservice request that requires a single "toWhom"
string parameter.
+ The webservice will return a greeting response. The ESB simply dislays the response
on the
+ console.</description>
+ <size>22500</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>webservice_consumer1_client</name>
+ <shortDescription>JBoss ESB Web Service consumer1 Example -
Client</shortDescription>
+ <description>This sample is to test the deployed a comsumer web service.It
requires the webservice_consumer1 project.</description>
+ <size>1000000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>webservice_producer</name>
+ <shortDescription>JBoss ESB Web Service producer
Example</shortDescription>
+ <description>This sample demonstrates how to deploy a JSR181 Webservice endpoint
on
+ JBossESB using the SOAPProcessor action.</description>
+ <size>17600</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>webservice_producer_client</name>
+ <shortDescription>JBoss ESB Web Service producer Example -
Client</shortDescription>
+ <description>This sample is to test the deployed a web service endpoint.It
requires the webservice_producer project.</description>
+ <size>14200</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
+ </url>
+ </project>
+</projects>