Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outsystems/lifetimeservicesexample
This repository has some samples on how to use the OutSystems Platform LifeTime Services API
https://github.com/outsystems/lifetimeservicesexample
engineering internal-tools snyk-product
Last synced: 5 days ago
JSON representation
This repository has some samples on how to use the OutSystems Platform LifeTime Services API
- Host: GitHub
- URL: https://github.com/outsystems/lifetimeservicesexample
- Owner: OutSystems
- Created: 2015-02-13T15:17:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T18:59:06.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T00:59:31.854Z (about 2 months ago)
- Topics: engineering, internal-tools, snyk-product
- Language: Java
- Homepage:
- Size: 324 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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](http://www.outsystems.com/help/servicestudio/9.0/default.htm#APIs/LifeTimeServices/Overview_of_LifeTime_Services_API.htm)
## 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
```wsimport -d
-extension
-keep
-p
http:///LifeTimeServices/AuthenticationService?WSDL"
```
2. Open Eclipse
3. Check to see if WS stubs were correctly generated
4. Change the `AuthenticationExample.java` to include your username and password