On 2/19/07, sujoy ray <[EMAIL PROTECTED]> wrote:
<copy>
<from>$AssetsOut.getResourceReturn.BPLANS.BPlan</from>
<to variable= "tmpVar"/>
</copy>
Sounds like what you want is to do something like this:
<copy>
<from>$AssetsOut.getResourceReturn/BPLANS/BPlan</from>
<to variable= "tmpVar"/>
</copy>
where:
"AssetsOut" the name of your message variable
"getResourceReturn" is the name of your message part
"BPLANS" is a child element of the message part
"BPlan" is a child element of BPLANS
alex
It is deployed but again the same. it dumps the whole
$AssetsOut.getResourceReturn into tmpVar.
I want to copy particularly the subvalue/s inside that path. Can anybody
help me with the right expression. Is there any good tutorial on XML
manipulation over WS-BPEL 2.0 using XPath 2.0? Please let me know.
Thanks in advance.
Best Regards,
Sujoy