cancel
Showing results for 
Search instead for 
Did you mean: 

Why we are not configuring HTTP adapter on sender side?

Former Member
0 Kudos

Hi Experts,

Why we are not configuring HTTP adapter on sender side? How the process get starts and do we need to use any tool inorder to generate the request? Plz explain all the steps that are required to invoke HTTP adapter?

if we are using any tool to invoke a request then wht are the parameters we need to pass and it is necessary to use a tool for every HTTP scenario..............

Points will b rewarded.

Thanks in advance

Faisal

Edited by: Abdul Faisal on Apr 8, 2008 11:01 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abdul,

we do not need sender HTTP adapter because the source HTTP msg from the source system lands at the integration engine directly because the integeration engine is listening at HTTP port for all HTTP req msgs.

to generate a HTTP req msg, you have to tell the source application about the sender business service and sender interface which you have configured in ID for your scenario.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Please refer the below thread:

For testing purpose

1) U can test it from RWB-> Integration server-> Test tab option.

2) U can use the test tool for the same.

This link gives you a sample HTML code to create HTTP Client:

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

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

chirag

Former Member
0 Kudos

so while sending the HTTP request it's always required to use any tool like HTTP Client...........

Former Member
0 Kudos

Hi,

U can either go for HTTP client tool or u can test it from RWB test message tab.

copy ur paylaod from message mapping and past it in Test message tool of RWB and give all the required information.

ur scenario will run then.

chirag

Former Member
0 Kudos

Hi Abdul,

your source system should have some application which can generate a HTTP req msg and send it to XI..........So basically it depends on your source system that which application it is using for generating HTTP req msg to send to XI.

Regards,

Rajeev Gupta