I can't find an example with 2 invocations, but the following bpel test case might be a good start for you: http://github.com/apache/ode/blob/APACHE_ODE_1.X/axis2-war/src/test/resources/TestSoapHeader/HeaderTest.bpel
You could replace the <reply> with a second <invoke> for instance. The idea is that you can do whatever you want with the outputVariable of your first <invoke>. You could for instance use assignments to extract the relevant information from the outputVariable and prepare the inputVariable of your next invocation. I hope it helps. Alexis On Mon, Jul 6, 2009 at 9:42 AM, phan le sang <[email protected]> wrote: > e another web servic
