This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginSOAPService.ts
import { OrchestratorBaseService } from "./OrchestratorBaseService";
export class OrchestratorPluginSOAPService extends OrchestratorBaseService {
constructor(strProjectID: string) {
super(strProjectID, "PluginSOAP");
}
}Class Functions:
- Function: Add a SOAP Host
- Function: Server Find All For Type ( SOAP )
- Function: Server Find For Type ( SOAP )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
