cancel
Showing results for 
Search instead for 
Did you mean: 

Diff between Proxies and Adapters

Former Member
0 Kudos

Hello,

What is the difference between Proxies and Adapters?

Also, why do we need to go for proxies, when we have adapters?

Priya

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member91687
Active Contributor
0 Kudos

Hi Priya,

The discussions in these threads will give you a clear idea:

You can use proxies for systems with WAS >=6.20

Regards,

Chandra

Former Member
0 Kudos

Hi,

check this ....,

and this blog,

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

sekhar

Former Member
0 Kudos

<b>Proxies</b> are interfaces which will get executed in the application system. They can be created only in the system from message interfaces using the proxy generation functions.

You can use proxies for systems with WAS >=6.20

XI will communicate in native language with SAP systems via proxies. Proxies uses XML - SOAP based communication for both ABAP and Java Proxies.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/86/58cd3b11571962e10000000a11402f/frameset.htm">Proxy Generation</a>

<b>Adapters</b> will convert one format into another expected/target format. means from SAP standard formats and as well as 3rd party formats to target formats.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/86/58cd3b11571962e10000000a11402f/frameset.htm">Adapter Runtime</a>

From

Yallabandi

Former Member
0 Kudos

Hello Rajesh,

Thanks for your answer. But I still do have a small doubt.

<i>"XI will communicate in native language with SAP systems via proxies"</i>

What is this native language?

Priya

Former Member
0 Kudos

Hi Priya,

XI can understand only XML data. So, native languae for XI is XML.

Regards,

Sushumna