You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hello,
So far, I have used the model to generate processes with import statements. If I want to generate processes which will bind with services dynamically based on the specifications indicated by the process. How can I do that?
Thanks
Daniel Lübke
unread,
Jan 15, 2016, 12:46:15 PM1/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hello,
The link you provided a case where we still hardcode the address for the concrete services. But in some cases, dynamic binding is done through lookup depending on results of a query (e.g. Xpath). I was more interested in such cases. My scenario is more like using an analysis pipeline to perform a task that collects data from several services based on a query submitted by the user.
Daniel Lübke
unread,
Jan 18, 2016, 9:48:57 AM1/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hi,
there is no problem to assemble this request dynamically, e.g. by having the endpoint variable and use a copy in the same or different <assign> activity to copy another URL into it.