Skip to Content
0
Former Member
Apr 30, 2010 at 06:32 AM

How to call multiple request to CRM and R/3 without BPM

30 Views

Hi all

I have a scenario where a SOAP request will come to XI via webservice

I then have to call an interface mapping which has Java mapping in it(the java code is basically calling an RFC in CRM) - then i'll receive the response of interface mapping and send it back to the customer.

Step 2 :The SOAP request which i have received in the first place is to be written as a flat/xml file onto a directory for backup purpose

Step 3: there will be a separate process where the response of rfc will be fed to an IDOC request structure and send to R/3 as a dashboard IDOC.

All this is done without BPM.

So my first problem is "how to write an incoming SOAP request to a file without using BPM?? "

Second I knw that interface mapping can be directly added in Integration directory's Interface determination by making the property as enhanced but "In the Sender Service i write the Business system which contains soap comm channel and in the interface i write the outbound synchronous interface which is the SOAP outbound that hits the xi for the first time But i am not sure what service do i write in the receiver section as Interface mapping is in XI only....theres no other business system or communication channel involved in between."

I really need help...plz help me