Not sure I follow - you can use a message that is reused in your operations of your wsdl. So potentially you can reuse the same message across invokes. The reuse happens in the WSDL, not the BPEL.
On Sat, Aug 21, 2010 at 06:40, Łukasz Budnik <[email protected]>wrote: > All, > > I'm thinking about creating something like an ESB in WS-BPEL. I want > to have a NormalisedMessage (NM). > > Is it possible to create one message which would be used in all > invokes across the whole business process? > > E.g., > > <invoke partnerLink="partnerLink1" operation="op1" ... > outputVariable="normalisedMessage" /> > > <invoke partnerLink="partnerLink2" operation="op123" ... > outputVariable="normalisedMessage" /> > > thanks, > Łukasz > > thanks, > Łukasz >
