cancel
Showing results for 
Search instead for 
Did you mean: 

Need to read channel details using ID API

Former Member
0 Kudos

Hello Experts,

I need to read the details of all communication channels in our PI system. I understand the most efficient way of doing this (in absence of data in ABAP tables) is using the Integration Directory API in PI.

I am new to the ID API and following SCN blogs I have created my class in the NWDS and have also generated the client for the class CommunicationChannelIn.

Please provide the code snippet i need to write in my class to get the communication channel details.

Thanks,

Diptee

Accepted Solutions (0)

Answers (2)

Answers (2)

javier_alcubilla
Contributor
0 Kudos

Hi Diptee

Check the webservices provided by PI

Go to the web service navigator (in http://host:port/)

See this example and try those services to get information about channels

Regards

Javi

Former Member
0 Kudos