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

TMS: get list of all endpoints - issue

chriscush
Level 1
Level 1

Hello,

 

I am trying to get a list of all the end points off of TMS. Here is the code that cisco provides as an example.

POST /tms/external/booking/remotesetup/remotesetupservice.asmx HTTP/1.1
Host: cisco-tms.rutgers.edu
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <ExternalAPIVersionSoapHeader xmlns="http://tandberg.net/2004/02/tms/external/booking/remotesetup/">
      <ClientVersionIn>int</ClientVersionIn>
      <ClientIdentifierIn>string</ClientIdentifierIn>
      <ClientLatestNamespaceIn>string</ClientLatestNamespaceIn>
      <NewServiceURL>string</NewServiceURL>
      <ClientSession>string</ClientSession>
    </ExternalAPIVersionSoapHeader>
  </soap12:Header>
  <soap12:Body>
    <GetSystems xmlns="http://tandberg.net/2004/02/tms/external/booking/remotesetup/" />
  </soap12:Body>
</soap12:Envelope>

The problem is, I cant find in the documentation what to replace the placeholders with.

 

Any help would be appreciated!

0 Replies 0
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: