cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy Question

Former Member
0 Kudos

I am working with an Asynchronous Inbound Java Proxy, at the moment of modify the ejb-jar.xml file in order to add the <enterprise-beans>

<session>

<ejb-name>

<home>

<remote>

<local-home>

<local>...

Which interfaces I have to put in home, remote, local-home and local?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ruben,

Please go through this information below and clear all your doubts with respect to Java Proxies...

You can have 2 types of Java proxies viz. client(putting data into xi pipeline) & server (xi pipeline sends request to these proxies.)

From system point of view, the requirements vary in case of these two. for server proxies you can have a webas java business system and associated technical system in sld.in case of client proxies, refer SAP note #809420.

The basic difference between ABAP proxies and Java proxies is ABAP proxies reside on the perticular application system(CRM or R/3) but java proxies reside on SAP Web AS J2EE stack of your XI server.

Just search SDN pointers on Java proxy developement and you will get good pointers. There is one How-to guide on service marketplace by the name "HowToWorkWithJavaProxies.pdf".

Regarding your dev environment, you can always make use of NWDS, you need to be very much familier with EJB concepts and deployment. Check help.sap.com for more details.

Java Proxies and SAP XI - The Inside Story, Part 1

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

Java Proxies and SAP XI - The Inside Story, Part II

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

SAP XI 1.0 Configuring your PC or Laptop as a Java Receiving System

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5b19b90-0201-0010-9bb0-81c...

Also go through these links:

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

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

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...

Regards,

Abhy

Answers (4)

Answers (4)

Former Member
0 Kudos

In which tag (or tags) do I have to put the name of my IA Message Interface? and why?

Former Member
0 Kudos
moorthy
Active Contributor
0 Kudos

Hi,

You need to go for the Message interfaces, for which you have created the Java Proxy . Ie, if your proxy is java server proxy, then Inbound,Asynchronous message interface.

Also look into these-

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/a068cf2f-0401-0010-2aa9-f5a...

Regards,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

You need to mention the name of the respective interface in the respective tags.

Eg : <local>com.sap.aii.proxy....LocalInterface</local>

Also check this link

http://help.sap.com/saphelp_nw04/helpdata/en/45/12086ca6ba1d47a06e59f99a639542/content.htm

Thanks,

Prakash

Former Member
0 Kudos

Hi Ruben,

See this

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

cheers,

Prashanth

P.S Please mark helpful answers