cancel
Showing results for 
Search instead for 
Did you mean: 

How to Configure Reciver HTTP Adapter

Former Member
0 Kudos

Hi,

i am doing Proxy-HTTP syncronous scenario.

Proxy will fetch XML file located in one server.

(example: www.yahoo.com/exchange_rate.xml)

i have following problems.

1. How to configure the Reciver HTTP Adapter.

2. What should I use in Address Type.

HTTP Destination or URL Address.

3. If I use HTTP Destination , The length of the field is very short to accomodate complete address.

4. If I use URL address, what should I put in all the fields , like Target host, Service Number, path.

I have URL , something like this, www.yahoo.com/exchangerates.xml

I dont know what to put in Target Host, service name and path.

Please help. thx. BD.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

if you use a HTTP-Destination it uses a rfc-destination.

So you configure first a rfc-destination (in sm59 of type G)

and name it for example RFC_EXAMPLE and then you

use this name for the HTTP-Destination in your adapter.

if you use the url

Target host:

- you can use the ip

Service Number:

- that means the port you want/must use

path:

- in your case: /exchangerates.xml

Regards

Patrick

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

hi Bhagwan Das,

HTTP Destination:

should be a custom given name for a service which is configured priorly

in URL Address:

Target host : System IP

Service Number: port number

path : Servlet Code path.(service)

take a look at

/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi