cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA / Android application

Former Member
0 Kudos

Hi,

I would like to write basic Java / Android app to access processed messages on PI server. Something like we can see in Message Monitor on http://<server>:<port>/mdt/index.jsp. My question is what is the best way to do it? Are there any WS-s on PI which provide this data, or simply use HTTP POST and GET to get the data? Is there any docu or advice of yours......

thx

mario

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184681
Active Contributor
0 Kudos

Hi Mario,

I agree with Raja Sekhar about that. I also do not know about any standard PI's feature for this purpose. However, you can try building a custom scenario for this purpose. It could be HTTP or SOAP to RFC scenario, and for this receiver RFC you will build a custom remote-enabled function module in PI that will collect and return all the required data. Please see here for a list of PI database tables that contain details about the messages processed:

http://wiki.sdn.sap.com/wiki/display/XI/XI+Tables

Hope this helps,

Greg

Former Member
0 Kudos

On which URL can Login with credentials be performed...any Idea?

rajasekhar_reddy14
Active Contributor
0 Kudos
> I would like to write basic Java / Android app to access processed messages on PI server. Something like we can see in Message Monitor on http://<server>:<port>/mdt/index.jsp. My question is what is the best way to do it? Are there any WS-s on PI which provide this data, or simply use HTTP POST and GET to get the data? Is there any docu or advice of yours......
>

I think there is no Web service like that using HTTP Post and Get only you have to try.