http://git-wip-us.apache.org/repos/asf/stratos/blob/b063eb42/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 48a448b..0ab4ef7 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,11 +1,22 @@
 <?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:ax249="http://signup.application.domain.messaging.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:ax247="http://exception.manager.stratos.apache.org/xsd"; 
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"/>
                     <xs:element maxOccurs="unbounded" minOccurs="0" 
name="artifactRepositories" nillable="true" type="ax249: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="ax249:DomainMapping"/>
                     <xs:element minOccurs="0" name="signupAddedTimestamp" 
type="xs:long"/>
                     <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
                 </xs:sequence>
@@ -20,48 +31,37 @@
                     <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:ax250="http://signup.application.domain.messaging.stratos.apache.org/xsd"; 
xmlns:ax248="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="addUsedCartridgeGroupsInCartridgeSubGroups">
+            <xs:element name="StratosManagerServiceDomainMappingException">
                 <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="DomainMappingException" nillable="true" 
type="ax248:DomainMappingException"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="removeUsedCartridgeGroupsInApplications">
+            <xs:element name="getDomainMappings">
                 <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:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element 
name="StratosManagerServiceArtifactDistributionCoordinatorException">
+            <xs:element name="getDomainMappingsResponse">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" 
name="ArtifactDistributionCoordinatorException" nillable="true" 
type="ax248:ArtifactDistributionCoordinatorException"/>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" 
name="return" nillable="true" type="ax250:DomainMapping"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="notifyArtifactUpdatedEventForSignUp">
+            <xs:element name="addUsedCartridgesInCartridgeGroups">
                 <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>
@@ -73,64 +73,58 @@
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="removeUsedCartridgeGroupsInCartridgeSubGroups">
-                <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:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="notifyArtifactUpdatedEventForRepository">
+            <xs:element name="addUsedCartridgesInApplications">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" name="repoUrl" 
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="addUsedCartridgeGroupsInApplications">
+            <xs:element name="removeUsedCartridgesInApplications">
                 <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 maxOccurs="unbounded" minOccurs="0" 
name="cartridgeNames" nillable="true" type="xs:string"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="addUsedCartridgesInApplications">
+            <xs:element name="addUsedCartridgeGroupsInCartridgeSubGroups">
                 <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="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="removeUsedCartridgeGroupsInCartridgeSubGroups">
                 <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="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="StratosManagerServiceApplicationSignUpException">
+            <xs:element name="addUsedCartridgeGroupsInApplications">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" 
name="ApplicationSignUpException" nillable="true" 
type="ax248:ApplicationSignUpException"/>
+                        <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="addApplicationSignUp">
+            <xs:element name="removeUsedCartridgeGroupsInApplications">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" name="applicationSignUp" 
nillable="true" type="ax250: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="removeApplicationSignUp">
+            <xs:element name="StratosManagerServiceApplicationSignUpException">
                 <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="ApplicationSignUpException" nillable="true" 
type="ax248:ApplicationSignUpException"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
@@ -178,46 +172,39 @@
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <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:element 
name="StratosManagerServiceArtifactDistributionCoordinatorException">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" 
name="return" nillable="true" type="ax250:ApplicationSignUp"/>
+                        <xs:element minOccurs="0" 
name="ArtifactDistributionCoordinatorException" nillable="true" 
type="ax248:ArtifactDistributionCoordinatorException"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="StratosManagerServiceDomainMappingException">
+            <xs:element name="notifyArtifactUpdatedEventForSignUp">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" 
name="DomainMappingException" nillable="true" 
type="ax248:DomainMappingException"/>
+                        <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="addDomainMapping">
+            <xs:element name="notifyArtifactUpdatedEventForRepository">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" name="domainMapping" 
nillable="true" type="ax250:DomainMapping"/>
+                        <xs:element minOccurs="0" name="repoUrl" 
nillable="true" type="xs:string"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="getDomainMappings">
+            <xs:element name="notifyArtifactUpdatedEventForRepositoryResponse">
                 <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="getDomainMappingsResponse">
