Skip to content

nguyenvanthinh111295/LifetimeServicesExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

LifeTime Services API Examples

This repository contains some samples on how to use the OutSystems Platform, LifeTime Services API.

This API provides you functionality to manage your infrastructure such as:

  • Manage environments
  • Manage applications
  • Manage teams
  • Manage users
  • Manage roles

Learn more in the official docs

Running on .NET

If you want to run these samples on your own infrastructure:

  1. Open in Visual Studio
  2. Under the Web References folder, update all web references to point to your infrastructure
  3. Change the AuthenticationExample.cs to include your username and password

Running on Java

  1. Update the web service stubs using
			-extension 
			-keep 
			-p <destination package> 
			http://<your infrastructure>/LifeTimeServices/AuthenticationService?WSDL" 
  1. Open Eclipse
  2. Check to see if WS stubs were correctly generated
  3. Change the AuthenticationExample.java to include your username and password

About

This repository has some samples on how to use the OutSystems Platform LifeTime Services API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.9%
  • C# 30.1%