cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP TEst TOOL

Former Member
0 Kudos

HI all,

Can U tell me about the http test tool.Which is ussed to post it to the WEB page.

Regards,

Prasad

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Prasad,

You can find the html code in the below link and save it as .html .

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6...

You gave to specify the below details in the html page.

1.ServerHost

2.Server Port

3.Client

4.Sender Service

5.Quality of service (you specify it as BE as you said that you want your response back)

6.Sender Interface

7.Sender Namespace

8.User anme and password.

After entering all the above specified detail give your input file in the payload. If you are giving in the xml format, remove the header line "<?xml version="1.0" encoding="UTF-8"?>" and give the payload.

You will get the response back.

Former Member
0 Kudos

Hi,

u can either go with any of the methods.

1) HTML code to create HTTP Client:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca4...

2) You can also use the Wfetch application by Microsift for the same.

download the same from below link

http://www.iisfaq.com/Default.aspx?tabid=2975

3) Use the test message tab in RWB for the message for testing.

once the message is send to PI,PI wil take care of further process.

chirag

former_member183906
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

I want to send data from HTTP to RFC and also I want response,when we send data from Soap we use skype to post inthe same way what is the tool for posting this HTTP messages.

Regards,

Prasad.

prateek
Active Contributor
0 Kudos

U need a simple HTTP client for that. This could be created using the links provided above.

Regards,

Prateek

prateek
Active Contributor
0 Kudos

U need an HTTP client to send data to XI only. XI will take the responsibility of post the data to Web Page using http or soap adapter.

Regards,

Prateek

Former Member
0 Kudos