Hi, Is there an xml schema for the odesession:callback soap headers or any more documentation for it? I can't find a relevant schema in the source code - is this all just hand crafted in code? The reason for this request is that I'd like to use ODE's implicit correlation between a BPEL process in ODE and a separate web service, so that the web service can provide an asynchronous callback. I know there might be better ways of doing this (e.g. ws-addressing), but the implicit correlation approach looks very easy and I've been having a few tooling issues with ws-addressing support.
In terms of documentation, I'm really after a description of what headers ODE expects in the callback message. I get the following headers set when making a call from ODE, but what should I set when sending an asynchronous callback to the given address? <odesession:callback xmlns:odesession="http://www.apache.org/ode/type/session"> <addr:Address xmlns:addr="http://www.w3.org/2005/08/addressing">http://localhost:8080/ode/processes/asyncgdbtest/NewDiagram3/Pool0/Pool1/Pool0AndPool1ForGDBPortPlk</addr:Address> <odesession:session>24af7ab1-9c46-45fd-a63b-a838a5d31f37-1</odesession:session> </odesession:callback> Thanks in advance for any pointers, Regards, Mark Howard -- View this message in context: http://www.nabble.com/ODESession-XML-Schema-tp25854983p25854983.html Sent from the Apache Ode User mailing list archive at Nabble.com.
