cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve XI message details through Java code

Former Member
0 Kudos

Hi All,

I want to ask that if I have a message ID with me then is it possible to develop a java code which retrieves message details using that message ID?

If yes, then please provide useful information.

Any kind of help will be highly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

YES.Create a RFC and expose it as a webserice.You can call that webservice from your Java code and get the required details basing on the Message ID.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sekhar,

Thanks for the reply.

Can you please explain in bit detail as I am new to XI.

If some example is there then it will be a great help.

Former Member
0 Kudos
Former Member
0 Kudos

I think it would be easier to do RFC lookup in UDF instead of calling web service.