cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
158
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: sujit pillai on 03-12-2009 12:40:32 PM
Hi,
 
how to use get_file_list and get_file in C# using CDRonDemand web service
 
 
 
<font size="2">
 
</font>
 

CDRonDemandService cdr = new CDRonDemandService();<font size="2">
 
</font>
 
ArrayOfFileName af = new ArrayOfFileName();<font size="2">
af = cdr.get_file_list(
</font>
"200912030601", "200912030632", true);

is i am on right track?
it gives me error

The request failed with an empty response.

Thanks in Advance

Subject: RE: how to use get_file_list and get_file
Replied by: Anitha V on 24-03-2010 11:30:05 AM
Hi Sujit,
 
Please find sample get_file_list with sample values:-
 

<?xml
version="1.0" encoding="utf-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body>
    <ns1:get_file_list
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://schemas.cisco.com/ast/soap/">
      <in0
xsi:type="xsd:string">200911161000</in0>
      <in1
xsi:type="xsd:string">200911161059</in1>
      <in2 href="#id0"/>
    </ns1:get_file_list>
    <multiRef id="id0"
soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:boolean"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">true</multiRef>
  </soapenv:Body>
</soapenv:Envelope>
 
Hope this helps.
 
Regards,
Anitha
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:

Quick Links