Hi Experts,
Our requirment is ,
Actual scenario-1:
-> PI receives IDOC message from ECC
-> PI need to convert the IDOC xml to target message format
-> PI need to convert the target xml message to (pipe delimited) Flat file
-> PI need to send this flat file to other asynchronous scneario ( soap-> Javaproxy) using SOAP receiver adapter
Routing scenario:
-> SOAP sender will receive the flat file
-> in Mapping we need to do DB Lookup to get dynamic URL ( we should do)
-> and then send the flat file to Java proxy
there are around 10 Actual scenarios...and all scenarios will call same generic scenario...
Actual scenario is for actual mapping...and
routing scenario is to route message.
Is it possible...if so how??