Hello Honza,
I've made running these two asynchronous scenario. Maybe that might help you?
1.a) FileAdapter picks up XML and sends it to XI2.0
1.b) XI uses PlainHTTP-Adapter to sends the message to Webserver
1.c) HTTPRequestHandler (written in C#) receives the XML and writes it to HD.
2.a) JavaScript sending an XML to PlainHTTP adapter of XI2.0.
2.b) XI sends the message to FileAdapter
2.c) FileAdapter writes the XML to HD
What you need is an synchrounus scenario and I think I remember that the fileadapter is not able to work synchrounus. So I think you have to combine these two scenarious to one.
Regards Björn
Add a comment