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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 14 01:58:18 EDT 2009


Author: beve
Date: 2009-07-14 01:58:17 -0400 (Tue, 14 Jul 2009)
New Revision: 27988

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/readme.txt
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2737 "HttpGatewayListener does not deploy on AS5."


Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/build.xml	2009-07-14 05:40:58 UTC (rev 27987)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/build.xml	2009-07-14 05:58:17 UTC (rev 27988)
@@ -80,10 +80,4 @@
 	</target>
 	<target name="runtest" depends="runjbr"/>
 
-	<target name="runhttp">
-		<echo>Calling JBossWS webservice via HttpGatewayListener and WSProxy.</echo>
-		<property name="runtest.arg.url" value="http://localhost:9999/WSProxy_Basic/HelloWorldWS/"/>
-		<antcall target="runinternal"/>
-	</target>
-
 </project>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/jboss-esb.xml	2009-07-14 05:40:58 UTC (rev 27987)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/jboss-esb.xml	2009-07-14 05:58:17 UTC (rev 27988)
@@ -5,9 +5,6 @@
 		<jbr-provider name="JBR-PROVIDER" protocol="http" host="localhost">
 			<jbr-bus busid="JBR-BUS" port="9090"/>
 		</jbr-provider>
-		<http-provider name="HTTP-PROVIDER" host="localhost" port="9999">
-			<http-bus busid="HTTP-BUS" context="/WSProxy_Basic/HelloWorldWS"/>
-		</http-provider>
 	</providers>
 
 	<services>
@@ -19,10 +16,6 @@
 					busidref="JBR-BUS"
 					is-gateway="true"
 				/>
-				<http-listener name="HTTP-GATEWAY"
-					busidref="HTTP-BUS"
-					is-gateway="true"
-				/>
 			</listeners>
 			<actions mep="RequestResponse">
 				<action name="echo-request"

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/readme.txt	2009-07-14 05:40:58 UTC (rev 27987)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_wsproxy_basic/readme.txt	2009-07-14 05:58:17 UTC (rev 27988)
@@ -62,11 +62,6 @@
      [java] 01:19:16,000 DEBUG [main][content] << "yHelloResponse></env:Body></env:Envelope>"
      [java] **** RESPONSE BODY: <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><ns2:sayHelloResponse xmlns:ns2="http://webservice_wsproxy_basic/helloworld"><return>Hello 'dward' on Mon Jul 06 01:19:15 GMT-05:00 2009</return></ns2:sayHelloResponse></env:Body></env:Envelope>
 
-  'runhttp' target description:
-  - This will exercise the target webservice *via* the SOAPProxy, first going
-	through an HTTP Gateway Listener.
-  - The request url is: http://localhost:9999/WSProxy_Basic/HelloWorldWS/
-  - Running it will create output similar to the runjbr output above.
 
 Project file descriptions:
 ==========================
@@ -105,8 +100,4 @@
 		passes in and argument representing the *PROXIED* webservice endpoint (via JBoss Remoting)
 		and an argument representing the string-based message to invoke the webservice with. 
 
-	*	the runhttp task calls the
-		org.jboss.soa.esb.samples.quickstart.webservice_wsproxy_basic.test.SendWSMessage class and
-		passes in and argument representing the *PROXIED* webservice endpoint (via HTTP Gateway)
-		and an argument representing the string-based message to invoke the webservice with. 
 




More information about the jboss-svn-commits mailing list