cancel
Showing results for 
Search instead for 
Did you mean: 

about proxy communcation in XI

Former Member
0 Kudos

Where we develop inbound proxy and Outbound Proxy ,where proxys will exist?

How proxys will be executed? what is the target URL of inbound proxy and Outbound

proxy? How data is moved from source system to target system , as we dont,t have

any communication channel to give file name and directory.

Message was edited by:

KOTESWARA RAO

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Ram

we generate proxies in the appliacation system(like R/3 system),as far as i know ,we need to configure an XI adapter for proxies,even thought proxies are adapterless communication but XI adapter is used ,and has to be configured.

thanx

ahmad

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

Client Proxy - /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy - /people/siva.maranani/blog/2005/04/03/abap-server-proxies

Do refer those blogs on getting an idea of a complete scenario where they are involved.

udo_martens
Active Contributor
0 Kudos

Hi Rao

>>>Where we develop inbound proxy and Outbound Proxy?

Design at IB Repository, generated at ERP (SPROXY), coded at ERP(SE24)

>>>>where proxys will exist?

At ERP

>>>How proxys will be executed?

inbound: by a XI message, oubbound: called by an ERP program

>>>what is the target URL of inbound proxy?

http://<erp host>:<http-port>/sap/xi/engine/?type=receiver

>>>>and Outbound proxy?

http://<xi host>:<http-port>/sap/xi/engine?type=entry

>>>How data is moved from source system to target system , as we dont,t have

any communication channel to give file name and directory.

There is a channel for inbound proxys, where u put a destination. Inside that destination you call the integration engine of erp.

For outbound you put the destination at sxmb_adm / configuration of integration engine / corresponding integration server.

The integration engines content (from IB directory) decides what to do with message (mapping and routing).

Regards,

Udo

prabhu_s2
Active Contributor
0 Kudos

u can activate the proxy in Tcode SPROXY. so outbound proxy i.e. client proxy u wud create a report program to trigger the interface and for inbound proxy i.e. server proxy u wud have the method implemented . so sender proxy u wud not req any sender agreement to br created and hence a communication channel