+            <xs:element name="addDomainMapping">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" 
name="return" nillable="true" type="ax250:DomainMapping"/>
+                        <xs:element minOccurs="0" name="domainMapping" 
nillable="true" type="ax250:DomainMapping"/>
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
@@ -258,23 +245,58 @@
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
-            <xs:element name="removeUsedCartridgesInApplications">
+            <xs:element name="addApplicationSignUp">
                 <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="applicationSignUp" 
nillable="true" type="ax250:ApplicationSignUp"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addApplicationSignUpResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" 
type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="removeApplicationSignUp">
+                <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:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="removeApplicationSignUpResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" 
type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <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 maxOccurs="unbounded" minOccurs="0" 
name="return" nillable="true" type="ax250: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:complexType name="DomainMappingException">
                 <xs:sequence/>
             </xs:complexType>
             <xs:complexType name="ApplicationSignUpException">
                 <xs:sequence/>
             </xs:complexType>
-            <xs:complexType name="DomainMappingException">
+            <xs:complexType name="ArtifactDistributionCoordinatorException">
                 <xs:sequence/>
             </xs:complexType>
         </xs:schema>
@@ -285,6 +307,9 @@
     <wsdl:message name="canCartridgeBeRemovedResponse">
         <wsdl:part name="parameters" 
element="ns:canCartridgeBeRemovedResponse"/>
     </wsdl:message>
+    <wsdl:message name="addUsedCartridgeGroupsInApplicationsRequest">
+        <wsdl:part name="parameters" 
element="ns:addUsedCartridgeGroupsInApplications"/>
+    </wsdl:message>
     <wsdl:message name="applicationSignUpExistRequest">
         <wsdl:part name="parameters" element="ns:applicationSignUpExist"/>
     </wsdl:message>
@@ -294,9 +319,6 @@
     <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>
     <wsdl:message name="getApplicationSignUpsRequest">
         <wsdl:part name="parameters" element="ns:getApplicationSignUps"/>
     </wsdl:message>
@@ -321,12 +343,12 @@
     <wsdl:message name="removeUsedCartridgesInApplicationsRequest">
         <wsdl:part name="parameters" 
element="ns:removeUsedCartridgesInApplications"/>
     </wsdl:message>
-    <wsdl:message name="addUsedCartridgesInCartridgeGroupsRequest">
-        <wsdl:part name="parameters" 
element="ns:addUsedCartridgesInCartridgeGroups"/>
-    </wsdl:message>
     <wsdl:message name="removeUsedCartridgeGroupsInCartridgeSubGroupsRequest">
         <wsdl:part name="parameters" 
element="ns:removeUsedCartridgeGroupsInCartridgeSubGroups"/>
     </wsdl:message>
+    <wsdl:message name="addUsedCartridgesInCartridgeGroupsRequest">
+        <wsdl:part name="parameters" 
element="ns:addUsedCartridgesInCartridgeGroups"/>
+    </wsdl:message>
     <wsdl:message name="removeUsedCartridgeGroupsInApplicationsRequest">
         <wsdl:part name="parameters" 
element="ns:removeUsedCartridgeGroupsInApplications"/>
     </wsdl:message>
@@ -345,12 +367,18 @@
     <wsdl:message name="removeApplicationSignUpRequest">
         <wsdl:part name="parameters" element="ns:removeApplicationSignUp"/>
     </wsdl:message>
+    <wsdl:message name="removeApplicationSignUpResponse">
+        <wsdl:part name="parameters" 
element="ns:removeApplicationSignUpResponse"/>
+    </wsdl:message>
     <wsdl:message name="removeDomainMappingRequest">
         <wsdl:part name="parameters" element="ns:removeDomainMapping"/>
     </wsdl:message>
     <wsdl:message name="notifyArtifactUpdatedEventForRepositoryRequest">
         <wsdl:part name="parameters" 
element="ns:notifyArtifactUpdatedEventForRepository"/>
     </wsdl:message>
+    <wsdl:message name="notifyArtifactUpdatedEventForRepositoryResponse">
+        <wsdl:part name="parameters" 
element="ns:notifyArtifactUpdatedEventForRepositoryResponse"/>
+    </wsdl:message>
     <wsdl:message name="canCartirdgeGroupBeRemovedRequest">
         <wsdl:part name="parameters" element="ns:canCartirdgeGroupBeRemoved"/>
     </wsdl:message>
