cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
347
Views
0
Helpful
3
Replies

GetServerInfo from CallManager 5

tharaldsen
Level 1
Level 1

Hi,

I'm trying to use the GetServerInfo method implemented in the RisPort service.

When calling this method I always get the following error:

2007-07-17 12:31:52,301 INFO [http-8443-Processor18] security.RequestRateControl - http://schemas.cisco.com/ast/soap/action/#PerfmonPort#GetServerInfo

2007-07-17 12:31:53,533 INFO [http-8443-Processor18] risport.RisBindingImpl - https://xx.xx.xx.xx:8443/realtimeservice/services/RisPort

2007-07-17 12:31:53,548 ERROR [http-8443-Processor18] risport.CiscoSoapClientTestTrustManager - Exception in loadKeyStore() java.io.IOException: Keystore was tampered with, or password was incorrect

I know my username/password are correct because other RisPort functions like SelectCmDevice works fine.

Does anyone know how to solve this?

3 Replies 3

msabir
Level 4
Level 4

I have been able to successfully call GetServerInfo using Eclipse's auto generated Web Services Client (It uses Apache Axis to read a WSDL and generate all the code to call a web service). Took me 10 mins to be up and running. I am thinking to post a blog on it. There is a way to trust the SSL certificate without importing it.

What tool are you using to generate WS client?

My mistake here...

I put the IP adress of the CCM system in the ArrayOfHosts SOAP input. This should really be the name of the hostnode.

So this thread may be closed.

Hi,

I am trying to talk to the webservice on callmanger server doing something as simple as getPhone using the java example given in the developer guide. I have not been successful in getting a response. You seem to be have been able to do it. Can you help?

Thanks

Prashanth