Author: midon
Date: Sat Oct 25 10:38:25 2008
New Revision: 707869

URL: http://svn.apache.org/viewvc?rev=707869&view=rev
Log:
fix a namespace. Suprising that the branch 1.X does not complain.

Modified:
    
ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/process-template/HelloWorld2.bpel

Modified: 
ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/process-template/HelloWorld2.bpel
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/process-template/HelloWorld2.bpel?rev=707869&r1=707868&r2=707869&view=diff
==============================================================================
--- 
ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/process-template/HelloWorld2.bpel
 (original)
+++ 
ode/trunk/axis2-war/src/test/resources/TestRampartPolicy/process-template/HelloWorld2.bpel
 Sat Oct 25 10:38:25 2008
@@ -58,7 +58,7 @@
            </copy>
        </assign>
 
-       <invoke partnerLink="samplePartnerLink" 
portType="test:{sample.service.name}PortType"
+       <invoke partnerLink="samplePartnerLink" 
portType="dummy:{sample.service.name}PortType"
                operation="echo" inputVariable="req" outputVariable="resp"/>
 
        <assign>


Reply via email to