cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies

Former Member
0 Kudos

Hello all,

Can I call the Client proxy as a class and server proxy as a interface since class implemetation is done here.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinivas,

both client proxy and server proxy are interfaces which are implemented by class.. so in client proxy scenario you can instantiate their class by creating its object in a executable report to trigger the request msg to XI.......in server proxy class, in the function you tell how to process the incoming request msg.....

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi

Proxy objects implement message interfaces from the Integration Repository be it server proxy / client proxy. So , it is appropriate to consider proxies as o<b>bjects that provide interfacing the message interfaces</b> in XI and r/3 or vise versa

regards

krishna