I have a question.
I don't know how BPEL solves this problem.
Imagine a process with different paths of execution depending on a variable.
Every path invokes a different web service. We can model this behaviour by using the
if-else structure.
The problem is where the different paths of execution invoke the same web service, meaning
they have the same WSDL document , portype , etc..
but they are deployed in different locations (ex:differente machine).
Is there any other way to model such behaviour with only a path of execuation using a
parameter with the address of the service ?
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036156#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...