Hi Experts,
My scenatio is syncronous scenario ( File to sync SOAP to File). It picks up a file , calls syncronous web service using SOAP adapter , get the response and we need to create a file of teh response.
My problem is to the service response into file.
In IR i have done following things:
1. Oubound synchronous input Message interface
2. Inbound synchronous service Message Interface
3. Message mapping for both request nad response
4. Interfce mapping for the one Message Mapping
In ID
1. file sender Comm channel
2. SOAP reciver comm channel
3. one recvr determination for file to service inbound message
4. One interfcae detmination for service inbound message and interface mapping
5. one sender agreement and one recvr agreement.
Now i am not sure how use the second file adapter for writing file.
kindly help.