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

TMS API code

Hi All,

 

We are developing an application by consuming TMS BAPI. We have license for TMS v15.3 and following the corresponding guide. The samples given in the document are out of date and not able to proceed.

We are trying to consume getSystems of RemoteSetupService and saveConference of BookingService.

Added the API endpoints as service reference to our project.

public void InitRemoteSetupService()
{
// Specify username and password to authenticate to service.
// (Can also be done in web.config)
var credentials = new NetworkCredential(Username, Password, Server);
remoteSetupService = new RemoteSetupService { Credentials = credentials };
if (remoteSetupService.ExternalAPIVersionSoapHeaderValue == null)
{
remoteSetupService.ExternalAPIVersionSoapHeaderValue = new
RemoteSetupServiceWS.ExternalAPIVersionSoapHeader();
}
remoteSetupService.ExternalAPIVersionSoapHeaderValue.ClientVersionIn = 18;
}

 

Can you give us a sample program to start with our development ? 

0 Replies 0