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

API - accessing recordings remotely on the TCS cluster

Luke Sykes
Level 1
Level 1

Hi All

I have received an email from one of our clients with an interesting question

We’re looking into creating a custom application to access recordings remotely on the our TCS cluster. I have downloaded the attached PDF which is the only guide or reference document I can find regarding API’s for TCS. Our developer/programmer has had a look at http://localhost/WSDLGenerator/Helium.asmx but it returns data that he wouldn’t expect.

  • •1)      Is there a step or client he is missing
  • •2)      Are there any other guides available to view
  • •3)      Could Cisco provide further guidance on the initial steps to creating an API

Can anyone help?

Kind regards

Luke

2 Replies 2

Yusuke Yoshinaga
Cisco Employee
Cisco Employee

Hi Luke,

Sorry my reply is late. I just found this topic a little while ago.

What is the exact data did you look?

For running TCS API, firstly, we can obtain the WSDL file from the following URL.

  http:///tcs/Helium.wsdl

We can find necessary information about API details from the WSDL file.

We should send API request to the following location.

  http:///tcs/SoapServer.php?Helium.asmx

Those information is described on the attached API Guide.

I hope this can be your help.

Regards,

Yusuke

Hi Yusuke

I think this issue has passed now.

Thank you for your update though

Kind regards

Luke