cancel
Showing results for 
Search instead for 
Did you mean: 

Help with http, soap and idoc adapters

Former Member
0 Kudos

hai everyone,

thank you all for the help with my previous post. can any one please walk me through HTTP, SOAP, IDOC adapters and tell me what type of interview questions I can expect on them. I am a naive to SAP XI.

thanks again for any help

jpkreddy

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member91687
Active Contributor
0 Kudos

Hi,

Idoc and the Http adapters are implemented in ABAP and reside directly on the IS i.e the ABAP stack, the monitoring of these adapters does not go through the RWB and you have to use seperate ABAP transcations to monitor them. Whereas the SOAP adapter is hosted on the J2EE adapter engine.

To know about how to configure these adapters:

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/96/791c42375d5033e10000000a155106/frameset.htm

Regards,

Chandra

Former Member
0 Kudos

Hi Pavan,

Just go through the parameters one requires to fill in while configuring the adapters.

Please note--. you dont need to configure sender http and sender idoc channel.these two run on Integration engine and not on Adapter engine.

Please go through the different ALE IDOC configuration steps required in R3 side to post an Idoc to XI.

please got hrough this weblog for this.

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

Also see how to configure REciever Idoc channel.

Soap message consists os soap header and soap body.

Soap header conrains all the sender information and soap body has the actual message.It is sent through http protocol.

Hope this helps,

All the best

Yomesh