@@ -372,19 +400,22 @@
     <wsdl:message name="addApplicationSignUpRequest">
         <wsdl:part name="parameters" element="ns:addApplicationSignUp"/>
     </wsdl:message>
+    <wsdl:message name="addApplicationSignUpResponse">
+        <wsdl:part name="parameters" 
element="ns:addApplicationSignUpResponse"/>
+    </wsdl:message>
     <wsdl:portType name="StratosManagerServicePortType">
         <wsdl:operation name="canCartridgeBeRemoved">
             <wsdl:input message="ns:canCartridgeBeRemovedRequest" 
wsaw:Action="urn:canCartridgeBeRemoved"/>
             <wsdl:output message="ns:canCartridgeBeRemovedResponse" 
wsaw:Action="urn:canCartridgeBeRemovedResponse"/>
         </wsdl:operation>
+        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+            <wsdl:input 
message="ns:addUsedCartridgeGroupsInApplicationsRequest" 
wsaw:Action="urn:addUsedCartridgeGroupsInApplications"/>
+        </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="addUsedCartridgeGroupsInApplications">
-            <wsdl:input 
message="ns:addUsedCartridgeGroupsInApplicationsRequest" 
wsaw:Action="urn:addUsedCartridgeGroupsInApplications"/>
-        </wsdl:operation>
         <wsdl:operation name="getApplicationSignUps">
             <wsdl:input message="ns:getApplicationSignUpsRequest" 
wsaw:Action="urn:getApplicationSignUps"/>
             <wsdl:output message="ns:getApplicationSignUpsResponse" 
wsaw:Action="urn:getApplicationSignUpsResponse"/>
@@ -403,12 +434,12 @@
         <wsdl:operation name="removeUsedCartridgesInApplications">
             <wsdl:input message="ns:removeUsedCartridgesInApplicationsRequest" 
wsaw:Action="urn:removeUsedCartridgesInApplications"/>
         </wsdl:operation>
-        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
-            <wsdl:input message="ns:addUsedCartridgesInCartridgeGroupsRequest" 
wsaw:Action="urn:addUsedCartridgesInCartridgeGroups"/>
-        </wsdl:operation>
         <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
             <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:operation>
         <wsdl:operation name="removeUsedCartridgeGroupsInApplications">
             <wsdl:input 
message="ns:removeUsedCartridgeGroupsInApplicationsRequest" 
wsaw:Action="urn:removeUsedCartridgeGroupsInApplications"/>
         </wsdl:operation>
@@ -428,7 +459,7 @@
         </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:output message="ns:removeApplicationSignUpResponse" 
wsaw:Action="urn:removeApplicationSignUpResponse"/>
             <wsdl:fault 
message="ns:StratosManagerServiceApplicationSignUpException" 
name="StratosManagerServiceApplicationSignUpException" 
wsaw:Action="urn:removeApplicationSignUpStratosManagerServiceApplicationSignUpException"/>
         </wsdl:operation>
         <wsdl:operation name="removeDomainMapping">
@@ -438,7 +469,7 @@
         </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:output 
message="ns:notifyArtifactUpdatedEventForRepositoryResponse" 
wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryResponse"/>
             <wsdl:fault 
message="ns:StratosManagerServiceArtifactDistributionCoordinatorException" 
name="StratosManagerServiceArtifactDistributionCoordinatorException" 
wsaw:Action="urn:notifyArtifactUpdatedEventForRepositoryStratosManagerServiceArtifactDistributionCoordinatorException"/>
         </wsdl:operation>
         <wsdl:operation name="canCartirdgeGroupBeRemoved">
@@ -457,18 +488,12 @@
         </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:output message="ns:addApplicationSignUpResponse" 
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="addUsedCartridgeGroupsInApplications">
-            <soap:operation 
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-        </wsdl:operation>
         <wsdl:operation name="applicationSignUpExist">
             <soap:operation soapAction="urn:applicationSignUpExist" 
style="document"/>
             <wsdl:input>
@@ -481,6 +506,12 @@
                 <soap:fault use="literal" 
name="StratosManagerServiceApplicationSignUpException"/>
             </wsdl:fault>
         </wsdl:operation>
