cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adaptor for Server Proxy?

Former Member
0 Kudos

Hi @,

I have created one server proxy and to communicate created one Communication channel using adaptor type http ,now i dont know what is the meaning of the service number,addressing type ,path and target host ?

Arethere any default values for the same/

Regards

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

In that cse,

URL TYPE : URL Address

TargetHost : give either ip address or fully qualified host name

Service Number : give the portnumber

path : /sap/xi/engine?type=entry

Give the log on details and client details.

Regards

Bhavesh

Former Member
0 Kudos

Hi Bahvesh,

The path you have mentioned is always true or it may change also

On what conditions it is based upon

Regards

bhavesh_kantilal
Active Contributor
0 Kudos

Amit,

path : /sap/xi/engine?type=entry This path is used when your SAP system's WAS is 6.40 or greater.

path : path : /sap/xi/engine?type=receiver This path is used when your SAP system's WAS is 6.20.

Like wise the protocol in the XI adapter is dependent of the WAS of your SAP system.

Protocol : XI 2.0 --> Was 6.20

Protocol : XI 3.0 --> WAS 6.40

Regards

Bhavesh

prasanthi_chavala
Active Contributor
0 Kudos

Hi Amit,

>> <i>The path you have mentioned is always true or it may change also</i>

It is the XI's pipeline url and which is remains the same.

>><i>On what conditions it is based upon</i>

I think it depends upon the XI engine.

Cheers,

Prasanthi.

Answers (4)

Answers (4)

former_member190313
Active Participant
0 Kudos

hi

what is ur scenario..for a proxy u need to configure XI adapter..

is it that at one end u have web client as there we use http adapter

Regards

Sheetal

Former Member
0 Kudos

Hi

Service Number: It is the HTTP port number.

addressing type :It is the address of the receiver.

path :It is path prefix of the receiver

and target host: It is the host name of the receiver system

Former Member
0 Kudos

Hi Amit,

Please go through::

Xi Adapter::-->

http://help.sap.com/saphelp_nw04/helpdata/en/e1/091640a991c742e10000000a1550b0/content.htm

regards

Piyush

Pl: reward points if it is helpful.

bhavesh_kantilal
Active Contributor
0 Kudos

Amit,

Irrespective of the Proxies ABAP or Java you need to use a XI adapter and not a http adapter.

Regards

Bhavesh

Former Member
0 Kudos

Sorry Bhavesh,

Its XI adaptor only wrongly i mentioned http

Regards