cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies

praveenreddy_bk
Participant
0 Kudos

Hi All,

1) Is it necessary to define sender communication channel for sender proxies.

2) How does sender proxy knows there is update in data.

3) Can we use HTTP Adapter for proxies .

Can you give me links of proxies for both sender and receiver proxies.

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Praveen,

>>1) Is it necessary to define sender communication channel for sender proxies.

No

>>2) How does sender proxy knows there is update in data.

Your report should trigger the proxy whenever a data update happen. I guess you need to do schedule the report in ECC for this.

>>3) Can we use HTTP Adapter for proxies .

I guess yes, but never tried so cannot confirm

>>Can you give me links of proxies for both sender and receiver proxies.

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=72123509

Many more you can find by searching sdn

Regards

Suraj

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Yes we need to create communication channels for Proxies JAVA Proxies, we use XI Adapter as sender as well as Receiver.

in this case XI Adapter receives the data from Proxy and wil send to Intergration Engine.XI Adapter act as a mediater betwwen your proxy and Integration Engine.

I dont think so HTTP Adapter is the altenative for Proxy,HTTP Adapter fullfils our requirement then wt is the use of Proxies???

Regards,

Raj

Former Member
0 Kudos

sender communication channel is not required for Client (sender)ABAP proxy.

when u r writing the proxy for the sender , you have to write the code to trigger the proxy

Edited by: madhav poosarla on Oct 19, 2009 8:24 AM