Repository: stratos Updated Branches: refs/heads/master 96b4c26b4 -> 48cca3983
http://git-wip-us.apache.org/repos/asf/stratos/blob/48cca398/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl b/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl index 48b3401..f85732e 100644 --- a/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl +++ b/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl @@ -1,897 +1,985 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://impl.services.manager.stratos.apache.org" xmlns:ax240="http://signup.application.domain.messaging.stratos.apache.org/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax238="http://exception.manager.stratos.apache.org/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://impl.services.manager.stratos.apache.org"> - <wsdl:documentation>StratosManagerService</wsdl:documentation> +<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://impl.services.manager.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax23="http://signup.application.domain.messaging.stratos.apache.org/xsd" xmlns:ax21="http://exception.manager.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://impl.services.manager.stratos.apache.org"> <wsdl:types> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://signup.application.domain.messaging.stratos.apache.org/xsd"> - <xs:complexType name="ApplicationSignUp"> + <xs:complexType name="DomainMapping"> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="artifactRepositories" nillable="true" type="ax240:ArtifactRepository"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="clusterIds" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="domainMappings" nillable="true" type="ax240:DomainMapping"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="contextPath" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="serviceName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> - <xs:complexType name="ArtifactRepository"> + <xs:complexType name="ApplicationSignUp"> <xs:sequence> - <xs:element minOccurs="0" name="alias" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="privateRepo" type="xs:boolean"></xs:element> - <xs:element minOccurs="0" name="repoPassword" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="repoUsername" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="artifactRepositories" nillable="true" type="ax23:ArtifactRepository"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="clusterIds" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="domainMappings" nillable="true" type="ax23:DomainMapping"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> - <xs:complexType name="DomainMapping"> + <xs:complexType name="ArtifactRepository"> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="contextPath" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="serviceName" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="alias" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="privateRepo" type="xs:boolean"/> + <xs:element minOccurs="0" name="repoPassword" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="repoUsername" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:schema> - <xs:schema xmlns:ax241="http://signup.application.domain.messaging.stratos.apache.org/xsd" xmlns:ax239="http://exception.manager.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://impl.services.manager.stratos.apache.org"> - <xs:import namespace="http://exception.manager.stratos.apache.org/xsd"></xs:import> - <xs:import namespace="http://signup.application.domain.messaging.stratos.apache.org/xsd"></xs:import> + <xs:schema xmlns:ax24="http://signup.application.domain.messaging.stratos.apache.org/xsd" xmlns:ax22="http://exception.manager.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://impl.services.manager.stratos.apache.org"> + <xs:import namespace="http://exception.manager.stratos.apache.org/xsd"/> + <xs:import namespace="http://signup.application.domain.messaging.stratos.apache.org/xsd"/> <xs:element name="StratosManagerServiceArtifactDistributionCoordinatorException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="ArtifactDistributionCoordinatorException" nillable="true" type="ax238:ArtifactDistributionCoordinatorException"></xs:element> + <xs:element minOccurs="0" name="ArtifactDistributionCoordinatorException" nillable="true" type="ax21:ArtifactDistributionCoordinatorException"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="notifyArtifactUpdatedEventForSignUp"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="notifyArtifactUpdatedEventForRepository"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="StratosManagerServiceApplicationSignUpException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="ApplicationSignUpException" nillable="true" type="ax238:ApplicationSignUpException"></xs:element> + <xs:element minOccurs="0" name="ApplicationSignUpException" nillable="true" type="ax21:ApplicationSignUpException"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addApplicationSignUp"> + <xs:element name="applicationSignUpsExist"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationSignUp" nillable="true" type="ax240:ApplicationSignUp"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getApplicationSignUp"> + <xs:element name="applicationSignUpsExistResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getApplicationSignUpResponse"> + <xs:element name="canCartridgeBeRemoved"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax240:ApplicationSignUp"></xs:element> + <xs:element minOccurs="0" name="cartridgeName" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeApplicationSignUp"> + <xs:element name="canCartridgeBeRemovedResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="canCartirdgeGroupBeRemoved"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="canCartirdgeGroupBeRemovedResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="StratosManagerServiceDomainMappingException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="DomainMappingException" nillable="true" type="ax238:DomainMappingException"></xs:element> + <xs:element minOccurs="0" name="DomainMappingException" nillable="true" type="ax21:DomainMappingException"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getDomainMappings"> + <xs:element name="addDomainMapping"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> + <xs:element minOccurs="0" name="domainMapping" nillable="true" type="ax23:DomainMapping"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getDomainMappingsResponse"> + <xs:element name="addUsedCartridgesInCartridgeGroups"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax240:DomainMapping"></xs:element> + <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getApplicationSignUps"> + <xs:element name="removeUsedCartridgesInCartridgeGroups"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getApplicationSignUpsResponse"> + <xs:element name="addUsedCartridgesInApplications"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax240:ApplicationSignUp"></xs:element> + <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="notifyArtifactUpdatedEventForRepository"> + <xs:element name="removeUsedCartridgesInApplications"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addDomainMapping"> + <xs:element name="addUsedCartridgeGroupsInCartridgeSubGroups"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="domainMapping" nillable="true" type="ax240:DomainMapping"></xs:element> + <xs:element minOccurs="0" name="cartridgeSubGroupName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeDomainMapping"> + <xs:element name="removeUsedCartridgeGroupsInCartridgeSubGroups"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"></xs:element> - <xs:element minOccurs="0" name="tenantId" type="xs:int"></xs:element> - <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="cartridgeSubGroupName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addUsedCartridgesInCartridgeGroups"> + <xs:element name="addUsedCartridgeGroupsInApplications"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeUsedCartridgesInCartridgeGroups"> + <xs:element name="removeUsedCartridgeGroupsInApplications"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addUsedCartridgesInApplications"> + <xs:element name="getDomainMappings"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeUsedCartridgesInApplications"> + <xs:element name="getDomainMappingsResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeNames" nillable="true" type="xs:string"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax23:DomainMapping"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="canCartridgeBeRemoved"> + <xs:element name="removeDomainMapping"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> + <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="canCartridgeBeRemovedResponse"> + <xs:element name="addApplicationSignUp"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> + <xs:element minOccurs="0" name="applicationSignUp" nillable="true" type="ax23:ApplicationSignUp"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addUsedCartridgeGroupsInCartridgeSubGroups"> + <xs:element name="applicationSignUpExist"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeSubGroupName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeUsedCartridgeGroupsInCartridgeSubGroups"> + <xs:element name="applicationSignUpExistResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeSubGroupName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addUsedCartridgeGroupsInApplications"> + <xs:element name="removeApplicationSignUp"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeUsedCartridgeGroupsInApplications"> + <xs:element name="getApplicationSignUp"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationName" nillable="true" type="xs:string"></xs:element> - <xs:element maxOccurs="unbounded" minOccurs="0" name="cartridgeGroupNames" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="canCartirdgeGroupBeRemoved"> + <xs:element name="getApplicationSignUpResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="cartridgeGroupName" nillable="true" type="xs:string"></xs:element> + <xs:element minOccurs="0" name="return" nillable="true" type="ax23:ApplicationSignUp"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="canCartirdgeGroupBeRemovedResponse"> + <xs:element name="getApplicationSignUps"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getApplicationSignUpsResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"></xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax23:ApplicationSignUp"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.manager.stratos.apache.org/xsd"> <xs:complexType name="ArtifactDistributionCoordinatorException"> - <xs:sequence></xs:sequence> + <xs:sequence/> </xs:complexType> <xs:complexType name="ApplicationSignUpException"> - <xs:sequence></xs:sequence> + <xs:sequence/> </xs:complexType> <xs:complexType name="DomainMappingException"> - <xs:sequence></xs:sequence> + <xs:sequence/> </xs:complexType> </xs:schema> </wsdl:types> + <wsdl:message name="applicationSignUpExistRequest"> + <wsdl:part name="parameters" element="ns:applicationSignUpExist"/> + </wsdl:message> + <wsdl:message name="applicationSignUpExistResponse"> + <wsdl:part name="parameters" element="ns:applicationSignUpExistResponse"/> + </wsdl:message> + <wsdl:message name="StratosManagerServiceApplicationSignUpException"> + <wsdl:part name="parameters" element="ns:StratosManagerServiceApplicationSignUpException"/> + </wsdl:message> <wsdl:message name="addUsedCartridgeGroupsInApplicationsRequest"> - <wsdl:part name="parameters" element="ns:addUsedCartridgeGroupsInApplications"></wsdl:part> + <wsdl:part name="parameters" element="ns:addUsedCartridgeGroupsInApplications"/> </wsdl:message> <wsdl:message name="canCartridgeBeRemovedRequest"> - <wsdl:part name="parameters" element="ns:canCartridgeBeRemoved"></wsdl:part> + <wsdl:part name="parameters" element="ns:canCartridgeBeRemoved"/> </wsdl:message> <wsdl:message name="canCartridgeBeRemovedResponse"> - <wsdl:part name="parameters" element="ns:canCartridgeBeRemovedResponse"></wsdl:part> + <wsdl:part name="parameters" element="ns:canCartridgeBeRemovedResponse"/> </wsdl:message> <wsdl:message name="getApplicationSignUpsRequest"> - <wsdl:part name="parameters" element="ns:getApplicationSignUps"></wsdl:part> + <wsdl:part name="parameters" element="ns:getApplicationSignUps"/> </wsdl:message> <wsdl:message name="getApplicationSignUpsResponse"> - <wsdl:part name="parameters" element="ns:getApplicationSignUpsResponse"></wsdl:part> - </wsdl:message> - <wsdl:message name="StratosManagerServiceApplicationSignUpException"> - <wsdl:part name="parameters" element="ns:StratosManagerServiceApplicationSignUpException"></wsdl:part> + <wsdl:part name="parameters" element="ns:getApplicationSignUpsResponse"/> </wsdl:message> <wsdl:message name="getDomainMappingsRequest"> - <wsdl:part name="parameters" element="ns:getDomainMappings"></wsdl:part> + <wsdl:part name="parameters" element="ns:getDomainMappings"/> </wsdl:message> <wsdl:message name="getDomainMappingsResponse"> - <wsdl:part name="parameters" element="ns:getDomainMappingsResponse"></wsdl:part> + <wsdl:part name="parameters" element="ns:getDomainMappingsResponse"/> </wsdl:message> <wsdl:message name="StratosManagerServiceDomainMappingException"> - <wsdl:part name="parameters" element="ns:StratosManagerServiceDomainMappingException"></wsdl:part> + <wsdl:part name="parameters" element="ns:StratosManagerServiceDomainMappingException"/> </wsdl:message> <wsdl:message name="notifyArtifactUpdatedEventForSignUpRequest"> - <wsdl:part name="parameters" element="ns:notifyArtifactUpdatedEventForSignUp"></wsdl:part> + <wsdl:part name="parameters" element="ns:notifyArtifactUpdatedEventForSignUp"/> </wsdl:message> <wsdl:message name="StratosManagerServiceArtifactDistributionCoordinatorException"> - <wsdl:part name="parameters" element="ns:StratosManagerServiceArtifactDistributionCoordinatorException"></wsdl:part> + <wsdl:part name="parameters" element="ns:StratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:message> <wsdl:message name="removeUsedCartridgesInApplicationsRequest"> - <wsdl:part name="parameters" element="ns:removeUsedCartridgesInApplications"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeUsedCartridgesInApplications"/> </wsdl:message> <wsdl:message name="removeUsedCartridgeGroupsInCartridgeSubGroupsRequest"> - <wsdl:part name="parameters" element="ns:removeUsedCartridgeGroupsInCartridgeSubGroups"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeUsedCartridgeGroupsInCartridgeSubGroups"/> </wsdl:message> <wsdl:message name="addUsedCartridgesInCartridgeGroupsRequest"> - <wsdl:part name="parameters" element="ns:addUsedCartridgesInCartridgeGroups"></wsdl:part> + <wsdl:part name="parameters" element="ns:addUsedCartridgesInCartridgeGroups"/> </wsdl:message> <wsdl:message name="removeUsedCartridgeGroupsInApplicationsRequest"> - <wsdl:part name="parameters" element="ns:removeUsedCartridgeGroupsInApplications"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeUsedCartridgeGroupsInApplications"/> </wsdl:message> <wsdl:message name="addUsedCartridgeGroupsInCartridgeSubGroupsRequest"> - <wsdl:part name="parameters" element="ns:addUsedCartridgeGroupsInCartridgeSubGroups"></wsdl:part> + <wsdl:part name="parameters" element="ns:addUsedCartridgeGroupsInCartridgeSubGroups"/> </wsdl:message> <wsdl:message name="removeUsedCartridgesInCartridgeGroupsRequest"> - <wsdl:part name="parameters" element="ns:removeUsedCartridgesInCartridgeGroups"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeUsedCartridgesInCartridgeGroups"/> </wsdl:message> <wsdl:message name="addDomainMappingRequest"> - <wsdl:part name="parameters" element="ns:addDomainMapping"></wsdl:part> + <wsdl:part name="parameters" element="ns:addDomainMapping"/> </wsdl:message> <wsdl:message name="addUsedCartridgesInApplicationsRequest"> - <wsdl:part name="parameters" element="ns:addUsedCartridgesInApplications"></wsdl:part> + <wsdl:part name="parameters" element="ns:addUsedCartridgesInApplications"/> </wsdl:message> <wsdl:message name="removeApplicationSignUpRequest"> - <wsdl:part name="parameters" element="ns:removeApplicationSignUp"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeApplicationSignUp"/> </wsdl:message> <wsdl:message name="removeDomainMappingRequest"> - <wsdl:part name="parameters" element="ns:removeDomainMapping"></wsdl:part> + <wsdl:part name="parameters" element="ns:removeDomainMapping"/> </wsdl:message> <wsdl:message name="notifyArtifactUpdatedEventForRepositoryRequest"> - <wsdl:part name="parameters" element="ns:notifyArtifactUpdatedEventForRepository"></wsdl:part> + <wsdl:part name="parameters" element="ns:notifyArtifactUpdatedEventForRepository"/> </wsdl:message> <wsdl:message name="canCartirdgeGroupBeRemovedRequest"> - <wsdl:part name="parameters" element="ns:canCartirdgeGroupBeRemoved"></wsdl:part> + <wsdl:part name="parameters" element="ns:canCartirdgeGroupBeRemoved"/> </wsdl:message> <wsdl:message name="canCartirdgeGroupBeRemovedResponse"> - <wsdl:part name="parameters" element="ns:canCartirdgeGroupBeRemovedResponse"></wsdl:part> + <wsdl:part name="parameters" element="ns:canCartirdgeGroupBeRemovedResponse"/> + </wsdl:message> + <wsdl:message name="applicationSignUpsExistRequest"> + <wsdl:part name="parameters" element="ns:applicationSignUpsExist"/> + </wsdl:message> + <wsdl:message name="applicationSignUpsExistResponse"> + <wsdl:part name="parameters" element="ns:applicationSignUpsExistResponse"/> </wsdl:message> <wsdl:message name="getApplicationSignUpRequest"> - <wsdl:part name="parameters" element="ns:getApplicationSignUp"></wsdl:part> + <wsdl:part name="parameters" element="ns:getApplicationSignUp"/> </wsdl:message> <wsdl:message name="getApplicationSignUpResponse"> - <wsdl:part name="parameters" element="ns:getApplicationSignUpResponse"></wsdl:part> + <wsdl:part name="parameters" element="ns:getApplicationSignUpResponse"/> </wsdl:message> <wsdl:message name="addApplicationSignUpRequest"> - <wsdl:part name="parameters" element="ns:addApplicationSignUp"></wsdl:part> + <wsdl:part name="parameters" element="ns:addApplicationSignUp"/> </wsdl:message> <wsdl:portType name="StratosManagerServicePortType"> + <wsdl:operation name="applicationSignUpExist"> + <wsdl:input message="ns:applicationSignUpExistRequest" wsaw:Action="urn:applicationSignUpExist"/> + <wsdl:output message="ns:applicationSignUpExistResponse" wsaw:Action="urn:applicationSignUpExistResponse"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:applicationSignUpExistStratosManagerServiceApplicationSignUpException"/> + </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInApplications"> - <wsdl:input message="ns:addUsedCartridgeGroupsInApplicationsRequest" wsaw:Action="urn:addUsedCartridgeGroupsInApplications"></wsdl:input> + <wsdl:input message="ns:addUsedCartridgeGroupsInApplicationsRequest" wsaw:Action="urn:addUsedCartridgeGroupsInApplications"/> </wsdl:operation> <wsdl:operation name="canCartridgeBeRemoved"> - <wsdl:input message="ns:canCartridgeBeRemovedRequest" wsaw:Action="urn:canCartridgeBeRemoved"></wsdl:input> - <wsdl:output message="ns:canCartridgeBeRemovedResponse" wsaw:Action="urn:canCartridgeBeRemovedResponse"></wsdl:output> + <wsdl:input message="ns:canCartridgeBeRemovedRequest" wsaw:Action="urn:canCartridgeBeRemoved"/> + <wsdl:output message="ns:canCartridgeBeRemovedResponse" wsaw:Action="urn:canCartridgeBeRemovedResponse"/> </wsdl:operation> <wsdl:operation name="getApplicationSignUps"> - <wsdl:input message="ns:getApplicationSignUpsRequest" wsaw:Action="urn:getApplicationSignUps"></wsdl:input> - <wsdl:output message="ns:getApplicationSignUpsResponse" wsaw:Action="urn:getApplicationSignUpsResponse"></wsdl:output> - <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:getApplicationSignUpsStratosManagerServiceApplicationSignUpException"></wsdl:fault> + <wsdl:input message="ns:getApplicationSignUpsRequest" wsaw:Action="urn:getApplicationSignUps"/> + <wsdl:output message="ns:getApplicationSignUpsResponse" wsaw:Action="urn:getApplicationSignUpsResponse"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:getApplicationSignUpsStratosManagerServiceApplicationSignUpException"/> </wsdl:operation> <wsdl:operation name="getDomainMappings"> - <wsdl:input message="ns:getDomainMappingsRequest" wsaw:Action="urn:getDomainMappings"></wsdl:input> - <wsdl:output message="ns:getDomainMappingsResponse" wsaw:Action="urn:getDomainMappingsResponse"></wsdl:output> - <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:getDomainMappingsStratosManagerServiceDomainMappingException"></wsdl:fault> + <wsdl:input message="ns:getDomainMappingsRequest" wsaw:Action="urn:getDomainMappings"/> + <wsdl:output message="ns:getDomainMappingsResponse" wsaw:Action="urn:getDomainMappingsResponse"/> + <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:getDomainMappingsStratosManagerServiceDomainMappingException"/> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForSignUp"> - <wsdl:input message="ns:notifyArtifactUpdatedEventForSignUpRequest" wsaw:Action="urn:notifyArtifactUpdatedEventForSignUp"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceArtifactDistributionCoordinatorException" name="StratosManagerServiceArtifactDistributionCoordinatorException" wsaw:Action="urn:notifyArtifactUpdatedEventForSignUpStratosManagerServiceArtifactDistributionCoordinatorException"></wsdl:fault> + <wsdl:input message="ns:notifyArtifactUpdatedEventForSignUpRequest" wsaw:Action="urn:notifyArtifactUpdatedEventForSignUp"/> + <wsdl:fault message="ns:StratosManagerServiceArtifactDistributionCoordinatorException" name="StratosManagerServiceArtifactDistributionCoordinatorException" wsaw:Action="urn:notifyArtifactUpdatedEventForSignUpStratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInApplications"> - <wsdl:input message="ns:removeUsedCartridgesInApplicationsRequest" wsaw:Action="urn:removeUsedCartridgesInApplications"></wsdl:input> + <wsdl:input message="ns:removeUsedCartridgesInApplicationsRequest" wsaw:Action="urn:removeUsedCartridgesInApplications"/> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups"> - <wsdl:input message="ns:removeUsedCartridgeGroupsInCartridgeSubGroupsRequest" wsaw:Action="urn:removeUsedCartridgeGroupsInCartridgeSubGroups"></wsdl:input> + <wsdl:input message="ns:removeUsedCartridgeGroupsInCartridgeSubGroupsRequest" wsaw:Action="urn:removeUsedCartridgeGroupsInCartridgeSubGroups"/> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInCartridgeGroups"> - <wsdl:input message="ns:addUsedCartridgesInCartridgeGroupsRequest" wsaw:Action="urn:addUsedCartridgesInCartridgeGroups"></wsdl:input> + <wsdl:input message="ns:addUsedCartridgesInCartridgeGroupsRequest" wsaw:Action="urn:addUsedCartridgesInCartridgeGroups"/> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInApplications"> - <wsdl:input message="ns:removeUsedCartridgeGroupsInApplicationsRequest" wsaw:Action="urn:removeUsedCartridgeGroupsInApplications"></wsdl:input> + <wsdl:input message="ns:removeUsedCartridgeGroupsInApplicationsRequest" wsaw:Action="urn:removeUsedCartridgeGroupsInApplications"/> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInCartridgeSubGroups"> - <wsdl:input message="ns:addUsedCartridgeGroupsInCartridgeSubGroupsRequest" wsaw:Action="urn:addUsedCartridgeGroupsInCartridgeSubGroups"></wsdl:input> + <wsdl:input message="ns:addUsedCartridgeGroupsInCartridgeSubGroupsRequest" wsaw:Action="urn:addUsedCartridgeGroupsInCartridgeSubGroups"/> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInCartridgeGroups"> - <wsdl:input message="ns:removeUsedCartridgesInCartridgeGroupsRequest" wsaw:Action="urn:removeUsedCartridgesInCartridgeGroups"></wsdl:input> + <wsdl:input message="ns:removeUsedCartridgesInCartridgeGroupsRequest" wsaw:Action="urn:removeUsedCartridgesInCartridgeGroups"/> </wsdl:operation> <wsdl:operation name="addDomainMapping"> - <wsdl:input message="ns:addDomainMappingRequest" wsaw:Action="urn:addDomainMapping"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:addDomainMappingStratosManagerServiceDomainMappingException"></wsdl:fault> + <wsdl:input message="ns:addDomainMappingRequest" wsaw:Action="urn:addDomainMapping"/> + <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:addDomainMappingStratosManagerServiceDomainMappingException"/> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInApplications"> - <wsdl:input message="ns:addUsedCartridgesInApplicationsRequest" wsaw:Action="urn:addUsedCartridgesInApplications"></wsdl:input> + <wsdl:input message="ns:addUsedCartridgesInApplicationsRequest" wsaw:Action="urn:addUsedCartridgesInApplications"/> </wsdl:operation> <wsdl:operation name="removeApplicationSignUp"> - <wsdl:input message="ns:removeApplicationSignUpRequest" wsaw:Action="urn:removeApplicationSignUp"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:removeApplicationSignUpStratosManagerServiceApplicationSignUpException"></wsdl:fault> + <wsdl:input message="ns:removeApplicationSignUpRequest" wsaw:Action="urn:removeApplicationSignUp"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:removeApplicationSignUpStratosManagerServiceApplicationSignUpException"/> </wsdl:operation> <wsdl:operation name="removeDomainMapping"> - <wsdl:input message="ns:removeDomainMappingRequest" wsaw:Action="urn:removeDomainMapping"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:removeDomainMappingStratosManagerServiceDomainMappingException"></wsdl:fault> + <wsdl:input message="ns:removeDomainMappingRequest" wsaw:Action="urn:removeDomainMapping"/> + <wsdl:fault message="ns:StratosManagerServiceDomainMappingException" name="StratosManagerServiceDomainMappingException" wsaw:Action="urn:removeDomainMappingStratosManagerServiceDomainMappingException"/> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForRepository"> - <wsdl:input message="ns:notifyArtifactUpdatedEventForRepositoryRequest" wsaw:Action="urn:notifyArtifactUpdatedEventForRepository"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceArtifactDistributionCoordinatorException" name="StratosManagerServiceArtifactDistributionCoordinatorException" wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryStratosManagerServiceArtifactDistributionCoordinatorException"></wsdl:fault> + <wsdl:input message="ns:notifyArtifactUpdatedEventForRepositoryRequest" wsaw:Action="urn:notifyArtifactUpdatedEventForRepository"/> + <wsdl:fault message="ns:StratosManagerServiceArtifactDistributionCoordinatorException" name="StratosManagerServiceArtifactDistributionCoordinatorException" wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryStratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:operation> <wsdl:operation name="canCartirdgeGroupBeRemoved"> - <wsdl:input message="ns:canCartirdgeGroupBeRemovedRequest" wsaw:Action="urn:canCartirdgeGroupBeRemoved"></wsdl:input> - <wsdl:output message="ns:canCartirdgeGroupBeRemovedResponse" wsaw:Action="urn:canCartirdgeGroupBeRemovedResponse"></wsdl:output> + <wsdl:input message="ns:canCartirdgeGroupBeRemovedRequest" wsaw:Action="urn:canCartirdgeGroupBeRemoved"/> + <wsdl:output message="ns:canCartirdgeGroupBeRemovedResponse" wsaw:Action="urn:canCartirdgeGroupBeRemovedResponse"/> + </wsdl:operation> + <wsdl:operation name="applicationSignUpsExist"> + <wsdl:input message="ns:applicationSignUpsExistRequest" wsaw:Action="urn:applicationSignUpsExist"/> + <wsdl:output message="ns:applicationSignUpsExistResponse" wsaw:Action="urn:applicationSignUpsExistResponse"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:applicationSignUpsExistStratosManagerServiceApplicationSignUpException"/> </wsdl:operation> <wsdl:operation name="getApplicationSignUp"> - <wsdl:input message="ns:getApplicationSignUpRequest" wsaw:Action="urn:getApplicationSignUp"></wsdl:input> - <wsdl:output message="ns:getApplicationSignUpResponse" wsaw:Action="urn:getApplicationSignUpResponse"></wsdl:output> - <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:getApplicationSignUpStratosManagerServiceApplicationSignUpException"></wsdl:fault> + <wsdl:input message="ns:getApplicationSignUpRequest" wsaw:Action="urn:getApplicationSignUp"/> + <wsdl:output message="ns:getApplicationSignUpResponse" wsaw:Action="urn:getApplicationSignUpResponse"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:getApplicationSignUpStratosManagerServiceApplicationSignUpException"/> </wsdl:operation> <wsdl:operation name="addApplicationSignUp"> - <wsdl:input message="ns:addApplicationSignUpRequest" wsaw:Action="urn:addApplicationSignUp"></wsdl:input> - <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:addApplicationSignUpStratosManagerServiceApplicationSignUpException"></wsdl:fault> + <wsdl:input message="ns:addApplicationSignUpRequest" wsaw:Action="urn:addApplicationSignUp"/> + <wsdl:fault message="ns:StratosManagerServiceApplicationSignUpException" name="StratosManagerServiceApplicationSignUpException" wsaw:Action="urn:addApplicationSignUpStratosManagerServiceApplicationSignUpException"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="StratosManagerServiceSoap11Binding" type="ns:StratosManagerServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="canCartridgeBeRemoved"> - <soap:operation soapAction="urn:canCartridgeBeRemoved" style="document"></soap:operation> + <soap:operation soapAction="urn:canCartridgeBeRemoved" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:output> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInApplications"> - <soap:operation soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"></soap:operation> + <soap:operation soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> + <wsdl:operation name="applicationSignUpExist"> + <soap:operation soapAction="urn:applicationSignUpExist" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> + </wsdl:fault> + </wsdl:operation> <wsdl:operation name="getApplicationSignUps"> - <soap:operation soapAction="urn:getApplicationSignUps" style="document"></soap:operation> + <soap:operation soapAction="urn:getApplicationSignUps" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:output> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="getDomainMappings"> - <soap:operation soapAction="urn:getDomainMappings" style="document"></soap:operation> + <soap:operation soapAction="urn:getDomainMappings" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:output> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForSignUp"> - <soap:operation soapAction="urn:notifyArtifactUpdatedEventForSignUp" style="document"></soap:operation> + <soap:operation soapAction="urn:notifyArtifactUpdatedEventForSignUp" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceArtifactDistributionCoordinatorException"> - <soap:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInApplications"> - <soap:operation soapAction="urn:removeUsedCartridgesInApplications" style="document"></soap:operation> + <soap:operation soapAction="urn:removeUsedCartridgesInApplications" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInCartridgeGroups"> - <soap:operation soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"></soap:operation> + <soap:operation soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups"> - <soap:operation soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" style="document"></soap:operation> + <soap:operation soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInCartridgeSubGroups"> - <soap:operation soapAction="urn:addUsedCartridgeGroupsInCartridgeSubGroups" style="document"></soap:operation> + <soap:operation soapAction="urn:addUsedCartridgeGroupsInCartridgeSubGroups" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInApplications"> - <soap:operation soapAction="urn:removeUsedCartridgeGroupsInApplications" style="document"></soap:operation> + <soap:operation soapAction="urn:removeUsedCartridgeGroupsInApplications" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInCartridgeGroups"> - <soap:operation soapAction="urn:removeUsedCartridgesInCartridgeGroups" style="document"></soap:operation> + <soap:operation soapAction="urn:removeUsedCartridgesInCartridgeGroups" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addDomainMapping"> - <soap:operation soapAction="urn:addDomainMapping" style="document"></soap:operation> + <soap:operation soapAction="urn:addDomainMapping" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInApplications"> - <soap:operation soapAction="urn:addUsedCartridgesInApplications" style="document"></soap:operation> + <soap:operation soapAction="urn:addUsedCartridgesInApplications" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeApplicationSignUp"> - <soap:operation soapAction="urn:removeApplicationSignUp" style="document"></soap:operation> + <soap:operation soapAction="urn:removeApplicationSignUp" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="removeDomainMapping"> - <soap:operation soapAction="urn:removeDomainMapping" style="document"></soap:operation> + <soap:operation soapAction="urn:removeDomainMapping" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForRepository"> - <soap:operation soapAction="urn:notifyArtifactUpdatedEventForRepository" style="document"></soap:operation> + <soap:operation soapAction="urn:notifyArtifactUpdatedEventForRepository" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceArtifactDistributionCoordinatorException"> - <soap:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="canCartirdgeGroupBeRemoved"> - <soap:operation soapAction="urn:canCartirdgeGroupBeRemoved" style="document"></soap:operation> + <soap:operation soapAction="urn:canCartirdgeGroupBeRemoved" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:output> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:output> </wsdl:operation> + <wsdl:operation name="applicationSignUpsExist"> + <soap:operation soapAction="urn:applicationSignUpsExist" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> + </wsdl:fault> + </wsdl:operation> <wsdl:operation name="getApplicationSignUp"> - <soap:operation soapAction="urn:getApplicationSignUp" style="document"></soap:operation> + <soap:operation soapAction="urn:getApplicationSignUp" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:output> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="addApplicationSignUp"> - <soap:operation soapAction="urn:addApplicationSignUp" style="document"></soap:operation> + <soap:operation soapAction="urn:addApplicationSignUp" style="document"/> <wsdl:input> - <soap:body use="literal"></soap:body> + <soap:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap:fault> + <soap:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> </wsdl:binding> <wsdl:binding name="StratosManagerServiceSoap12Binding" type="ns:StratosManagerServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap12:binding> + <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="canCartridgeBeRemoved"> - <soap12:operation soapAction="urn:canCartridgeBeRemoved" style="document"></soap12:operation> + <soap12:operation soapAction="urn:canCartridgeBeRemoved" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:output> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInApplications"> - <soap12:operation soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> + <wsdl:operation name="applicationSignUpExist"> + <soap12:operation soapAction="urn:applicationSignUpExist" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> + </wsdl:fault> + </wsdl:operation> <wsdl:operation name="getApplicationSignUps"> - <soap12:operation soapAction="urn:getApplicationSignUps" style="document"></soap12:operation> + <soap12:operation soapAction="urn:getApplicationSignUps" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:output> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="getDomainMappings"> - <soap12:operation soapAction="urn:getDomainMappings" style="document"></soap12:operation> + <soap12:operation soapAction="urn:getDomainMappings" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:output> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForSignUp"> - <soap12:operation soapAction="urn:notifyArtifactUpdatedEventForSignUp" style="document"></soap12:operation> + <soap12:operation soapAction="urn:notifyArtifactUpdatedEventForSignUp" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceArtifactDistributionCoordinatorException"> - <soap12:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInApplications"> - <soap12:operation soapAction="urn:removeUsedCartridgesInApplications" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeUsedCartridgesInApplications" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInCartridgeGroups"> - <soap12:operation soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups"> - <soap12:operation soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInCartridgeSubGroups"> - <soap12:operation soapAction="urn:addUsedCartridgeGroupsInCartridgeSubGroups" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addUsedCartridgeGroupsInCartridgeSubGroups" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInApplications"> - <soap12:operation soapAction="urn:removeUsedCartridgeGroupsInApplications" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeUsedCartridgeGroupsInApplications" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInCartridgeGroups"> - <soap12:operation soapAction="urn:removeUsedCartridgesInCartridgeGroups" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeUsedCartridgesInCartridgeGroups" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addDomainMapping"> - <soap12:operation soapAction="urn:addDomainMapping" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addDomainMapping" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInApplications"> - <soap12:operation soapAction="urn:addUsedCartridgesInApplications" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addUsedCartridgesInApplications" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeApplicationSignUp"> - <soap12:operation soapAction="urn:removeApplicationSignUp" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeApplicationSignUp" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="removeDomainMapping"> - <soap12:operation soapAction="urn:removeDomainMapping" style="document"></soap12:operation> + <soap12:operation soapAction="urn:removeDomainMapping" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceDomainMappingException"> - <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceDomainMappingException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForRepository"> - <soap12:operation soapAction="urn:notifyArtifactUpdatedEventForRepository" style="document"></soap12:operation> + <soap12:operation soapAction="urn:notifyArtifactUpdatedEventForRepository" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceArtifactDistributionCoordinatorException"> - <soap12:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceArtifactDistributionCoordinatorException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="canCartirdgeGroupBeRemoved"> - <soap12:operation soapAction="urn:canCartirdgeGroupBeRemoved" style="document"></soap12:operation> + <soap12:operation soapAction="urn:canCartirdgeGroupBeRemoved" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="applicationSignUpsExist"> + <soap12:operation soapAction="urn:applicationSignUpsExist" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:output> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:output> + <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> + </wsdl:fault> </wsdl:operation> <wsdl:operation name="getApplicationSignUp"> - <soap12:operation soapAction="urn:getApplicationSignUp" style="document"></soap12:operation> + <soap12:operation soapAction="urn:getApplicationSignUp" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:output> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:output> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="addApplicationSignUp"> - <soap12:operation soapAction="urn:addApplicationSignUp" style="document"></soap12:operation> + <soap12:operation soapAction="urn:addApplicationSignUp" style="document"/> <wsdl:input> - <soap12:body use="literal"></soap12:body> + <soap12:body use="literal"/> </wsdl:input> <wsdl:fault name="StratosManagerServiceApplicationSignUpException"> - <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"></soap12:fault> + <soap12:fault use="literal" name="StratosManagerServiceApplicationSignUpException"/> </wsdl:fault> </wsdl:operation> </wsdl:binding> <wsdl:binding name="StratosManagerServiceHttpBinding" type="ns:StratosManagerServicePortType"> - <http:binding verb="POST"></http:binding> + <http:binding verb="POST"/> <wsdl:operation name="canCartridgeBeRemoved"> - <http:operation location="canCartridgeBeRemoved"></http:operation> + <http:operation location="canCartridgeBeRemoved"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> <wsdl:output> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInApplications"> - <http:operation location="addUsedCartridgeGroupsInApplications"></http:operation> + <http:operation location="addUsedCartridgeGroupsInApplications"/> + <wsdl:input> + <mime:content type="text/xml" part="parameters"/> + </wsdl:input> + </wsdl:operation> + <wsdl:operation name="applicationSignUpExist"> + <http:operation location="applicationSignUpExist"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> + <wsdl:output> + <mime:content type="text/xml" part="parameters"/> + </wsdl:output> </wsdl:operation> <wsdl:operation name="getApplicationSignUps"> - <http:operation location="getApplicationSignUps"></http:operation> + <http:operation location="getApplicationSignUps"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> <wsdl:output> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="getDomainMappings"> - <http:operation location="getDomainMappings"></http:operation> + <http:operation location="getDomainMappings"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> <wsdl:output> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForSignUp"> - <http:operation location="notifyArtifactUpdatedEventForSignUp"></http:operation> + <http:operation location="notifyArtifactUpdatedEventForSignUp"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInApplications"> - <http:operation location="removeUsedCartridgesInApplications"></http:operation> + <http:operation location="removeUsedCartridgesInApplications"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInCartridgeGroups"> - <http:operation location="addUsedCartridgesInCartridgeGroups"></http:operation> + <http:operation location="addUsedCartridgesInCartridgeGroups"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups"> - <http:operation location="removeUsedCartridgeGroupsInCartridgeSubGroups"></http:operation> + <http:operation location="removeUsedCartridgeGroupsInCartridgeSubGroups"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgeGroupsInCartridgeSubGroups"> - <http:operation location="addUsedCartridgeGroupsInCartridgeSubGroups"></http:operation> + <http:operation location="addUsedCartridgeGroupsInCartridgeSubGroups"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgeGroupsInApplications"> - <http:operation location="removeUsedCartridgeGroupsInApplications"></http:operation> + <http:operation location="removeUsedCartridgeGroupsInApplications"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeUsedCartridgesInCartridgeGroups"> - <http:operation location="removeUsedCartridgesInCartridgeGroups"></http:operation> + <http:operation location="removeUsedCartridgesInCartridgeGroups"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addDomainMapping"> - <http:operation location="addDomainMapping"></http:operation> + <http:operation location="addDomainMapping"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="addUsedCartridgesInApplications"> - <http:operation location="addUsedCartridgesInApplications"></http:operation> + <http:operation location="addUsedCartridgesInApplications"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeApplicationSignUp"> - <http:operation location="removeApplicationSignUp"></http:operation> + <http:operation location="removeApplicationSignUp"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="removeDomainMapping"> - <http:operation location="removeDomainMapping"></http:operation> + <http:operation location="removeDomainMapping"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="notifyArtifactUpdatedEventForRepository"> - <http:operation location="notifyArtifactUpdatedEventForRepository"></http:operation> + <http:operation location="notifyArtifactUpdatedEventForRepository"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> <wsdl:operation name="canCartirdgeGroupBeRemoved"> - <http:operation location="canCartirdgeGroupBeRemoved"></http:operation> + <http:operation location="canCartirdgeGroupBeRemoved"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> <wsdl:output> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="applicationSignUpsExist"> + <http:operation location="applicationSignUpsExist"/> + <wsdl:input> + <mime:content type="text/xml" part="parameters"/> + </wsdl:input> + <wsdl:output> + <mime:content type="text/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="getApplicationSignUp"> - <http:operation location="getApplicationSignUp"></http:operation> + <http:operation location="getApplicationSignUp"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> <wsdl:output> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="addApplicationSignUp"> - <http:operation location="addApplicationSignUp"></http:operation> + <http:operation location="addApplicationSignUp"/> <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> + <mime:content type="text/xml" part="parameters"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:service name="StratosManagerService"> - <wsdl:port name="StratosManagerServiceHttpsSoap11Endpoint" binding="ns:StratosManagerServiceSoap11Binding"> - <soap:address location="https://172.17.42.1:9443/services/StratosManagerService.StratosManagerServiceHttpsSoap11Endpoint/"></soap:address> - </wsdl:port> <wsdl:port name="StratosManagerServiceHttpSoap11Endpoint" binding="ns:StratosManagerServiceSoap11Binding"> - <soap:address location="http://172.17.42.1:9763/services/StratosManagerService.StratosManagerServiceHttpSoap11Endpoint/"></soap:address> - </wsdl:port> - <wsdl:port name="StratosManagerServiceHttpsSoap12Endpoint" binding="ns:StratosManagerServiceSoap12Binding"> - <soap12:address location="https://172.17.42.1:9443/services/StratosManagerService.StratosManagerServiceHttpsSoap12Endpoint/"></soap12:address> + <soap:address location="http://localhost:8080/axis2/services/StratosManagerService"/> </wsdl:port> <wsdl:port name="StratosManagerServiceHttpSoap12Endpoint" binding="ns:StratosManagerServiceSoap12Binding"> - <soap12:address location="http://172.17.42.1:9763/services/StratosManagerService.StratosManagerServiceHttpSoap12Endpoint/"></soap12:address> + <soap12:address location="http://localhost:8080/axis2/services/StratosManagerService"/> </wsdl:port> <wsdl:port name="StratosManagerServiceHttpEndpoint" binding="ns: <TRUNCATED>
