cancel
Showing results for 
Search instead for 
Did you mean: 

SAP-XI- PROXIES

Former Member
0 Kudos

Hi,

I need to know about proxies could you please tell me where i will get basic document for proxies.

To know what exactly proxies and how to implement for XI.

How java is used in SAP-XI proxies.

Thanks,

RamuV

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Ramu,

Refer-

raj

Former Member
0 Kudos

Hi Ramu,

proxies are used when you want to avoid protocol conversion say "XYZ" protocol to "SOAP/XML"(XI language) at XI box.

Abap proxies are executed at proxy runtime(R/3) which will take care of XML generation .

u need to execute follow steps

1)tcode:sxmb_adm

configure integration engine.

2)tcode:sproxy,create proxies for interfaces.

3)se38 :write the report using proxy instances(created at sproxy).

4)execute report

4)sxmb_moni(check for processed xml messages).

for abap proxies report

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

java proxies are used at java based source platforms,like abap proxies for r/3 source systems.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

Thanks & Regards,

Rama Krishna

Edited by: rama krishna talluri on Mar 2, 2008 5:35 AM

Edited by: rama krishna talluri on Mar 2, 2008 5:39 AM