http://git-wip-us.apache.org/repos/asf/stratos/blob/1ae9bb39/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 f85732e..cc33797 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,16 +1,6 @@
<?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="DomainMapping">
- <xs:sequence>
- <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="ApplicationSignUp">
<xs:sequence>
<xs:element minOccurs="0" name="applicationId"
nillable="true" type="xs:string"/>
@@ -30,248 +20,258 @@
<xs:element minOccurs="0" name="repoUsername"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
+ <xs:complexType name="DomainMapping">
+ <xs:sequence>
+ <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:schema>
<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:element name="StratosManagerServiceApplicationSignUpException">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0"
name="ArtifactDistributionCoordinatorException" nillable="true"
type="ax21:ArtifactDistributionCoordinatorException"/>
+ <xs:element minOccurs="0"
name="ApplicationSignUpException" nillable="true"
type="ax21:ApplicationSignUpException"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="notifyArtifactUpdatedEventForSignUp">
+ <xs:element name="addApplicationSignUp">
<xs:complexType>
<xs:sequence>
- <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="applicationSignUp"
nillable="true" type="ax23:ApplicationSignUp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="notifyArtifactUpdatedEventForRepository">
+ <xs:element name="removeApplicationSignUp">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="repoUrl"
nillable="true" type="xs:string"/>
+ <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="StratosManagerServiceApplicationSignUpException">
+ <xs:element name="getApplicationSignUp">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0"
name="ApplicationSignUpException" nillable="true"
type="ax21:ApplicationSignUpException"/>
+ <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="applicationSignUpsExist">
+ <xs:element name="getApplicationSignUpResponse">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="applicationId"
nillable="true" type="xs:string"/>
+ <xs:element minOccurs="0" name="return"
nillable="true" type="ax23:ApplicationSignUp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="applicationSignUpsExistResponse">
+ <xs:element name="applicationSignUpExist">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
+ <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="canCartridgeBeRemoved">
+ <xs:element name="applicationSignUpExistResponse">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="cartridgeName"
nillable="true" type="xs:string"/>
+ <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="canCartridgeBeRemovedResponse">
+ <xs:element name="applicationSignUpsExist">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
+ <xs:element minOccurs="0" name="applicationId"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="canCartirdgeGroupBeRemoved">
+ <xs:element name="applicationSignUpsExistResponse">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="cartridgeGroupName"
nillable="true" type="xs:string"/>
+ <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="canCartirdgeGroupBeRemovedResponse">
+ <xs:element name="getApplicationSignUps">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
+ <xs:element minOccurs="0" name="applicationId"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="StratosManagerServiceDomainMappingException">
+ <xs:element name="getApplicationSignUpsResponse">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0"
name="DomainMappingException" nillable="true"
type="ax21:DomainMappingException"/>
+ <xs:element maxOccurs="unbounded" minOccurs="0"
name="return" nillable="true" type="ax23:ApplicationSignUp"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="addDomainMapping">
+ <xs:element
name="StratosManagerServiceArtifactDistributionCoordinatorException">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="domainMapping"
nillable="true" type="ax23:DomainMapping"/>
+ <xs:element minOccurs="0"
name="ArtifactDistributionCoordinatorException" nillable="true"
type="ax21:ArtifactDistributionCoordinatorException"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="addUsedCartridgesInCartridgeGroups">
+ <xs:element name="notifyArtifactUpdatedEventForSignUp">
<xs:complexType>
<xs:sequence>
- <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: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="removeUsedCartridgesInCartridgeGroups">
+ <xs:element name="notifyArtifactUpdatedEventForRepository">
<xs:complexType>
<xs:sequence>
- <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:element minOccurs="0" name="repoUrl"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="addUsedCartridgesInApplications">
+ <xs:element name="StratosManagerServiceDomainMappingException">
<xs:complexType>
<xs:sequence>
- <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:element minOccurs="0"
name="DomainMappingException" nillable="true"
type="ax21:DomainMappingException"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="removeUsedCartridgesInApplications">
+ <xs:element name="addDomainMapping">
<xs:complexType>
<xs:sequence>
- <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:element minOccurs="0" name="domainMapping"
nillable="true" type="ax23:DomainMapping"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="addUsedCartridgeGroupsInCartridgeSubGroups">
+ <xs:element name="getDomainMappings">
<xs:complexType>
<xs:sequence>
- <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: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="getDomainMappingsResponse">
<xs:complexType>
<xs:sequence>
- <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:element maxOccurs="unbounded" minOccurs="0"
name="return" nillable="true" type="ax23:DomainMapping"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="addUsedCartridgeGroupsInApplications">
+ <xs:element name="removeDomainMapping">
<xs:complexType>
<xs:sequence>
- <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: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="removeUsedCartridgeGroupsInApplications">
+ <xs:element name="addUsedCartridgesInCartridgeGroups">
<xs:complexType>
<xs:sequence>
- <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: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="getDomainMappings">
+ <xs:element name="removeUsedCartridgesInCartridgeGroups">
<xs:complexType>
<xs:sequence>
- <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="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="getDomainMappingsResponse">
+ <xs:element name="addUsedCartridgesInApplications">
<xs:complexType>
<xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="0"
name="return" nillable="true" type="ax23:DomainMapping"/>
+ <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="removeDomainMapping">
+ <xs:element name="removeUsedCartridgesInApplications">
<xs:complexType>
<xs:sequence>
- <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: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="addApplicationSignUp">
+ <xs:element name="canCartridgeBeRemoved">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="applicationSignUp"
nillable="true" type="ax23:ApplicationSignUp"/>
+ <xs:element minOccurs="0" name="cartridgeName"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="applicationSignUpExist">
+ <xs:element name="canCartridgeBeRemovedResponse">
<xs:complexType>
<xs:sequence>
- <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="return"
type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="applicationSignUpExistResponse">
+ <xs:element name="addUsedCartridgeGroupsInCartridgeSubGroups">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
+ <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="removeApplicationSignUp">
+ <xs:element name="removeUsedCartridgeGroupsInCartridgeSubGroups">
<xs:complexType>
<xs:sequence>
- <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="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="getApplicationSignUp">
+ <xs:element name="addUsedCartridgeGroupsInApplications">
<xs:complexType>
<xs:sequence>
- <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="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="getApplicationSignUpResponse">
+ <xs:element name="removeUsedCartridgeGroupsInApplications">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="return"
nillable="true" type="ax23:ApplicationSignUp"/>
+ <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="getApplicationSignUps">
+ <xs:element name="canCartirdgeGroupBeRemoved">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" name="applicationId"
nillable="true" type="xs:string"/>
+ <xs:element minOccurs="0" name="cartridgeGroupName"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="getApplicationSignUpsResponse">
+ <xs:element name="canCartirdgeGroupBeRemovedResponse">
<xs:complexType>
<xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="0"
name="return" nillable="true" type="ax23:ApplicationSignUp"/>
+ <xs:element minOccurs="0" name="return"
type="xs:boolean"/>
</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:complexType name="ApplicationSignUpException">
<xs:sequence/>
</xs:complexType>
- <xs:complexType name="ApplicationSignUpException">
+ <xs:complexType name="ArtifactDistributionCoordinatorException">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="DomainMappingException">
@@ -279,15 +279,6 @@
</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:message>
@@ -297,6 +288,15 @@
<wsdl:message name="canCartridgeBeRemovedResponse">
<wsdl:part name="parameters"
element="ns:canCartridgeBeRemovedResponse"/>
</wsdl:message>
+ <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="getApplicationSignUpsRequest">
<wsdl:part name="parameters" element="ns:getApplicationSignUps"/>
</wsdl:message>
@@ -373,11 +373,6 @@
<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:operation>
@@ -385,6 +380,11 @@
<wsdl:input message="ns:canCartridgeBeRemovedRequest"
wsaw:Action="urn:canCartridgeBeRemoved"/>
<wsdl:output message="ns:canCartridgeBeRemovedResponse"
wsaw:Action="urn:canCartridgeBeRemovedResponse"/>
</wsdl:operation>
+ <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="getApplicationSignUps">
<wsdl:input message="ns:getApplicationSignUpsRequest"
wsaw:Action="urn:getApplicationSignUps"/>
<wsdl:output message="ns:getApplicationSignUpsResponse"
wsaw:Action="urn:getApplicationSignUpsResponse"/>
@@ -397,6 +397,7 @@
</wsdl:operation>
<wsdl:operation name="notifyArtifactUpdatedEventForSignUp">
<wsdl:input
message="ns:notifyArtifactUpdatedEventForSignUpRequest"
wsaw:Action="urn:notifyArtifactUpdatedEventForSignUp"/>
+ <wsdl:output message="ns:null"
wsaw:Action="urn:notifyArtifactUpdatedEventForSignUpResponse"/>
<wsdl:fault
message="ns:StratosManagerServiceArtifactDistributionCoordinatorException"
name="StratosManagerServiceArtifactDistributionCoordinatorException"
wsaw:Action="urn:notifyArtifactUpdatedEventForSignUpStratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:operation>
<wsdl:operation name="removeUsedCartridgesInApplications">
@@ -419,6 +420,7 @@
</wsdl:operation>
<wsdl:operation name="addDomainMapping">
<wsdl:input message="ns:addDomainMappingRequest"
wsaw:Action="urn:addDomainMapping"/>
+ <wsdl:output message="ns:null"
wsaw:Action="urn:addDomainMappingResponse"/>
<wsdl:fault
message="ns:StratosManagerServiceDomainMappingException"
name="StratosManagerServiceDomainMappingException"
wsaw:Action="urn:addDomainMappingStratosManagerServiceDomainMappingException"/>
</wsdl:operation>
<wsdl:operation name="addUsedCartridgesInApplications">
@@ -426,14 +428,17 @@
</wsdl:operation>
<wsdl:operation name="removeApplicationSignUp">
<wsdl:input message="ns:removeApplicationSignUpRequest"
wsaw:Action="urn:removeApplicationSignUp"/>
+ <wsdl:output message="ns:null"
wsaw:Action="urn:removeApplicationSignUpResponse"/>
<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:output message="ns:null"
wsaw:Action="urn:removeDomainMappingResponse"/>
<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:output message="ns:null"
wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryResponse"/>
<wsdl:fault
message="ns:StratosManagerServiceArtifactDistributionCoordinatorException"
name="StratosManagerServiceArtifactDistributionCoordinatorException"
wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryStratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:operation>
<wsdl:operation name="canCartirdgeGroupBeRemoved">
@@ -452,37 +457,38 @@
</wsdl:operation>
<wsdl:operation name="addApplicationSignUp">
<wsdl:input message="ns:addApplicationSignUpRequest"
wsaw:Action="urn:addApplicationSignUp"/>
+ <wsdl:output message="ns:null"
wsaw:Action="urn:addApplicationSignUpResponse"/>
<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"/>
- <wsdl:operation name="canCartridgeBeRemoved">
- <soap:operation soapAction="urn:canCartridgeBeRemoved"
style="document"/>
+ <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="addUsedCartridgeGroupsInApplications">
- <soap:operation
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
+ <wsdl:operation name="canCartridgeBeRemoved">
+ <soap:operation soapAction="urn:canCartridgeBeRemoved"
style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
</wsdl:operation>
- <wsdl:operation name="applicationSignUpExist">
- <soap:operation soapAction="urn:applicationSignUpExist"
style="document"/>
+ <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+ <soap:operation
soapAction="urn:addUsedCartridgeGroupsInApplications" 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"/>
@@ -513,6 +519,9 @@
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
<wsdl:fault
name="StratosManagerServiceArtifactDistributionCoordinatorException">
<soap:fault use="literal"
name="StratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:fault>
@@ -558,6 +567,9 @@
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
<wsdl:fault name="StratosManagerServiceDomainMappingException">
<soap:fault use="literal"
name="StratosManagerServiceDomainMappingException"/>
</wsdl:fault>
@@ -573,6 +585,9 @@
<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>
@@ -582,6 +597,9 @@
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
<wsdl:fault name="StratosManagerServiceDomainMappingException">
<soap:fault use="literal"
name="StratosManagerServiceDomainMappingException"/>
</wsdl:fault>
@@ -591,6 +609,9 @@
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
<wsdl:fault
name="StratosManagerServiceArtifactDistributionCoordinatorException">
<soap:fault use="literal"
name="StratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:fault>
@@ -633,6 +654,9 @@
<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>
@@ -640,32 +664,32 @@
</wsdl:binding>
<wsdl:binding name="StratosManagerServiceSoap12Binding"
type="ns:StratosManagerServicePortType">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"/>
- <wsdl:operation name="canCartridgeBeRemoved">
- <soap12:operation soapAction="urn:canCartridgeBeRemoved"
style="document"/>
+ <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="addUsedCartridgeGroupsInApplications">
- <soap12:operation
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
+ <wsdl:operation name="canCartridgeBeRemoved">
+ <soap12:operation soapAction="urn:canCartridgeBeRemoved"
style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal"/>
+ </wsdl:output>
</wsdl:operation>
- <wsdl:operation name="applicationSignUpExist">
- <soap12:operation soapAction="urn:applicationSignUpExist"
style="document"/>
+ <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+ <soap12:operation
soapAction="urn:addUsedCartridgeGroupsInApplications" 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"/>
@@ -696,6 +720,9 @@
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal"/>
+ </wsdl:output>
<wsdl:fault
name="StratosManagerServiceArtifactDistributionCoordinatorException">
<soap12:fault use="literal"
name="StratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:fault>
@@ -741,6 +768,9 @@
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal"/>
+ </wsdl:output>
<wsdl:fault name="StratosManagerServiceDomainMappingException">
<soap12:fault use="literal"
name="StratosManagerServiceDomainMappingException"/>
</wsdl:fault>
@@ -756,6 +786,9 @@
<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>
@@ -765,6 +798,9 @@
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal"/>
+ </wsdl:output>
<wsdl:fault name="StratosManagerServiceDomainMappingException">
<soap12:fault use="literal"
name="StratosManagerServiceDomainMappingException"/>
</wsdl:fault>
@@ -774,6 +810,9 @@
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal"/>
+ </wsdl:output>
<wsdl:fault
name="StratosManagerServiceArtifactDistributionCoordinatorException">
<soap12:fault use="literal"
name="StratosManagerServiceArtifactDistributionCoordinatorException"/>
</wsdl:fault>
@@ -816,6 +855,9 @@
<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>
@@ -823,152 +865,170 @@
</wsdl:binding>
<wsdl:binding name="StratosManagerServiceHttpBinding"
type="ns:StratosManagerServicePortType">
<http:binding verb="POST"/>
+ <wsdl:operation name="applicationSignUpExist">
+ <http:operation location="applicationSignUpExist"/>
+ <wsdl:input>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
+ </wsdl:operation>
<wsdl:operation name="canCartridgeBeRemoved">
<http:operation location="canCartridgeBeRemoved"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="addUsedCartridgeGroupsInApplications">
<http:operation location="addUsedCartridgeGroupsInApplications"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
- <wsdl:operation name="applicationSignUpExist">
- <http:operation location="applicationSignUpExist"/>
- <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="getApplicationSignUps">
<http:operation location="getApplicationSignUps"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getDomainMappings">
<http:operation location="getDomainMappings"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="notifyArtifactUpdatedEventForSignUp">
<http:operation location="notifyArtifactUpdatedEventForSignUp"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
<wsdl:operation name="removeUsedCartridgesInApplications">
<http:operation location="removeUsedCartridgesInApplications"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="addUsedCartridgesInCartridgeGroups">
<http:operation location="addUsedCartridgesInCartridgeGroups"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
<http:operation
location="removeUsedCartridgeGroupsInCartridgeSubGroups"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="addUsedCartridgeGroupsInCartridgeSubGroups">
<http:operation
location="addUsedCartridgeGroupsInCartridgeSubGroups"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="removeUsedCartridgeGroupsInApplications">
<http:operation
location="removeUsedCartridgeGroupsInApplications"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="removeUsedCartridgesInCartridgeGroups">
<http:operation location="removeUsedCartridgesInCartridgeGroups"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="addDomainMapping">
<http:operation location="addDomainMapping"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
<wsdl:operation name="addUsedCartridgesInApplications">
<http:operation location="addUsedCartridgesInApplications"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="removeApplicationSignUp">
<http:operation location="removeApplicationSignUp"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
<wsdl:operation name="removeDomainMapping">
<http:operation location="removeDomainMapping"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
<wsdl:operation name="notifyArtifactUpdatedEventForRepository">
<http:operation
location="notifyArtifactUpdatedEventForRepository"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
<wsdl:operation name="canCartirdgeGroupBeRemoved">
<http:operation location="canCartirdgeGroupBeRemoved"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="applicationSignUpsExist">
<http:operation location="applicationSignUpsExist"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getApplicationSignUp">
<http:operation location="getApplicationSignUp"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="addApplicationSignUp">
<http:operation location="addApplicationSignUp"/>
<wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
+ <mime:content type="application/xml" part="parameters"/>
</wsdl:input>
+ <wsdl:output>
+ <mime:content type="application/xml" part="parameters"/>
+ </wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="StratosManagerService">