cancel
Showing results for 
Search instead for 
Did you mean: 

regarding http

Former Member
0 Kudos

Hello Friends,

IN HTTP to RFC scenario,I tested the scenario using thin httpclient...

Its working,But In real time how the request comes from HTTP,

could you please explain in detail the process

I mean ,in real time how the XI gets the request...who will trigger in HTTP side and how

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi SUNIL,

Check the following links...to understand HTTP

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

https://www.sdn.sap.com/irj/sdn/forums

reward points if helpful

PrasHant

Former Member
0 Kudos

Hey,

Follow this presentation..

you will understand everything about http.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/1b0e7f62-0c01-0010-f79f-916f6435df...

Thanks,

vijaya.

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Sunil ,

The following websites will give detailed information & wil answer u'r question:

Connect XI with Sterling GIS Using SOAP HTTP Adapters

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce...

Posting and Testing using XI/PI HTTP Adapter

/people/william.li/blog/2007/09/07/posting-and-testing-using-xipi-http-adapter

Plain HTTP Adapter

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

Configuring the Sender Plain HTTP Adapter

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

Configuring the Receiver Plain HTTP Adapter

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

Posting and Testing using XI/PI HTTP Adapter

/people/william.li/blog/2007/09/07/posting-and-testing-using-xipi-http-adapter

ABAP-Based HTTP Client for Messages to SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ae388f45-0901-0010-0f99-a76...

cheers!

gyanaraj

****Pls reward points if u find this helpful

Former Member
0 Kudos

>>I mean ,in real time how the XI gets the request...who will trigger in HTTP side and how

HTTP test client is only used to generate the URL,once the URL is generated and scenario tested you will give this URL to the sender system which is capable of sending HTTP request to XI ,this sender system requires a URL to post the data hence it will use this URL which you generated from test client.

The sender system can be any system which has capability of sending HTTP requests,it could be a website,a script,a java application,.Net application etc.

In production the test client is not at all in picture,its only the sending system sending messages to the URL,via the URL the messages reaches correct scenario in XI and message processing is done.

Thanx

Aamir

Former Member
0 Kudos

Hello Aamir,

Thank you for your reply!!!

1) Could you give some sample http urls in production...just for better understanding...

2)If sender a java application ....How it will send a http request.

3)In handling HTTP ...which method is used.... "GET" or "POST"

Please provide the answers