cancel
Showing results for 
Search instead for 
Did you mean: 

receiver http adapter

Former Member
0 Kudos

Hi,

I am doing HTTP to HTTP scenario,I am posting a message from HTTP test client from XI jsp start page.I want response message to come on that test client page.

for configuring receiver http adapter,I need Target host,Service number and path perfix.from where i will get thes edetails as in this case,my sender and receiver are same,I have given target host sap XI server and service number from smicm->goto services->http port

and path perfix from where i can get?

Please help me on this.

thanks

Best Regards,

Harleen Kaur Chadha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please browse through the following URL.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2372] [original link is broken] [original link is broken] [original link is broken];

Thanks,

Kiran

Former Member
0 Kudos

hi,

can u clarify your question??

you want http is a synchronous with some other system

like http <--> RFC(sync)

or what??

Regards,

Prakasu

former_member537867
Active Contributor
0 Kudos

Hi Harleen,

What can be done is that the .jsp page will receive and process a post. The post will have a query string of "test" with values. In this case the following configuration can be used for the HTTP receiver:

Addressing type: URL address

Target host: your web server address

Service number: the web server port number

Path: the URL of the .jsp (e.g. /myjsp.jsp)

In XI Payload Manipulation section:

XML code: UTF-8

Prolog: test=

Adapter-Specific Message Attributes:

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

Regards,

Vinod.

Former Member
0 Kudos

Thanks for your replies

I have one more question in my case my receiver is XI webserver

so please tell me

The URL ADDRESS can i get from XI server using

Transaction->SXMB_ADM->Integration Engine configuration->URL given in corresponding Integ. Server.

for wht is that other way to retrieve URL from XI webserver

thanks

Best Regards,

Harleen Kaur Chadha