cancel
Showing results for 
Search instead for 
Did you mean: 

How to use URL for http adapter

Former Member
0 Kudos

Hello,

Iam working on IDOC2HTTP scenario. Here the end user system they have given only url address userid and password.End user is htttp. Please can u help me how ot use that.

Thanks in Advance.

Regards,

Abhiram

Accepted Solutions (0)

Answers (4)

Answers (4)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Adding to what Prateek said,

http://hostname:port/prefix

When the end user system has not provided any port, the value is assumed to be 443.

Hope this helps,

udo_martens
Active Contributor
0 Kudos

Hi Abhiram,

you can put there the URL directly or link to a destination where you store the address.

Have a look to [Configuration of HTTP receiver adapter|http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm]

Regards,

Udo

Former Member
0 Kudos

Specify your URL in the HTTP receiver

Check out the below link

http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/frameset.htm

Rajesh

prateek
Active Contributor
0 Kudos

In the receiver http channel, yo usimply have to use the URL. Specify the hostname, port and prefix. Thats all.

Regards,

Prateek

Former Member
0 Kudos

I have only url as parameter.

In the http adapter reciever it is asking for Pathprefix,Target host and service number

prateek
Active Contributor
0 Kudos

The URL contains all these things. e.g Your url must be in format like

http://hostname:port/prefix.

You have to identify your details from this URL only.

Regards,

Prateek