I have a ws1 which accepts some many input attributes (id, name, and many parameters).
this WSD provider is plugged to a service (FS1) which converts the input data to a complex Document (DOC1) , makes some stuff and then returns a reply to the tiers.
Later a 2nd service flow (FS2 ) needs to execute a process using the previous DOC1 documents (or pipeline) stored somewhere.
Of course, in our context, the 2 services FS1 and FS2 can not work in a synchronous mode.
Is there any way to store the Doc1 in the ESB, to make the FS2 get it Later ?
Our first solution is to store it in a XML file on the IS File system, so the FS2 can read it and then convert it into the DOC1.
but is there a better way ? (queue… JMS… message ?)