Showing posts with label message interfaces. Show all posts
Showing posts with label message interfaces. Show all posts

Thursday, March 5, 2009

What is Context Object? What is its role?

A:Context Objects are pointers to a specific element within the message, for
future reference. Encapsulate the access to data that is contained in the
payload or in the header of the message.

Differences between proxies and adapters?

Ans) Proxies 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.
Adapters will convert one format into another expected/target format. means from SAP standard formats and as well as 3rd party formats to target formats

Followers