cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
8
Replies

getAllIPAddresses in CCM 5.1

raymondcidad
Level 1
Level 1

In CCM 4.1, I used the getAllIPAddresses method of IPAddressProvider class.

Or, requesting the

https://CCMIP/ccmadmin/reports/devicelistx.asp page.

How can I do these in CCM 5.1 or 6?

Im tring to get all the active phones (the ip address.)

Thanks

8 Replies 8

Mike-1985
Level 1
Level 1

There is no DeviceListX anymore above CCM 4.x You should use RISPORT (realtime information system). There are enough topics about it on this forum.

You need to call SOAP on the following URL:

https://cm_ip:8443/realtimeservice/services/RisPort

Hello msabir.

I did an AXL SOAP connection to the CCM 4.1,

Now I'm trying to connect with the CCM 5.1 and I get no response. I'm following the AXL Programming paper. I even copy the Java example, getting nothing from de CCM. No errors, no data. Nothing.

[part of the code]

//prints cero!

System.out.println("available "+in.available());

while ( (ch = in.read(bArray)) != -1 )

{

System.out.println("this line is never printed!");

sum += ch;

sb.append(new String(bArray, 0, ch));

}

[/part of the code]

The complete code is the one found in (JavaExample CCM5.1)

http://www.cisco.com/en/US/partner/products/sw/voicesw/ps556/products_programming_reference_guides_list.html

I'm using Eclipse with Java 1.5.

I read another post you did when you mention some way to use Eclipse to help with this connection.

Please, please give me a little help. Some code, papers or links may be...

I'd check the Cisco AXL Web Service in the Serviceability page and it's activated.

I need to connect to the CCM to get de list of activated phones, phonesInfo, Phone Line, etc...

Thanks a lot for your time.

RCM

A number of folks are running into SOAP issues. I plan to write an article on using Eclipse/NetBeans to do SOAP query to CCM to pull phone list. If I can find some time, I will do it within next few days.

Hi, I have the same problem, I use the CM 5.1

What AXL method Can I use for get the same information that appear in the devicelistx ??

Thanks

Hi, I have the same problem, I use the CM 5.1

What AXL method Can I use for get the same information that appear in the devicelistx ??

Thanks

Hello Mr. MUHAMMAD

Can you help us with the AXL 5.x connection?

I already tried everything following the AXL 5.1 paper.

Thanks for your time.

What programming language are you using? I use Eclipse to convert WSDL into Java stub classes. All I have to do then, is to call those stub classes. This is the URL for SOAP call:

https://ccm_ip:8443/realtimeservice/services/RisPort

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: