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

Testing TMS API using SOAP API

zuhair.elfadil
Level 1
Level 1

 

We did sell a client TMS API license, as part of handover client need to test TMS SOAP API, we did follow cisco documentation and even open TAC case 688618731,  The whole aim is to:

 

  • Book a meeting 
  • Cancel a meeting
  • Update a meeting

I did test using SOAP software  with guidance of TAC and i am getting attached result for book meeting and delete meeting which both are not successful.

 

TAC redirected me to here, and also Cisco Account Manager redirect me to here to open a case with 'GVE DevNet Software Service'.

 

Can any body help to verify this to my customer using SOAP API.

 

TMS version:  Version: 15.9.0

SoapUI version 5.5.0

 

1 Reply 1

Zac Colton
Cisco Employee
Cisco Employee

For starters, you need to clean up the SOAP request. For example, you can't leave the default "?" in the values. From there, the TMS BookingAPI reference guide is going to be your best option for understanding what is needed for each of the fields.

 

And what is the intent of the testing of the API? Will the customer be writing their own client software to access the API? If they are, it would be best to work with them hand-in-hand, as they would/should have coding experience with SOAP in general.