[Users] Assign in BPEL

ccaron caron.clement at gmail.com
Wed Mar 16 10:55:39 CET 2011


I managed to make the whole process working. For information I had a last problem of variable assignement :
I had to change

Code:
<bpel:copy>
         <bpel:from part="return" variable="AnalyserResponse2">
                <bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[resource]]></bpel:query>
         </bpel:from>
         <bpel:to part="args" variable="IndexerRequest">
                <bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[resource]]></bpel:query>
         </bpel:to>
</bpel:copy>




in

Code:
<bpel:copy>
         <bpel:from variable="AnalyserResponse2"></bpel:from>
         <bpel:to part="args" variable="IndexerRequest"></bpel:to>
</bpel:copy>





Anyway, Here is my SA : DemoChain (http://leff.is-a-geek.com/Petals/DemoChainCrawling.zip)
Here is my bpel se (with some of my change) : se bpel (http://leff.is-a-geek.com/Petals/petals-se-bpel-1.0.3-SNAPSHOT.zip)

I'm gonna put the whole demo online (350 Mo to upload).
The original one (working with petals standalone 2.2.1 and se orchestra) can be found on weblab website (WebLab Forge (http://forge.ow2.org/projects/weblab/)).

I'll post later with a link for the new demo.
Clément




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30720#30720

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/1dc51876/attachment.htm>


More information about the Users mailing list