Hello Experts,
As with PI 7.1 which one would be better option to have better performance?
1)Proxy which goes through the Integration Engine by omiting Advance adaptor Engine
2)RFC which goes through the AAE by omiting Integration Engine
As we know there are alot of advantages of Proxies over RFC:
1. Proxy communication always by passes the Adapter Engine and will directly interact with the application system and Integration engine. So it will give us better performance.
2. Proxies communicate with the XI server by means of native SOAP calls over HTTP.
3. Easy to handle messages with ABAP programming if it is ABAP Proxy .
4. Proxy is good for large volumes of data. we can catch and persist the errors ( both system & application fault ) which was generated by Proxy setting.
Thanks in Advance
Rajeev