cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Sender and HTTP Receiver adapter. Pls advice urgent

Former Member
0 Kudos

Hi All,

There is one Third Party that wants to send XML data and receive XML data with XI.

Please let me know can I use HTTP for that.

How to use HTTP Sender part?

How to use HTTP Receiver Adapter?

Pls send blogs/doc for that

Thanks and Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

H HTTP Connection to ABAP System

G HTTP Connection to External Server

Steps to create RFC destination:

a) transaction SM59

b) Choose Edit -> Create.

Enter:

RFC destination: Name of your RFC destination,

Connection type: H or G

Regards,

Shabari

Former Member
0 Kudos

Hi

Check these For HTTP Receiver Config,

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

Regards,

Shabari

Former Member
0 Kudos

Hi All,

If I go by this link for HTTP Receiver Adapter:

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

For My HTTP Destination what type of RFC Destination is that

and how to make it

Regards

Former Member
0 Kudos

Hi,

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

Regards

Former Member
0 Kudos

hi.,

Check this thread for the code for a HTTP Client,

/message/266750#266750 [original link is broken]

Also, check these blogs. They use HTTP adapters for their configuration,

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

/people/sriram.vasudevan3/blog/2005/02/14/calling-stored-procs-in-maxdb-using-sap-xi

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

Check these links for the configuration part.

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

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

Weblog :

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - although this weblog is

aimed at explaining the sync-async bridge.. Sriram has taken http-to-file scenario as the example

note:reward points if solution found helpfull.....

regards

chandrakanth.k

Former Member
0 Kudos

Hi All,

I have seen the links. There is no snapshot or details for HTTP receiver adapter.

Pls send the link which has snapshot or details for HTTP receiver adapter.

Regards

Former Member
0 Kudos

Hi Henry,

How these third party want to send data.

If it is through Web Services, You can use SOAP Adapter.

If you are using HTTP, no need to define HTTP sender communication channel, as request directly goes to ABAP stack. But Receiver Communication channel is required to know where to send the data from XI.

Piyush