OK. Problem solved (I think)
It looks like I need to brush up on my BPEL. I was able to get this to work
by using an expression, rather than a literal. I need to find out exactly
what the difference is......
In any case, the following BPLE segment succeeded in initializing the
variable:
<bpws:assign>
<bpws:copy>
<bpws:from expression="2"/>
<bpws:to variable="ConnectResponse" part="ConnectResponse"
query="/ns2:ConnectResponse/ns2:output"/>
</bpws:copy>
</bpws:assign>
Thanks!
HelloWorld
--
View this message in context:
http://www.nabble.com/BPEL%3A-How-to-assign-a-literal-t1829382.html#a4991046
Sent from the ServiceMix - User forum at Nabble.com.