cancel
Showing results for 
Search instead for 
Did you mean: 

proxy-generation

Former Member
0 Kudos

Hi All

why do we generate proxies in appllication server not in xi server

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Check Below links for All type of proxies.

Asyn Inbound java proxy

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

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

ABAP Proxy

How do you activate ABAP Proxies?

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

ABAP CLIENT PROXY

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

ABAP SERVER PROXY

/people/siva.maranani/blog/2005/04/03/abap-server-proxies. [original link is broken]

To test a connection - /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

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

XI: Debug your inbound ABAP Proxy implementation

Testing proxy - /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

JAVA Proxies:

Asynchronous inbpund java Proxies

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Proxy Generation- For ABAP and Java proxy, create a Message Interface and then generate a proxy for that message interface.

http://help.sap.com/saphelp_nw2004s/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

More on Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

ABAP Proxies:

Integration Builders through proxy server (Part - 2)

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

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

Regards,

Phani

Reward Points if Helpful

Former Member
0 Kudos

XI is a middleware and its main purpose is for routing, mapping, or process handling etc.

Application system is where your actual business logic or Webservices (or Enterprise service) exists. Thats why we generate proxies in application server.

Then why do we define the proxy structure in XI?

This is the Enterprise Service programming model from SAP. Also this approach is called as Outside-In development approach. You can search on this topic on SDN you will get lots of information.

Thanks

Satish

Former Member
0 Kudos

Hi Srinivas,

Login to the application server, using the SAP logon pad.

In the transaction box, type the transaction code (sproxy) for generating proxies.

It will list all the namespaces, traverse to your the respective interface and look for the interface under the MessageIntefaces(Inbound/Outbound) for proxy generation.

Right click on the message interface and say create.There after you can go ahead with your ABAP coding inside the proxy code.

In addition, refer to these links from SAP help

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/frameset.htm

Blogs--

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

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies -- Activate a Proxy

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1387-- [original link is broken] [original link is broken] [original link is broken] ABAP Client Proxy

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

I hope this should help you.

Regards,

Younus

Reward if its useful.

Former Member
0 Kudos

because you want to communicate with target system instead of xi.

xi just a broker which is not final receiver at which the message arrives.

Message was edited by:

joy zheng

former_member189387
Active Contributor
0 Kudos

Hi Srinivas ,

<b><i> why do we generate proxies in appllication server not in xi server ?</i></b>

Because, Proxies generation on Same Integration Server is not allowed due to Constructor CL_XMS_RUN_TIME_ENV .

you can create client copy in XI , use it as Application system .From here you can generate proxies also .

Refer this blog

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

      • Assing Points if you found helpful

Reagrds.,

V.Rangarajan