cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxies

Former Member
0 Kudos

Hi All,

I need to send messages from an external server(Sun1 server) to XI through Java Proxies.

I knew that SAP WAS with JPR and MS are prerequisites for this.

How can I send messages from external system?

Awaiting your valuable suggestions.

Regards,

Amul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks for all the replies.

I have already developed java proxies and deployed on XI server itself. Now, i need to send messages from sun1 application server. I will try Amol's suggestion.

If there is any other method, kindly let me know.

Regards,

Amul.

Former Member
0 Kudos

Amul,

If you can be more precise about your requirement of sending message from Sun1 server to XI then it would help people give you an exact answer. Btw, if you mean

sun 1 application server , in that case you can have EJB clients running on Sun 1 which would be making requests to the Java Proxy(EJB) running on XI java stack i.e. this would be a Client Java proxy for XI.

Regards,

Amol

Former Member
0 Kudos

Hi,

You can have a look at SDN Demo for Java Proxies step by step process.

https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#jdi [original link is broken]

Thanks,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

You can have a look at these weblogs for an idea abt Java proxies.

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

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

ShaBZ