0
votes
0answers
52 views

Unable to access some of methods in cisco UCM's perfmonservice using SOAPpy?

I am trying to use a web service with Python and SOAPpy as a client. Some of the method paramters in this web service's WSDL are asking for an "ObjectNameType" type. Here is my code so far: import ...
0
votes
0answers
58 views

Bad Types SAX Exception - when i am trying to access perfmonservice?

i am using SOAPpy-0.12.0 , Python and wsdl. For accessing the perfmon webservice provided by Cisco UCM. I want to fetch the perfmon counter data. For this i have a method ...