cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
710
Views
0
Helpful
2
Replies

CDR get_file_list

wschochet
Level 1
Level 1

I have been trying to write some routines to generate and download CDR. I'm just not getting it. Obviously, I am over simplifying this. Any guidance would be appreciated.

All of the services are running and I can retrieve the wsdl at:

https://myccm:8443/CDRonDemandService/services/CDRonDemand?wsdl

for the get_file_list operation, am submitting the follwing very simple envelope:

<SOAP-ENV:Envelope>

<SOAP-ENV:Body>

<axl:get_file_list />

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

The response error message get is:

<faultcode>soapenv:Server.generalException</faultcode>

<faultstring>No target service to authorize for!</faultstring>

I have the SOAPAction set for:

http://schemas.cisco.com/ast/soap/action/#CDRonDemand#get_file_list

2 Replies 2

sameer.abuasal
Level 1
Level 1

1) make sure the cdr on demand service is started

2) make sure you are asking for files within the correct time frame .

alkalidi_al
Level 1
Level 1

first of all check that you setup the FTP connection correctly in the callManager so the it downloads the CDR files into your server. and make sure that you can download the CDRs automatically from the UCM when you perform a call. after that you can use the CDROnDemand to download the CDRs