Author: objectiser
Date: 2010-02-16 10:29:58 -0500 (Tue, 16 Feb 2010)
New Revision: 500
Added:
trunk/samples/quickstart/simple_correlation/messages/goodbye_request2.xml
trunk/samples/quickstart/simple_correlation/messages/goodbye_request3.xml
trunk/samples/quickstart/simple_correlation/messages/hello_request2.xml
trunk/samples/quickstart/simple_correlation/messages/hello_request3.xml
Modified:
trunk/samples/quickstart/simple_correlation/build.xml
Log:
Added more example messages for the simple_correlation example.
Modified: trunk/samples/quickstart/simple_correlation/build.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/build.xml 2010-02-16 12:55:31 UTC (rev
499)
+++ trunk/samples/quickstart/simple_correlation/build.xml 2010-02-16 15:29:58 UTC (rev
500)
@@ -54,4 +54,60 @@
</classpath>
</java>
</target>
+
+ <target name="sendhello2">
+ <echo>Send test message to: ${ant.project.name}</echo>
+ <java
classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
+ <arg
value="http://localhost:8080/Quickstart_bpel_simple_correlationWS"/>
+ <arg value="messages/hello_request2.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
+
+ <target name="sendgoodbye2">
+ <echo>Send test message to: ${ant.project.name}</echo>
+ <java
classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
+ <arg
value="http://localhost:8080/Quickstart_bpel_simple_correlationWS"/>
+ <arg value="messages/goodbye_request2.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
+
+ <target name="sendhello3">
+ <echo>Send test message to: ${ant.project.name}</echo>
+ <java
classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
+ <arg
value="http://localhost:8080/Quickstart_bpel_simple_correlationWS"/>
+ <arg value="messages/hello_request3.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
+
+ <target name="sendgoodbye3">
+ <echo>Send test message to: ${ant.project.name}</echo>
+ <java
classname="org.apache.ode.tools.sendsoap.cline.HttpSoapSender">
+ <arg
value="http://localhost:8080/Quickstart_bpel_simple_correlationWS"/>
+ <arg value="messages/goodbye_request3.xml"/>
+ <classpath>
+ <fileset dir="../../common/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <pathelement path="${java.class.path}"/>
+ </classpath>
+ </java>
+ </target>
</project>
Added: trunk/samples/quickstart/simple_correlation/messages/goodbye_request2.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/messages/goodbye_request2.xml
(rev 0)
+++ trunk/samples/quickstart/simple_correlation/messages/goodbye_request2.xml 2010-02-16
15:29:58 UTC (rev 500)
@@ -0,0 +1,11 @@
+<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:goodbye>
+ <ID>
+ <id>2</id>
+ </ID>
+ <Message>Goodbye</Message>
+ </wsdl:goodbye>
+ </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file
Added: trunk/samples/quickstart/simple_correlation/messages/goodbye_request3.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/messages/goodbye_request3.xml
(rev 0)
+++ trunk/samples/quickstart/simple_correlation/messages/goodbye_request3.xml 2010-02-16
15:29:58 UTC (rev 500)
@@ -0,0 +1,11 @@
+<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:goodbye>
+ <ID>
+ <id>3</id>
+ </ID>
+ <Message>Goodbye</Message>
+ </wsdl:goodbye>
+ </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file
Added: trunk/samples/quickstart/simple_correlation/messages/hello_request2.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/messages/hello_request2.xml
(rev 0)
+++ trunk/samples/quickstart/simple_correlation/messages/hello_request2.xml 2010-02-16
15:29:58 UTC (rev 500)
@@ -0,0 +1,11 @@
+<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:hello>
+ <ID>
+ <id>2</id>
+ </ID>
+ <Message>Hello</Message>
+ </wsdl:hello>
+ </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file
Added: trunk/samples/quickstart/simple_correlation/messages/hello_request3.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/messages/hello_request3.xml
(rev 0)
+++ trunk/samples/quickstart/simple_correlation/messages/hello_request3.xml 2010-02-16
15:29:58 UTC (rev 500)
@@ -0,0 +1,11 @@
+<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <wsdl:hello>
+ <ID>
+ <id>3</id>
+ </ID>
+ <Message>Hello</Message>
+ </wsdl:hello>
+ </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file