+        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+            <soap:operation 
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+        </wsdl:operation>
         <wsdl:operation name="canCartridgeBeRemoved">
             <soap:operation soapAction="urn:canCartridgeBeRemoved" 
style="document"/>
             <wsdl:input>
@@ -532,14 +563,14 @@
                 <soap:body use="literal"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
-            <soap:operation 
soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" 
style="document"/>
+        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
+            <soap:operation 
soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/>
             <wsdl:input>
                 <soap:body use="literal"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
-            <soap:operation 
soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/>
+        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
+            <soap:operation 
soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" 
style="document"/>
             <wsdl:input>
                 <soap:body use="literal"/>
             </wsdl:input>
@@ -664,12 +695,6 @@
     </wsdl:binding>
     <wsdl:binding name="StratosManagerServiceSoap12Binding" 
type="ns:StratosManagerServicePortType">
         <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
-        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
-            <soap12:operation 
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-        </wsdl:operation>
         <wsdl:operation name="applicationSignUpExist">
             <soap12:operation soapAction="urn:applicationSignUpExist" 
style="document"/>
             <wsdl:input>
@@ -682,6 +707,12 @@
                 <soap12:fault use="literal" 
name="StratosManagerServiceApplicationSignUpException"/>
             </wsdl:fault>
         </wsdl:operation>
+        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+            <soap12:operation 
soapAction="urn:addUsedCartridgeGroupsInApplications" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+        </wsdl:operation>
         <wsdl:operation name="canCartridgeBeRemoved">
             <soap12:operation soapAction="urn:canCartridgeBeRemoved" 
style="document"/>
             <wsdl:input>
@@ -733,14 +764,14 @@
                 <soap12:body use="literal"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
-            <soap12:operation 
soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" 
style="document"/>
+        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
+            <soap12:operation 
soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/>
             <wsdl:input>
                 <soap12:body use="literal"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
-            <soap12:operation 
soapAction="urn:addUsedCartridgesInCartridgeGroups" style="document"/>
+        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
+            <soap12:operation 
soapAction="urn:removeUsedCartridgeGroupsInCartridgeSubGroups" 
style="document"/>
             <wsdl:input>
                 <soap12:body use="literal"/>
             </wsdl:input>
@@ -865,12 +896,6 @@
     </wsdl:binding>
     <wsdl:binding name="StratosManagerServiceHttpBinding" 
type="ns:StratosManagerServicePortType">
         <http:binding verb="POST"/>
-        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
-            <http:operation location="addUsedCartridgeGroupsInApplications"/>
-            <wsdl:input>
-                <mime:content type="application/xml" part="parameters"/>
-            </wsdl:input>
-        </wsdl:operation>
         <wsdl:operation name="applicationSignUpExist">
             <http:operation location="applicationSignUpExist"/>
             <wsdl:input>
@@ -880,6 +905,12 @@
                 <mime:content type="application/xml" part="parameters"/>
             </wsdl:output>
         </wsdl:operation>
+        <wsdl:operation name="addUsedCartridgeGroupsInApplications">
+            <http:operation location="addUsedCartridgeGroupsInApplications"/>
+            <wsdl:input>
+                <mime:content type="application/xml" part="parameters"/>
+            </wsdl:input>
+        </wsdl:operation>
         <wsdl:operation name="canCartridgeBeRemoved">
             <http:operation location="canCartridgeBeRemoved"/>
             <wsdl:input>
@@ -922,14 +953,14 @@
                 <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
-            <http:operation 
location="removeUsedCartridgeGroupsInCartridgeSubGroups"/>
+        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
+            <http:operation location="addUsedCartridgesInCartridgeGroups"/>
             <wsdl:input>
                 <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
         </wsdl:operation>
-        <wsdl:operation name="addUsedCartridgesInCartridgeGroups">
-            <http:operation location="addUsedCartridgesInCartridgeGroups"/>
+        <wsdl:operation name="removeUsedCartridgeGroupsInCartridgeSubGroups">
+            <http:operation 
location="removeUsedCartridgeGroupsInCartridgeSubGroups"/>
             <wsdl:input>
                 <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>

Reply via email to