cancel
Showing results for 
Search instead for 
Did you mean: 

proxies,HTTP Adapter

Former Member
0 Kudos

What is the difference between a HTTP Adapter and a proxies?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

Proxies are Adapter less communication . So if the sender/receiver system in a position to understand/communicate the data through XML then no need to use any adapter in XI.to communicate we have provision that is Proxies, We have two types of proxies

JAVA proxies

ABAP Proxies

Each of these having two types client proxies and server proxies.

Here we will use XI adapter which is native adapter of XI.

see the below links to get more idea

Java And ABAP Proxy

Just go thru following thread-Java Mapping

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

ABAP proxy-

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

HTTP Adapter is used to communicate from webbrowser to IS.

we have plain HTTP Adapter.

see links here

http://help.sap.com/saphelp_erp2005vp/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Regards

Chilla

<i>reward points if it is helpful..</i>

Former Member
0 Kudos

Prxoies : are adapterless communication where both intergation engine interact directly with out any adapters.

Diff: ABAP Proxies(Except java) can be created SAP Systems but not in non-SAP.

Tocreate Proxies ur WAS should be >= 6.20 at least other u cant create proxies.

HTTP: directly communicating from webbrowser to Intergation engine.

Shabarish_Nair
Active Contributor
0 Kudos

HTTP Adapter is used for plain HTTP communication. Say from a webpage to XI.

Read more - http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Proxy -

A proxy is an adapter less communication (even though we use the XI adapter when we configure proxies). Proxies have an advantage over other connections - /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems (comparison or rfc, idoc n proxy connection)