All,
I have a simple question... Is it possible to create a >complete<
message at runtime? Is it possible to do something like this:
<bpel:copy>
<bpel:from>
<bpel:literal>
<csn:computeParameters>
<arg0>sulphuric acid</arg0>
<arg1>24.0</arg1>
</csn:computeParameters>
</bpel:literal>
</bpel:from>
<bpel:to variable="inputMessage"/>
</bpel:copy>
It obviously fails because part attribute is missing. When I add part
attribute, the <csn:computerParameters /> gets (as expected)
substituted with relevant element defined in WSDL.
thanks,
Łukasz