Author: mriou
Date: Thu Oct 11 07:31:38 2007
New Revision: 583835
URL: http://svn.apache.org/viewvc?rev=583835&view=rev
Log:
Making XSL test deployable as well.
Modified:
ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl?rev=583835&r1=583834&r2=583835&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
(original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
Thu Oct 11 07:31:38 2007
@@ -68,7 +68,7 @@
</wsdl:binding>
<wsdl:service name="HelloXslService">
<wsdl:port name="HelloXslPort" binding="tns:HelloXslSoapBinding">
- <soap:address location="http://localhost:8080/pxe/soap/helloXslWorld"/>
+ <soap:address location="http://localhost:8080/ode/processes/helloXslWorld"/>
</wsdl:port>
</wsdl:service>
Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml?rev=583835&r1=583834&r2=583835&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
(original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
Thu Oct 11 07:31:38 2007
@@ -18,7 +18,7 @@
-->
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
xmlns:pns="http://pxe/bpel/unit-test"
- xmlns:wns="http://ode/bpel/unit-test.wsdl">
+ xmlns:wns="http://pxe/bpel/unit-test.wsdl">
<process name="pns:HelloXslWorld">
<active>true</active>
|