OSCM interfaces.
This repository contains interfaces for integrating your applications with
Open Service Catalog Manager.
REST API
Web Service API
Provisioning Proxy
OSCM internal Java API
For integrating with your project simply include them in your Maven pom.
Example:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.servicecatalog.oscm-interfaces</groupId>
<artifactId>oscm-extsvc-provisioning</artifactId>
<version>1.4</version>
</dependency>
All source code and Web Service description (WSDL+XSD) can be downloaded with above links.
Detailed documentation describing the public OSCM Web services and application programming interfaces and how to integrate applications and external systems with OSCM can be found in the OSCM Developer Guide.