cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Http Receiver Adapter Details.

Former Member
0 Kudos

Hi Everyone.

When do we use http Receiver Adapter?

I want to configure File to HTTP Scenario.

For Receiver Adapter, What should i Specify Addressing Type .If I select the URL Address

What I need to give values for Target Host, Service Number, Path and Similarlly If I select Addressing Type as HTTP Destination, What I need to give value for HTTP Destination.

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

When your URL is http://server:port/one/two/three

Them put:

Target Host: server

Service Number: port (use 80, if not part of the URL)

Path: /one/two/three

Regards

Stefan

Former Member
0 Kudos

Hello Stefan,

oh, this looks so simple, but...

I have such an address:

https://www.test.net/web/a2ademo_idoc/&senderSystem=S_EURO

In my threat

I have described my problem with the missing service no.

Do you have any idea?

Would be great!

Best regards

Dirk

Answers (4)

Answers (4)

former_member182455
Active Contributor
0 Kudos
former_member238007
Contributor
0 Kudos

HI,,

See this links.. it may solve ur problem

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

HTTP Test tool

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

regards

Kishore

former_member192295
Active Contributor
0 Kudos

Hi,

If u select address type URL, need to configure below parameters.

Target Host: RFC destination

Service Number: JAVA stack port number (ask basis team, they will provide)

Prefix Path: This path contain receiver interface name, service name etc information will be mentioned

Above information is enough for receiver HTTP channel configuration

If you choose HTTP destination

HTTP Destination: RFC destination

Former Member
0 Kudos