Author: mszefler
Date: Thu Sep 7 14:43:59 2006
New Revision: 441238
URL: http://svn.apache.org/viewvc?view=rev&rev=441238
Log:
Fixed HelloWorld2 bugs
Modified:
incubator/ode/trunk/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
Modified:
incubator/ode/trunk/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel?view=diff&rev=441238&r1=441237&r2=441238
==============================================================================
---
incubator/ode/trunk/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
(original)
+++
incubator/ode/trunk/axis2-examples/src/examples/HelloWorld2/HelloWorld2.bpel
Thu Sep 7 14:43:59 2006
@@ -20,7 +20,6 @@
<variables>
<variable name="myVar" messageType="test:HelloMessage"/>
- <variable name="tmpVar" type="xsd:string"/>
</variables>
<sequence>
@@ -34,8 +33,8 @@
<assign name="assign1">
<copy>
- <from>concat($tmpVar,' World')</from>
- <to variable="myVar" part="TestPart"/>
+ <from>concat($myVar.TestPart,' World')</from>
+ <to>$myVar.TestPart</to>
</copy>
</assign>
<reply name="end"