Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HelloI Am trying to write a function that will update select service parameters but when i try to make the call to cucm i get an error message that says "Error generating XML Document " my code bombs on the StandardResponse step. can anyone could pro...
Hello i am attempting to submitted data by by using POST instead of PUT. however CUC is coming back with the following error.<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ErrorDetails><errors><code>DATA_EXCEPTION</code><message>Missing para...
HelloI am new to the CUC API and have only just started poking around. is there an administrators Java SDK out there? the only posted on cisco unity tools seems to be made to only handle requests for the user that authenticates your session. the docu...
Cisco has not done a good job of keeping documentation updated but there have been changes. URLs may need to be formatted as follows. in my example i am looking for unlocatedphones http://CER /cerappservices/export/unlocatedphones/info/{username}/{...
i found if i do this as a PUT the request will work.but i ran into a new issue if i send a PUT to the URL below with the example XML CUC sets the primary extension to the DtmfAccessId listed below.if i am trying to add an alternate extension should i...
I am trying a http request app to see if the operations I want to use are accessible. but I am not sure where to get more information on the following response<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ErrorDetails><errors><code>DATA_EXC...