cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter

Former Member
0 Kudos

Hi,

Ques:

Please tell me Steps involved in HTTP Sender Adapter, just take test case <i>i am accessing a RFC in R/3 System</i>

Doubts:

1. How data tranf. from HTTP URL to XI?

2. To send data (for example Company Code, my client will type and press submit to get details from R/3), what are all the parameters i need to set at client place?

3.How the data going to respond to client again?

<b>BEST EFFORT</b>

What are BE, EO and EOIO?

From my knowledge BE is for Sync Scenarios! is that right?

IDOC don't have BE option, Why?

What other Adapters don't have BE option and why?

Thanks

VG

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You dont have a sender adapter for HTTP same as there is no sender IDOC adapter.Because they are sitting directly Integration Engine.

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

Data is transferred to XI is basing on URL that you have defined in the HTTP client.In the Query string of the URL you have to mention your sender namespace and service and Quality of service(If you want the response Use BE in QOS).

sekhar

Former Member
0 Kudos

Hi,

Thanks for replies.

HTTP Adapter Steps please

Reg,

VG

bhavesh_kantilal
Active Contributor
0 Kudos

Venkat,

You DO NOT NEED A SENDER HTTP ADAPTER.

Please refer to the link in my first reply. You will find the piece of Code by Stefan Grube that can be used as a HTTP Client to post messages to the Integration Engine of XI Directly.

Regards,

Bhavesh

Former Member
0 Kudos

Hi ,

Check this for HTTP client code...

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

sekhar

Former Member
0 Kudos

Hi,

Go through this Thread

Reg..

Suneel

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Take a look at this thread for HTTP CLinet code,

<i>From my knowledge BE is for Sync Scenarios! is that right?</i>

Partly right. Adapters that suppprt Best Effort support Synchronous Processing of messages. They also do suppport EO and EOIO.

IDOC adapter does not supprt Synchronous Processing and so, it does not have QOS as BE>

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

Regards,

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Also, take a look at this link to see which adapter supports what QOS,

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Regards,

Bhavesh