cancel
Showing results for 
Search instead for 
Did you mean: 

How can I call a java-program as receiver

Former Member
0 Kudos

Hi Folks,

I have to call a java program, based on the XI-Server as receiver. My qustions are:

  • What is the right adapter type

  • What are the parameters to give the xml to the program

Thanks a lot

matthias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mathias,

I would suggest, generate a java proxy of ur inbound interface (reciever).

1. In the java proxy implementation method you will

have access to the message sent to the interface,

2. You could then use this message(XML) and Call ur

custom java program from the java proxy.

here is a link on how to implement java proxies

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Naveen

Former Member
0 Kudos

Hi Naveen,

thanks for your statement, what is the correct adapter type to call the java proxy?

thanks

matthias

Former Member
0 Kudos

Hi Mathias,

You would use <u><b>Xi Adapter</b></u> to forward messages from the Integration Server to the SAP J2EE Engine and to the Java proxy runtime.

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Naveen

Former Member
0 Kudos

Hi Matthias,

check this link, if it helps

Regards

Vishnu