You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/08 10:40:03 UTC

[01/11] committing account-mgt stub changes

Updated Branches:
  refs/heads/master ca4699eff -> 544ff39ae


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
deleted file mode 100644
index 7cb056f..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
+++ /dev/null
@@ -1,95 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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://services.mgt.account.carbon.wso2.org">
-    <wsdl:documentation>EmailValidationService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
-            <xs:element name="proceedUpdateContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="proceedUpdateContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="proceedUpdateContact">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="confirmationKey" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="proceedUpdateContactRequest">
-        <wsdl:part name="parameters" element="ns:proceedUpdateContact" />
-    </wsdl:message>
-    <wsdl:message name="proceedUpdateContactResponse" />
-    <wsdl:message name="proceedUpdateContactException">
-        <wsdl:part name="parameters" element="ns:proceedUpdateContactException" />
-    </wsdl:message>
-    <wsdl:portType name="EmailValidationServicePortType">
-        <wsdl:operation name="proceedUpdateContact">
-            <wsdl:input message="ns:proceedUpdateContactRequest" wsaw:Action="urn:proceedUpdateContact" />
-            <wsdl:output message="ns:proceedUpdateContactResponse" wsaw:Action="urn:proceedUpdateContactResponse" />
-            <wsdl:fault message="ns:proceedUpdateContactException" name="proceedUpdateContactException" wsaw:Action="urn:proceedUpdateContactproceedUpdateContactException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="EmailValidationServiceSoap11Binding" type="ns:EmailValidationServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="proceedUpdateContact">
-            <soap:operation soapAction="urn:proceedUpdateContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="proceedUpdateContactException">
-                <soap:fault use="literal" name="proceedUpdateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="EmailValidationServiceSoap12Binding" type="ns:EmailValidationServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="proceedUpdateContact">
-            <soap12:operation soapAction="urn:proceedUpdateContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="proceedUpdateContactException">
-                <soap12:fault use="literal" name="proceedUpdateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="EmailValidationServiceHttpBinding" type="ns:EmailValidationServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="proceedUpdateContact">
-            <http:operation location="proceedUpdateContact" />
-            <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:binding>
-    <wsdl:service name="EmailValidationService">
-        <wsdl:port name="EmailValidationServiceHttpsSoap11Endpoint" binding="ns:EmailValidationServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="EmailValidationServiceHttpsSoap12Endpoint" binding="ns:EmailValidationServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="EmailValidationServiceHttpsEndpoint" binding="ns:EmailValidationServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file


[10/11] git commit: committing refactored account-mgt and tenant-mgt stubs

Posted by is...@apache.org.
committing refactored account-mgt and tenant-mgt stubs


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/761819e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/761819e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/761819e0

Branch: refs/heads/master
Commit: 761819e053f0e98d9a9c7e9522bcddf81b940568
Parents: beb5a57
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 8 14:06:35 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 8 14:06:35 2013 +0530

----------------------------------------------------------------------
 components/account-mgt/.pom.xml.swp             | Bin 0 -> 12288 bytes
 .../2.1.0/target/classes/META-INF/MANIFEST.MF   |  59 ++
 .../2.1.0/target/classes/META-INF/component.xml |  29 +
 .../2.1.0/target/classes/META-INF/services.xml  |  80 +++
 .../account/mgt/beans/AccountInfoBean.class     | Bin 0 -> 803 bytes
 .../internal/AccountMgtServiceComponent.class   | Bin 0 -> 4076 bytes
 .../mgt/services/AccountMgtService.class        | Bin 0 -> 10975 bytes
 .../mgt/services/EmailValidationService.class   | Bin 0 -> 5412 bytes
 .../stratos/account/mgt/util/Util$1.class       | Bin 0 -> 1174 bytes
 .../apache/stratos/account/mgt/util/Util.class  | Bin 0 -> 6250 bytes
 .../org.apache.stratos.account.mgt-2.0.0.jar    | Bin 0 -> 21538 bytes
 .../OSGI-INF/metatype/metatype.xml              |   7 +
 .../OSGI-INF/scr-plugin/scrinfo.xml             |  13 +
 .../OSGI-INF/serviceComponents.xml              |  13 +
 .../2.1.0/target/timestamp                      | Bin 0 -> 283 bytes
 .../4.1.0/pom.xml                               | 136 ++++
 .../main/resources/TenantMgtAdminService.wsdl   | 616 +++++++++++++++++++
 .../4.1.0/pom.xml                               | 115 ----
 .../main/resources/TenantMgtAdminService.wsdl   | 616 -------------------
 service-stubs/pom.xml                           |   3 +
 20 files changed, 956 insertions(+), 731 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/.pom.xml.swp
----------------------------------------------------------------------
diff --git a/components/account-mgt/.pom.xml.swp b/components/account-mgt/.pom.xml.swp
new file mode 100644
index 0000000..203e0c9
Binary files /dev/null and b/components/account-mgt/.pom.xml.swp differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/MANIFEST.MF b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..169ec35
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/MANIFEST.MF
@@ -0,0 +1,59 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.stratos.account.mgt.util;uses:="org.wso2.ca
+ rbon.stratos.common.listeners,org.wso2.carbon.registry.core.service,o
+ rg.wso2.carbon.stratos.common.exception,org.wso2.carbon.email.verific
+ ation.util,org.apache.commons.logging,org.apache.axis2.context,org.ws
+ o2.carbon.user.core.tenant,org.wso2.carbon.registry.core.exceptions,o
+ rg.wso2.carbon.user.core.service,org.wso2.carbon.stratos.common.beans
+ ,org.wso2.carbon.registry.core.session,org.wso2.carbon.utils,javax.se
+ rvlet.http";version="2.0.0",org.apache.stratos.account.mgt.beans;vers
+ ion="2.0.0",org.apache.stratos.account.mgt.services;uses:="org.wso2.c
+ arbon.registry.core.utils,org.apache.commons.logging,org.wso2.carbon.
+ email.verification.util,org.wso2.carbon.user.api,org.wso2.carbon.core
+ ,org.wso2.carbon.user.core,org.wso2.carbon.stratos.common.util,org.ws
+ o2.carbon.tenant.mgt.util,org.wso2.carbon.user.core.tenant,org.wso2.c
+ arbon.user.core.service,org.wso2.carbon.stratos.common.beans,org.wso2
+ .carbon.registry.core.session,org.wso2.carbon.registry.core,org.apach
+ e.stratos.account.mgt.util,org.apache.stratos.account.mgt.beans,org.w
+ so2.carbon.stratos.common,org.wso2.carbon.registry.core.exceptions";v
+ ersion="2.0.0"
+Service-Component: OSGI-INF/serviceComponents.xml
+Built-By: isuru
+Tool: Bnd-1.43.0
+Bundle-Name: org.apache.stratos.account.mgt
+Created-By: Apache Maven Bundle Plugin
+Bundle-Vendor: WSO2 Inc
+DynamicImport-Package: *
+Build-Jdk: 1.6.0_33
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1373259615764
+Bundle-ManifestVersion: 2
+Bundle-Description: WSO2 Stratos Account Management Parent Module
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
+Bundle-SymbolicName: org.apache.stratos.account.mgt
+Import-Package: javax.servlet;version="${imp.pkg.version.javax.servlet
+ }",javax.servlet.http;version="${imp.pkg.version.javax.servlet}",java
+ x.xml.namespace;version="0.0.0",org.apache.axis2.context;resolution:=
+ optional;version="[1.6,2)",org.apache.commons.logging;resolution:=opt
+ ional;version="[1.1,2)",org.apache.stratos.account.mgt.util;resolutio
+ n:=optional,org.osgi.service.component;resolution:=optional;version="
+ [1.2,2)",org.wso2.carbon.core;resolution:=optional;version="[4.0,5)",
+ org.wso2.carbon.email.verification.util;resolution:=optional;version=
+ "[4.1,5)",org.wso2.carbon.registry.core;version="1.0.1",org.wso2.carb
+ on.registry.core.exceptions;version="1.0.1",org.wso2.carbon.registry.
+ core.service;version="1.0.1",org.wso2.carbon.registry.core.session;ve
+ rsion="1.0.1",org.wso2.carbon.registry.core.utils;version="1.0.1",org
+ .wso2.carbon.stratos.common;resolution:=optional;version="[2.1,3)",or
+ g.wso2.carbon.stratos.common.beans;resolution:=optional;version="[2.1
+ ,3)",org.wso2.carbon.stratos.common.exception;resolution:=optional;ve
+ rsion="[2.1,3)",org.wso2.carbon.stratos.common.listeners;resolution:=
+ optional;version="[2.1,3)",org.wso2.carbon.stratos.common.util;resolu
+ tion:=optional;version="[2.1,3)",org.wso2.carbon.tenant.mgt.util;reso
+ lution:=optional;version="[2.1,3)",org.wso2.carbon.user.api;resolutio
+ n:=optional;version="[1.0,2)",org.wso2.carbon.user.core;resolution:=o
+ ptional;version="[4.1,5)",org.wso2.carbon.user.core.service;resolutio
+ n:=optional;version="[4.1,5)",org.wso2.carbon.user.core.tenant;resolu
+ tion:=optional;version="[4.1,5)",org.wso2.carbon.utils;resolution:=op
+ tional;version="[4.1,5)"
+Bundle-DocURL: http://wso2.org
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/component.xml
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/component.xml b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/component.xml
new file mode 100644
index 0000000..e399648
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/component.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~  Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~  Licensed 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.
+  -->
+
+<component xmlns="http://products.wso2.org/carbon">
+    <ManagementPermissions>
+        <ManagementPermission>
+            <DisplayName>Configure</DisplayName>
+            <ResourceId>/permission/admin/configure</ResourceId>
+        </ManagementPermission>
+        <ManagementPermission>
+            <DisplayName>Account</DisplayName>
+            <ResourceId>/permission/admin/configure/account</ResourceId>
+        </ManagementPermission>
+    </ManagementPermissions>
+</component>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/services.xml
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/services.xml b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/services.xml
new file mode 100644
index 0000000..a5deded
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/META-INF/services.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed 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.
+ !-->
+<serviceGroup>
+
+    <service name="AccountMgtService" scope="transportsession">
+        <transports>
+            <transport>https</transport>
+        </transports>
+        <parameter name="ServiceClass" locked="false">
+            org.apache.stratos.account.mgt.services.AccountMgtService
+        </parameter>
+
+        <operation name="updateContact">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="getContact">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="updateFullname">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="getFullname">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="deactivate">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="isDomainValidated">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="finishedDomainValidation">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="checkDomainAvailability">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+
+        <operation name="isEmailValidated">
+            <parameter name="AuthorizationAction" locked="true">/permission/admin/configure/account</parameter>
+        </operation>
+        <parameter name="adminService" locked="true">true</parameter>
+    </service>
+
+    <service name="EmailValidationService" scope="transportsession">
+        <transports>
+            <transport>https</transport>
+        </transports>
+        <parameter name="ServiceClass" locked="false">
+            org.apache.stratos.account.mgt.services.EmailValidationService
+        </parameter>
+
+        <operation name="proceedUpdateContact">
+        </operation>
+    </service>
+
+    <parameter name="hiddenService" locked="true">true</parameter>
+
+</serviceGroup>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/beans/AccountInfoBean.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/beans/AccountInfoBean.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/beans/AccountInfoBean.class
new file mode 100644
index 0000000..8461bbc
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/beans/AccountInfoBean.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/internal/AccountMgtServiceComponent.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/internal/AccountMgtServiceComponent.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/internal/AccountMgtServiceComponent.class
new file mode 100644
index 0000000..0d04c15
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/internal/AccountMgtServiceComponent.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/AccountMgtService.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/AccountMgtService.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/AccountMgtService.class
new file mode 100644
index 0000000..ac5daf0
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/AccountMgtService.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/EmailValidationService.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/EmailValidationService.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/EmailValidationService.class
new file mode 100644
index 0000000..03f5e0a
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/services/EmailValidationService.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util$1.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util$1.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util$1.class
new file mode 100644
index 0000000..149f82d
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util$1.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util.class
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util.class b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util.class
new file mode 100644
index 0000000..f595538
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/classes/org/apache/stratos/account/mgt/util/Util.class differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/org.apache.stratos.account.mgt-2.0.0.jar
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/org.apache.stratos.account.mgt-2.0.0.jar b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/org.apache.stratos.account.mgt-2.0.0.jar
new file mode 100644
index 0000000..7303853
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/org.apache.stratos.account.mgt-2.0.0.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
new file mode 100644
index 0000000..03a012e
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0" localization="OSGI-INF/metatype/metatype">
+    <OCD id="org.apache.stratos.account.mgt" name="%org.apache.stratos.account.mgt.name" description="%org.apache.stratos.account.mgt.description"/>
+    <Designate pid="org.apache.stratos.account.mgt">
+        <Object ocdref="org.apache.stratos.account.mgt"/>
+    </Designate>
+</metatype:MetaData>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
new file mode 100644
index 0000000..359ea17
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
+    <scr:component enabled="true" immediate="true" name="org.apache.stratos.account.mgt">
+        <implementation class="org.apache.stratos.account.mgt.internal.AccountMgtServiceComponent"/>
+        <property name="service.pid" value="org.apache.stratos.account.mgt" private="false"/>
+        <reference name="registry.service" interface="org.wso2.carbon.registry.core.service.RegistryService" cardinality="1..1" policy="dynamic" bind="setRegistryService" unbind="unsetRegistryService" checked="true" strategy="event"/>
+        <reference name="user.realmservice.default" interface="org.wso2.carbon.user.core.service.RealmService" cardinality="1..1" policy="dynamic" bind="setRealmService" unbind="unsetRealmService" checked="true" strategy="event"/>
+        <reference name="config.context.service" interface="org.wso2.carbon.utils.ConfigurationContextService" cardinality="1..1" policy="dynamic" bind="setConfigurationContextService" unbind="unsetConfigurationContextService" checked="true" strategy="event"/>
+        <reference name="emailverification.service" interface="org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber" cardinality="1..1" policy="dynamic" bind="setEmailVerificationService" unbind="unsetEmailVerificationService" checked="true" strategy="event"/>
+        <reference name="org.wso2.carbon.tenant.mgt.listener.service" interface="org.wso2.carbon.stratos.common.listeners.TenantMgtListener" cardinality="0..n" policy="dynamic" bind="setTenantMgtListenerService" unbind="unsetTenantMgtListenerService" checked="true" strategy="event"/>
+        <reference name="default.tenant.billing.service" interface="org.wso2.carbon.stratos.common.TenantBillingService" cardinality="1..1" policy="dynamic" bind="setTenantBillingService" unbind="unsetTenantBillingService" checked="true" strategy="event"/>
+    </scr:component>
+</components>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
new file mode 100644
index 0000000..b45afc3
--- /dev/null
+++ b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
+    <scr:component enabled="true" immediate="true" name="org.apache.stratos.account.mgt">
+        <implementation class="org.apache.stratos.account.mgt.internal.AccountMgtServiceComponent"/>
+        <property name="service.pid" value="org.apache.stratos.account.mgt"/>
+        <reference name="registry.service" interface="org.wso2.carbon.registry.core.service.RegistryService" cardinality="1..1" policy="dynamic" bind="setRegistryService" unbind="unsetRegistryService"/>
+        <reference name="user.realmservice.default" interface="org.wso2.carbon.user.core.service.RealmService" cardinality="1..1" policy="dynamic" bind="setRealmService" unbind="unsetRealmService"/>
+        <reference name="config.context.service" interface="org.wso2.carbon.utils.ConfigurationContextService" cardinality="1..1" policy="dynamic" bind="setConfigurationContextService" unbind="unsetConfigurationContextService"/>
+        <reference name="emailverification.service" interface="org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber" cardinality="1..1" policy="dynamic" bind="setEmailVerificationService" unbind="unsetEmailVerificationService"/>
+        <reference name="org.wso2.carbon.tenant.mgt.listener.service" interface="org.wso2.carbon.stratos.common.listeners.TenantMgtListener" cardinality="0..n" policy="dynamic" bind="setTenantMgtListenerService" unbind="unsetTenantMgtListenerService"/>
+        <reference name="default.tenant.billing.service" interface="org.wso2.carbon.stratos.common.TenantBillingService" cardinality="1..1" policy="dynamic" bind="setTenantBillingService" unbind="unsetTenantBillingService"/>
+    </scr:component>
+</components>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/timestamp
----------------------------------------------------------------------
diff --git a/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/timestamp b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/timestamp
new file mode 100644
index 0000000..ca8b8ae
Binary files /dev/null and b/components/account-mgt/org.apache.stratos.account.mgt/2.1.0/target/timestamp differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/pom.xml
new file mode 100644
index 0000000..e84aebd
--- /dev/null
+++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/pom.xml
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+       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. 
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+    	<groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-service-stubs</artifactId>
+        <version>2.0.0</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.apache.stratos.tenant.mgt.stub</artifactId>
+    <packaging>bundle</packaging>
+    <version>4.1.0</version>
+    <name>Apache Stratos - Tenant Management Stub</name>
+    <url>http://apache.org</url>
+
+    <build>
+        <plugins>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>source-code-generation</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/TenantMgtAdminService.wsdl -u -uw -o target/generated-code
+                                    -p org.wso2.carbon.tenant.mgt.stub
+                                    -ns2p http://services.mgt.tenant.carbon.wso2.org=org.wso2.carbon.tenant.mgt.stub.services,http://beans.mgt.tenant.carbon.wso2.org/xsd=org.wso2.carbon.tenant.mgt.stub.beans.xsd,http://beans.common.stratos.carbon.wso2.org/xsd=org.wso2.carbon.tenant.mgt.stub.beans.xsd"/>
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Name>${project.artifactId}</Bundle-Name>
+                        <Export-Package>
+                            org.wso2.carbon.tenant.mgt.stub.*; version="${carbon.platform.package.export.version}"
+                        </Export-Package>
+                        <Import-Package>
+			    			!org.wso2.carbon.tenant.mgt.stub.*,
+                            *;resolution:=optional
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>add-source</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-source</goal>
+                        </goals>
+                        <configuration>
+                            <sources>
+                                <source>
+                                    target/generated-code/src
+                                </source>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2.wso2</groupId>
+            <artifactId>axis2</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>wsdl4j.wso2</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom.wso2</groupId>
+            <artifactId>axiom</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema.wso2</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.neethi.wso2</groupId>
+            <artifactId>neethi</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl b/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
new file mode 100644
index 0000000..52e31f0
--- /dev/null
+++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
@@ -0,0 +1,616 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.tenant.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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:ax2388="http://beans.common.stratos.apache.org/xsd" xmlns:ax2390="http://beans.mgt.tenant.stratos.apache.org/xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.tenant.stratos.apache.org">
+    <wsdl:documentation>TenantMgtAdminService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax2392="http://beans.mgt.tenant.stratos.apache.org/xsd" xmlns:ax2389="http://beans.common.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.tenant.stratos.apache.org">
+            <xs:import namespace="http://beans.common.stratos.apache.org/xsd"/>
+            <xs:import namespace="http://beans.mgt.tenant.stratos.apache.org/xsd"/>
+            <xs:element name="TenantMgtAdminServiceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="TenantMgtAdminServiceException" nillable="true" type="ns:Exception"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="updateTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantInfoBean" nillable="true" type="ax2388:TenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrieveTenants">
+                <xs:complexType>
+                    <xs:sequence/>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrieveTenantsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePartialSearchTenants">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePartialSearchTenantsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePaginatedTenants">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="pageNumber" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePaginatedTenantsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2392:PaginatedTenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePaginatedPartialSearchTenants">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                        <xs:element minOccurs="0" name="pageNumber" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retrievePaginatedPartialSearchTenantsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2392:PaginatedTenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deleteTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantInfoBean" nillable="true" type="ax2388:TenantInfoBean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="activateTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.common.stratos.apache.org/xsd">
+            <xs:complexType name="TenantInfoBean">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="active" type="xs:boolean"/>
+                    <xs:element minOccurs="0" name="admin" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="adminPassword" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="createdDate" nillable="true" type="xs:dateTime"/>
+                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="originatedService" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
+                    <xs:element minOccurs="0" name="usagePlan" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema xmlns:ax2391="http://beans.common.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.mgt.tenant.stratos.apache.org/xsd">
+            <xs:import namespace="http://beans.common.stratos.apache.org/xsd"/>
+            <xs:complexType name="PaginatedTenantInfoBean">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="numberOfPages" type="xs:int"/>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="tenantInfoBeans" nillable="true" type="ax2391:TenantInfoBean"/>
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="retrieveTenantsRequest">
+        <wsdl:part name="parameters" element="ns:retrieveTenants"/>
+    </wsdl:message>
+    <wsdl:message name="retrieveTenantsResponse">
+        <wsdl:part name="parameters" element="ns:retrieveTenantsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="TenantMgtAdminServiceException">
+        <wsdl:part name="parameters" element="ns:TenantMgtAdminServiceException"/>
+    </wsdl:message>
+    <wsdl:message name="getTenantRequest">
+        <wsdl:part name="parameters" element="ns:getTenant"/>
+    </wsdl:message>
+    <wsdl:message name="getTenantResponse">
+        <wsdl:part name="parameters" element="ns:getTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateTenantRequest">
+        <wsdl:part name="parameters" element="ns:deactivateTenant"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateTenantResponse"/>
+    <wsdl:message name="retrievePartialSearchTenantsRequest">
+        <wsdl:part name="parameters" element="ns:retrievePartialSearchTenants"/>
+    </wsdl:message>
+    <wsdl:message name="retrievePartialSearchTenantsResponse">
+        <wsdl:part name="parameters" element="ns:retrievePartialSearchTenantsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retrievePaginatedTenantsRequest">
+        <wsdl:part name="parameters" element="ns:retrievePaginatedTenants"/>
+    </wsdl:message>
+    <wsdl:message name="retrievePaginatedTenantsResponse">
+        <wsdl:part name="parameters" element="ns:retrievePaginatedTenantsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="updateTenantRequest">
+        <wsdl:part name="parameters" element="ns:updateTenant"/>
+    </wsdl:message>
+    <wsdl:message name="updateTenantResponse"/>
+    <wsdl:message name="addTenantRequest">
+        <wsdl:part name="parameters" element="ns:addTenant"/>
+    </wsdl:message>
+    <wsdl:message name="addTenantResponse">
+        <wsdl:part name="parameters" element="ns:addTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retrievePaginatedPartialSearchTenantsRequest">
+        <wsdl:part name="parameters" element="ns:retrievePaginatedPartialSearchTenants"/>
+    </wsdl:message>
+    <wsdl:message name="retrievePaginatedPartialSearchTenantsResponse">
+        <wsdl:part name="parameters" element="ns:retrievePaginatedPartialSearchTenantsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="activateTenantRequest">
+        <wsdl:part name="parameters" element="ns:activateTenant"/>
+    </wsdl:message>
+    <wsdl:message name="activateTenantResponse"/>
+    <wsdl:message name="deleteTenantRequest">
+        <wsdl:part name="parameters" element="ns:deleteTenant"/>
+    </wsdl:message>
+    <wsdl:message name="deleteTenantResponse"/>
+    <wsdl:portType name="TenantMgtAdminServicePortType">
+        <wsdl:operation name="retrieveTenants">
+            <wsdl:input message="ns:retrieveTenantsRequest" wsaw:Action="urn:retrieveTenants"/>
+            <wsdl:output message="ns:retrieveTenantsResponse" wsaw:Action="urn:retrieveTenantsResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrieveTenantsTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getTenant">
+            <wsdl:input message="ns:getTenantRequest" wsaw:Action="urn:getTenant"/>
+            <wsdl:output message="ns:getTenantResponse" wsaw:Action="urn:getTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:getTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateTenant">
+            <wsdl:input message="ns:deactivateTenantRequest" wsaw:Action="urn:deactivateTenant"/>
+            <wsdl:output message="ns:deactivateTenantResponse" wsaw:Action="urn:deactivateTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:deactivateTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePartialSearchTenants">
+            <wsdl:input message="ns:retrievePartialSearchTenantsRequest" wsaw:Action="urn:retrievePartialSearchTenants"/>
+            <wsdl:output message="ns:retrievePartialSearchTenantsResponse" wsaw:Action="urn:retrievePartialSearchTenantsResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePartialSearchTenantsTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedTenants">
+            <wsdl:input message="ns:retrievePaginatedTenantsRequest" wsaw:Action="urn:retrievePaginatedTenants"/>
+            <wsdl:output message="ns:retrievePaginatedTenantsResponse" wsaw:Action="urn:retrievePaginatedTenantsResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePaginatedTenantsTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="updateTenant">
+            <wsdl:input message="ns:updateTenantRequest" wsaw:Action="urn:updateTenant"/>
+            <wsdl:output message="ns:updateTenantResponse" wsaw:Action="urn:updateTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:updateTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="addTenant">
+            <wsdl:input message="ns:addTenantRequest" wsaw:Action="urn:addTenant"/>
+            <wsdl:output message="ns:addTenantResponse" wsaw:Action="urn:addTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:addTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
+            <wsdl:input message="ns:retrievePaginatedPartialSearchTenantsRequest" wsaw:Action="urn:retrievePaginatedPartialSearchTenants"/>
+            <wsdl:output message="ns:retrievePaginatedPartialSearchTenantsResponse" wsaw:Action="urn:retrievePaginatedPartialSearchTenantsResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePaginatedPartialSearchTenantsTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="activateTenant">
+            <wsdl:input message="ns:activateTenantRequest" wsaw:Action="urn:activateTenant"/>
+            <wsdl:output message="ns:activateTenantResponse" wsaw:Action="urn:activateTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:activateTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="deleteTenant">
+            <wsdl:input message="ns:deleteTenantRequest" wsaw:Action="urn:deleteTenant"/>
+            <wsdl:output message="ns:deleteTenantResponse" wsaw:Action="urn:deleteTenantResponse"/>
+            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:deleteTenantTenantMgtAdminServiceException"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="TenantMgtAdminServiceSoap11Binding" type="ns:TenantMgtAdminServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="getTenant">
+            <soap:operation soapAction="urn:getTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrieveTenants">
+            <soap:operation soapAction="urn:retrieveTenants" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateTenant">
+            <soap:operation soapAction="urn:deactivateTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePartialSearchTenants">
+            <soap:operation soapAction="urn:retrievePartialSearchTenants" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedTenants">
+            <soap:operation soapAction="urn:retrievePaginatedTenants" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateTenant">
+            <soap:operation soapAction="urn:updateTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addTenant">
+            <soap:operation soapAction="urn:addTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
+            <soap:operation soapAction="urn:retrievePaginatedPartialSearchTenants" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteTenant">
+            <soap:operation soapAction="urn:deleteTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateTenant">
+            <soap:operation soapAction="urn:activateTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="TenantMgtAdminServiceSoap12Binding" type="ns:TenantMgtAdminServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="getTenant">
+            <soap12:operation soapAction="urn:getTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrieveTenants">
+            <soap12:operation soapAction="urn:retrieveTenants" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateTenant">
+            <soap12:operation soapAction="urn:deactivateTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePartialSearchTenants">
+            <soap12:operation soapAction="urn:retrievePartialSearchTenants" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedTenants">
+            <soap12:operation soapAction="urn:retrievePaginatedTenants" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateTenant">
+            <soap12:operation soapAction="urn:updateTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addTenant">
+            <soap12:operation soapAction="urn:addTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
+            <soap12:operation soapAction="urn:retrievePaginatedPartialSearchTenants" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteTenant">
+            <soap12:operation soapAction="urn:deleteTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateTenant">
+            <soap12:operation soapAction="urn:activateTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="TenantMgtAdminServiceException">
+                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="TenantMgtAdminServiceHttpBinding" type="ns:TenantMgtAdminServicePortType">
+        <http:binding verb="POST"/>
+        <wsdl:operation name="getTenant">
+            <http:operation location="getTenant"/>
+            <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="retrieveTenants">
+            <http:operation location="retrieveTenants"/>
+            <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="deactivateTenant">
+            <http:operation location="deactivateTenant"/>
+            <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="retrievePartialSearchTenants">
+            <http:operation location="retrievePartialSearchTenants"/>
+            <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="retrievePaginatedTenants">
+            <http:operation location="retrievePaginatedTenants"/>
+            <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="updateTenant">
+            <http:operation location="updateTenant"/>
+            <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="addTenant">
+            <http:operation location="addTenant"/>
+            <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="retrievePaginatedPartialSearchTenants">
+            <http:operation location="retrievePaginatedPartialSearchTenants"/>
+            <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="deleteTenant">
+            <http:operation location="deleteTenant"/>
+            <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="activateTenant">
+            <http:operation location="activateTenant"/>
+            <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:binding>
+    <wsdl:service name="TenantMgtAdminService">
+        <wsdl:port name="TenantMgtAdminServiceHttpsSoap11Endpoint" binding="ns:TenantMgtAdminServiceSoap11Binding">
+            <soap:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="TenantMgtAdminServiceHttpsSoap12Endpoint" binding="ns:TenantMgtAdminServiceSoap12Binding">
+            <soap12:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="TenantMgtAdminServiceHttpsEndpoint" binding="ns:TenantMgtAdminServiceHttpBinding">
+            <http:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsEndpoint/"/>
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/pom.xml b/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/pom.xml
deleted file mode 100644
index d8216c0..0000000
--- a/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/pom.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. 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.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-service-stubs</artifactId>
-        <version>4.1.0</version>
-<relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.wso2.carbon.tenant.mgt.stub</artifactId>
-    <packaging>bundle</packaging>
-    <version>4.1.0</version>
-    <name>WSO2 Carbon - Tenant Management Stub</name>
-    <url>http://wso2.org</url>
-
-    <build>
-        <plugins>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>source-code-generation</id>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/TenantMgtAdminService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.tenant.mgt.stub
-                                    -ns2p http://services.mgt.tenant.carbon.wso2.org=org.wso2.carbon.tenant.mgt.stub.services,http://beans.mgt.tenant.carbon.wso2.org/xsd=org.wso2.carbon.tenant.mgt.stub.beans.xsd,http://beans.common.stratos.carbon.wso2.org/xsd=org.wso2.carbon.tenant.mgt.stub.beans.xsd"/>
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Bundle-Name>${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.wso2.carbon.tenant.mgt.stub.*; version="${carbon.platform.package.export.version}"
-                        </Export-Package>
-                        <Import-Package>
-			    			!org.wso2.carbon.tenant.mgt.stub.*,
-                            *;resolution:=optional
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>
-                                    target/generated-code/src
-                                </source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2.wso2</groupId>
-            <artifactId>axis2</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>


[06/11] committing account-mgt stub changes

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
new file mode 100644
index 0000000..fd5ce35
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
@@ -0,0 +1,910 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax237="http://dataobjects.core.billing.carbon.wso2.org/xsd" 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://services.mgt.billing.carbon.wso2.org">
+    <wsdl:documentation>BillingDataAccessService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax238="http://dataobjects.core.billing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
+            <xs:import namespace="http://dataobjects.core.billing.carbon.wso2.org/xsd" />
+            <xs:element name="BillingDataAccessServiceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="BillingDataAccessServiceException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="getSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getItemIdWithName">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="parentId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getItemIdWithNameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getInactiveSubscriptionsOfCustomer">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getInactiveSubscriptionsOfCustomerResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getCustomerWithName">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getCustomerWithNameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Customer" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerByTenant">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deleteBillingData">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionByTenant">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionForTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionForTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionByTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerId" type="xs:int" />
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscription" nillable="true" type="ax238:Subscription" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="activateSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="activateSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <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://dataobjects.core.billing.carbon.wso2.org/xsd">
+            <xs:complexType name="Subscription">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="active" type="xs:boolean" />
+                    <xs:element minOccurs="0" name="activeSince" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="activeUntil" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax237:Customer" />
+                    <xs:element minOccurs="0" name="id" type="xs:int" />
+                    <xs:element minOccurs="0" name="invoiceSubscriptionId" type="xs:int" />
+                    <xs:element minOccurs="0" name="item" nillable="true" type="ax237:Item" />
+                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType" />
+                    <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Customer">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax237:Invoice" />
+                    <xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="context" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="id" type="xs:int" />
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="startedDate" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="totalBandwidth" type="xs:long" />
+                    <xs:element minOccurs="0" name="totalStorage" type="xs:long" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Invoice">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax237:Customer" />
+                    <xs:element minOccurs="0" name="date" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="id" type="xs:int" />
+                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType" />
+                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date" />
+                    <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType" />
+                    <xs:element minOccurs="0" name="totalCost" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax237:Cash" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Cash">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="currency" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="decimalNumber" type="xs:int" />
+                    <xs:element minOccurs="0" name="sign" nillable="true" type="ax237:Cash_Sign" />
+                    <xs:element minOccurs="0" name="wholeNumber" type="xs:int" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Cash_Sign">
+                <xs:complexContent>
+                    <xs:extension base="xs:Enum">
+                        <xs:sequence />
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+            <xs:complexType name="Item">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="bandwidthLimit" type="xs:int" />
+                    <xs:element minOccurs="0" name="bandwidthOveruseCharge" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="children" nillable="true" type="xs:anyType" />
+                    <xs:element minOccurs="0" name="cost" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="creditLimit" nillable="true" type="ax237:Cash" />
+                    <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="id" type="xs:int" />
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="parent" nillable="true" type="ax237:Item" />
+                    <xs:element minOccurs="0" name="resourceVolumeLimit" type="xs:int" />
+                    <xs:element minOccurs="0" name="resourceVolumeOveruseCharge" nillable="true" type="ax237:Cash" />
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="changeSubscriptionByTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenant" />
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionByTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="BillingDataAccessServiceException">
+        <wsdl:part name="parameters" element="ns:BillingDataAccessServiceException" />
+    </wsdl:message>
+    <wsdl:message name="activateSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:activateSubscription" />
+    </wsdl:message>
+    <wsdl:message name="activateSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:activateSubscriptionResponse" />
+    </wsdl:message>
+    <wsdl:message name="getInactiveSubscriptionsOfCustomerRequest">
+        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomer" />
+    </wsdl:message>
+    <wsdl:message name="getInactiveSubscriptionsOfCustomerResponse">
+        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomerResponse" />
+    </wsdl:message>
+    <wsdl:message name="deleteBillingDataRequest">
+        <wsdl:part name="parameters" element="ns:deleteBillingData" />
+    </wsdl:message>
+    <wsdl:message name="getItemIdWithNameRequest">
+        <wsdl:part name="parameters" element="ns:getItemIdWithName" />
+    </wsdl:message>
+    <wsdl:message name="getItemIdWithNameResponse">
+        <wsdl:part name="parameters" element="ns:getItemIdWithNameResponse" />
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenant" />
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="addSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:addSubscription" />
+    </wsdl:message>
+    <wsdl:message name="addSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:addSubscriptionResponse" />
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionByTenantRequest">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenant" />
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionByTenantResponse">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="getSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:getSubscription" />
+    </wsdl:message>
+    <wsdl:message name="getSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:getSubscriptionResponse" />
+    </wsdl:message>
+    <wsdl:message name="getCustomerWithNameRequest">
+        <wsdl:part name="parameters" element="ns:getCustomerWithName" />
+    </wsdl:message>
+    <wsdl:message name="getCustomerWithNameResponse">
+        <wsdl:part name="parameters" element="ns:getCustomerWithNameResponse" />
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantRequest">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenant" />
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantResponse">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenant" />
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenant" />
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenantResponse" />
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionForTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenant" />
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionForTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenantResponse" />
+    </wsdl:message>
+    <wsdl:portType name="BillingDataAccessServicePortType">
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <wsdl:input message="ns:changeSubscriptionByTenantRequest" wsaw:Action="urn:changeSubscriptionByTenant" />
+            <wsdl:output message="ns:changeSubscriptionByTenantResponse" wsaw:Action="urn:changeSubscriptionByTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionByTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <wsdl:input message="ns:activateSubscriptionRequest" wsaw:Action="urn:activateSubscription" />
+            <wsdl:output message="ns:activateSubscriptionResponse" wsaw:Action="urn:activateSubscriptionResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:activateSubscriptionBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <wsdl:input message="ns:getInactiveSubscriptionsOfCustomerRequest" wsaw:Action="urn:getInactiveSubscriptionsOfCustomer" />
+            <wsdl:output message="ns:getInactiveSubscriptionsOfCustomerResponse" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <wsdl:input message="ns:deleteBillingDataRequest" wsaw:Action="urn:deleteBillingData" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deleteBillingDataBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <wsdl:input message="ns:getItemIdWithNameRequest" wsaw:Action="urn:getItemIdWithName" />
+            <wsdl:output message="ns:getItemIdWithNameResponse" wsaw:Action="urn:getItemIdWithNameResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getItemIdWithNameBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <wsdl:input message="ns:deactivateActiveSubscriptionBySuperTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenant" />
+            <wsdl:output message="ns:deactivateActiveSubscriptionBySuperTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <wsdl:input message="ns:addSubscriptionRequest" wsaw:Action="urn:addSubscription" />
+            <wsdl:output message="ns:addSubscriptionResponse" wsaw:Action="urn:addSubscriptionResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:addSubscriptionBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <wsdl:input message="ns:deactivateActiveSubscriptionByTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionByTenant" />
+            <wsdl:output message="ns:deactivateActiveSubscriptionByTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionByTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionByTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <wsdl:input message="ns:getSubscriptionRequest" wsaw:Action="urn:getSubscription" />
+            <wsdl:output message="ns:getSubscriptionResponse" wsaw:Action="urn:getSubscriptionResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getSubscriptionBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <wsdl:input message="ns:getCustomerWithNameRequest" wsaw:Action="urn:getCustomerWithName" />
+            <wsdl:output message="ns:getCustomerWithNameResponse" wsaw:Action="urn:getCustomerWithNameResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getCustomerWithNameBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <wsdl:input message="ns:getActiveSubscriptionOfCustomerByTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenant" />
+            <wsdl:output message="ns:getActiveSubscriptionOfCustomerByTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <wsdl:input message="ns:getActiveSubscriptionOfCustomerBySuperTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenant" />
+            <wsdl:output message="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <wsdl:input message="ns:changeSubscriptionBySuperTenantRequest" wsaw:Action="urn:changeSubscriptionBySuperTenant" />
+            <wsdl:output message="ns:changeSubscriptionBySuperTenantResponse" wsaw:Action="urn:changeSubscriptionBySuperTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionBySuperTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <wsdl:input message="ns:changeSubscriptionForTenantRequest" wsaw:Action="urn:changeSubscriptionForTenant" />
+            <wsdl:output message="ns:changeSubscriptionForTenantResponse" wsaw:Action="urn:changeSubscriptionForTenantResponse" />
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionForTenantBillingDataAccessServiceException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="BillingDataAccessServiceSoap11Binding" type="ns:BillingDataAccessServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <soap:operation soapAction="urn:changeSubscriptionByTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <soap:operation soapAction="urn:activateSubscription" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <soap:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <soap:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <soap:operation soapAction="urn:getItemIdWithName" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <soap:operation soapAction="urn:deleteBillingData" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <soap:operation soapAction="urn:addSubscription" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <soap:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <soap:operation soapAction="urn:getSubscription" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <soap:operation soapAction="urn:getCustomerWithName" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <soap:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <soap:operation soapAction="urn:changeSubscriptionForTenant" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="BillingDataAccessServiceSoap12Binding" type="ns:BillingDataAccessServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionByTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <soap12:operation soapAction="urn:activateSubscription" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <soap12:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <soap12:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <soap12:operation soapAction="urn:getItemIdWithName" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <soap12:operation soapAction="urn:deleteBillingData" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <soap12:operation soapAction="urn:addSubscription" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <soap12:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <soap12:operation soapAction="urn:getSubscription" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <soap12:operation soapAction="urn:getCustomerWithName" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionForTenant" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="BillingDataAccessServiceHttpBinding" type="ns:BillingDataAccessServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <http:operation location="changeSubscriptionByTenant" />
+            <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="activateSubscription">
+            <http:operation location="activateSubscription" />
+            <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="getInactiveSubscriptionsOfCustomer">
+            <http:operation location="getInactiveSubscriptionsOfCustomer" />
+            <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="deactivateActiveSubscriptionBySuperTenant">
+            <http:operation location="deactivateActiveSubscriptionBySuperTenant" />
+            <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="getItemIdWithName">
+            <http:operation location="getItemIdWithName" />
+            <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="deleteBillingData">
+            <http:operation location="deleteBillingData" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="parameters" />
+            </wsdl:input>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <http:operation location="addSubscription" />
+            <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="deactivateActiveSubscriptionByTenant">
+            <http:operation location="deactivateActiveSubscriptionByTenant" />
+            <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="getSubscription">
+            <http:operation location="getSubscription" />
+            <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="getCustomerWithName">
+            <http:operation location="getCustomerWithName" />
+            <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="getActiveSubscriptionOfCustomerBySuperTenant">
+            <http:operation location="getActiveSubscriptionOfCustomerBySuperTenant" />
+            <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="getActiveSubscriptionOfCustomerByTenant">
+            <http:operation location="getActiveSubscriptionOfCustomerByTenant" />
+            <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="changeSubscriptionBySuperTenant">
+            <http:operation location="changeSubscriptionBySuperTenant" />
+            <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="changeSubscriptionForTenant">
+            <http:operation location="changeSubscriptionForTenant" />
+            <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:binding>
+    <wsdl:service name="BillingDataAccessService">
+        <wsdl:port name="BillingDataAccessServiceHttpsSoap11Endpoint" binding="ns:BillingDataAccessServiceSoap11Binding">
+            <soap:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="BillingDataAccessServiceHttpsSoap12Endpoint" binding="ns:BillingDataAccessServiceSoap12Binding">
+            <soap12:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="BillingDataAccessServiceHttpsEndpoint" binding="ns:BillingDataAccessServiceHttpBinding">
+            <http:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
new file mode 100644
index 0000000..7cb056f
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
@@ -0,0 +1,95 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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://services.mgt.account.carbon.wso2.org">
+    <wsdl:documentation>EmailValidationService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
+            <xs:element name="proceedUpdateContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="proceedUpdateContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="proceedUpdateContact">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="confirmationKey" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="proceedUpdateContactRequest">
+        <wsdl:part name="parameters" element="ns:proceedUpdateContact" />
+    </wsdl:message>
+    <wsdl:message name="proceedUpdateContactResponse" />
+    <wsdl:message name="proceedUpdateContactException">
+        <wsdl:part name="parameters" element="ns:proceedUpdateContactException" />
+    </wsdl:message>
+    <wsdl:portType name="EmailValidationServicePortType">
+        <wsdl:operation name="proceedUpdateContact">
+            <wsdl:input message="ns:proceedUpdateContactRequest" wsaw:Action="urn:proceedUpdateContact" />
+            <wsdl:output message="ns:proceedUpdateContactResponse" wsaw:Action="urn:proceedUpdateContactResponse" />
+            <wsdl:fault message="ns:proceedUpdateContactException" name="proceedUpdateContactException" wsaw:Action="urn:proceedUpdateContactproceedUpdateContactException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="EmailValidationServiceSoap11Binding" type="ns:EmailValidationServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="proceedUpdateContact">
+            <soap:operation soapAction="urn:proceedUpdateContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="proceedUpdateContactException">
+                <soap:fault use="literal" name="proceedUpdateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="EmailValidationServiceSoap12Binding" type="ns:EmailValidationServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="proceedUpdateContact">
+            <soap12:operation soapAction="urn:proceedUpdateContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="proceedUpdateContactException">
+                <soap12:fault use="literal" name="proceedUpdateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="EmailValidationServiceHttpBinding" type="ns:EmailValidationServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="proceedUpdateContact">
+            <http:operation location="proceedUpdateContact" />
+            <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:binding>
+    <wsdl:service name="EmailValidationService">
+        <wsdl:port name="EmailValidationServiceHttpsSoap11Endpoint" binding="ns:EmailValidationServiceSoap11Binding">
+            <soap:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="EmailValidationServiceHttpsSoap12Endpoint" binding="ns:EmailValidationServiceSoap12Binding">
+            <soap12:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="EmailValidationServiceHttpsEndpoint" binding="ns:EmailValidationServiceHttpBinding">
+            <http:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/pom.xml
new file mode 100644
index 0000000..8431db5
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/pom.xml
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+       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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-service-stubs</artifactId>
+        <version>2.0.0</version>
+	<relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.apache.stratos.account.mgt.stub</artifactId>
+    <version>4.1.3</version>
+    <packaging>bundle</packaging>
+    <name>Apache Stratos - Account Management Stub</name>
+    <url>http://apache.org</url>
+
+    <build>
+        <plugins>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>source-code-generation</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/AccountMgtService.wsdl -u -uw -o target/generated-code
+                                    -p org.apache.stratos.account.mgt.stub.services
+                                    -ns2p http://services.mgt.account.stratos.apache.org=org.apache.stratos.account.mgt.stub.services,http://util.mgt.account.stratos.apache.org/xsd=org.apache.stratos.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.apache.stratos.account.mgt.stub.exceptions,http://beans.mgt.account.stratos.apache.org/xsd=org.apache.stratos.account.mgt.stub.beans.xsd"/>
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/EmailValidationService.wsdl -u -uw -o target/generated-code
+                                    -p org.apache.stratos.account.mgt.stub.services
+                                    -ns2p http://services.mgt.account.stratos.apache.org=org.apache.stratos.account.mgt.stub.services,http://util.mgt.account.stratos.apache.org/xsd=org.apache.stratos.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.apache.stratos.account.mgt.stub.exceptions"/>
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+				
+				<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/BillingDataAccessService.wsdl -u -uw -o target/generated-code
+                                    -p org.apache.stratos.account.mgt.stub.services
+                                    -ns2p http://dataobjects.core.billing.carbon.wso2.org/xsd=org.apache.stratos.account.mgt.stub.services.beans.xsd,http://services.mgt.billing.carbon.wso2.org=org.apache.stratos.account.mgt.stub.services"/>
+
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Name>${project.artifactId}</Bundle-Name>
+                        <Export-Package>
+                            org.apache.stratos.account.mgt.stub.*; version="${carbon.platform.package.export.version}",
+                        </Export-Package>
+                        <Import-Package>
+			    !org.apache.stratos.account.mgt.stub.*,
+                            *;resolution:=optional
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>add-source</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-source</goal>
+                        </goals>
+                        <configuration>
+                            <sources>
+                                <source>
+                                    target/generated-code/src
+                                </source>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2.wso2</groupId>
+            <artifactId>axis2</artifactId>
+        </dependency>
+	<dependency>
+            <groupId>wsdl4j.wso2</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+	<dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom.wso2</groupId>
+            <artifactId>axiom</artifactId>
+        </dependency>
+	<dependency>
+            <groupId>org.apache.ws.commons.schema.wso2</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </dependency>
+	<dependency>
+            <groupId>org.apache.neethi.wso2</groupId>
+            <artifactId>neethi</artifactId>
+	</dependency>
+    </dependencies>
+
+</project>


[04/11] committing account-mgt stub changes

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
new file mode 100644
index 0000000..f432381
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/EmailValidationService.wsdl
@@ -0,0 +1,95 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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://services.mgt.account.stratos.apache.org">
+    <wsdl:documentation>EmailValidationService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.stratos.apache.org">
+            <xs:element name="proceedUpdateContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="proceedUpdateContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="proceedUpdateContact">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="confirmationKey" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="proceedUpdateContactRequest">
+        <wsdl:part name="parameters" element="ns:proceedUpdateContact" />
+    </wsdl:message>
+    <wsdl:message name="proceedUpdateContactResponse" />
+    <wsdl:message name="proceedUpdateContactException">
+        <wsdl:part name="parameters" element="ns:proceedUpdateContactException" />
+    </wsdl:message>
+    <wsdl:portType name="EmailValidationServicePortType">
+        <wsdl:operation name="proceedUpdateContact">
+            <wsdl:input message="ns:proceedUpdateContactRequest" wsaw:Action="urn:proceedUpdateContact" />
+            <wsdl:output message="ns:proceedUpdateContactResponse" wsaw:Action="urn:proceedUpdateContactResponse" />
+            <wsdl:fault message="ns:proceedUpdateContactException" name="proceedUpdateContactException" wsaw:Action="urn:proceedUpdateContactproceedUpdateContactException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="EmailValidationServiceSoap11Binding" type="ns:EmailValidationServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="proceedUpdateContact">
+            <soap:operation soapAction="urn:proceedUpdateContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="proceedUpdateContactException">
+                <soap:fault use="literal" name="proceedUpdateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="EmailValidationServiceSoap12Binding" type="ns:EmailValidationServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="proceedUpdateContact">
+            <soap12:operation soapAction="urn:proceedUpdateContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="proceedUpdateContactException">
+                <soap12:fault use="literal" name="proceedUpdateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="EmailValidationServiceHttpBinding" type="ns:EmailValidationServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="proceedUpdateContact">
+            <http:operation location="proceedUpdateContact" />
+            <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:binding>
+    <wsdl:service name="EmailValidationService">
+        <wsdl:port name="EmailValidationServiceHttpsSoap11Endpoint" binding="ns:EmailValidationServiceSoap11Binding">
+            <soap:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="EmailValidationServiceHttpsSoap12Endpoint" binding="ns:EmailValidationServiceSoap12Binding">
+            <soap12:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="EmailValidationServiceHttpsEndpoint" binding="ns:EmailValidationServiceHttpBinding">
+            <http:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/pom.xml b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/pom.xml
deleted file mode 100644
index 0fc6d25..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/pom.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. 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.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-service-stubs</artifactId>
-        <version>4.1.0</version>
-<relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.wso2.carbon.account.mgt.stub</artifactId>
-    <packaging>bundle</packaging>
-    <name>WSO2 Carbon - Account Management Stub</name>
-    <url>http://wso2.org</url>
-
-    <build>
-        <plugins>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>source-code-generation</id>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/AccountMgtService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions,http://beans.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.beans.xsd"/>
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-
-                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/EmailValidationService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions"/>
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-				
-				<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/BillingDataAccessService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://dataobjects.core.billing.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.services.beans.xsd,http://services.mgt.billing.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services"/>
-
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Bundle-Name>${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.wso2.carbon.account.mgt.stub.*; version="${carbon.platform.package.export.version}",
-                        </Export-Package>
-                        <Import-Package>
-			    !org.wso2.carbon.account.mgt.stub.*,
-                            *;resolution:=optional
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>
-                                    target/generated-code/src
-                                </source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2.wso2</groupId>
-            <artifactId>axis2</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
deleted file mode 100644
index f5aa207..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
+++ /dev/null
@@ -1,628 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax21="http://beans.mgt.account.carbon.wso2.org/xsd" 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://services.mgt.account.carbon.wso2.org">
-    <wsdl:documentation>AccountMgtService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema xmlns:ax22="http://beans.mgt.account.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
-            <xs:import namespace="http://beans.mgt.account.carbon.wso2.org/xsd" />
-            <xs:element name="updateFullnameException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="updateFullnameException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="updateFullname">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="accountInfoBean" nillable="true" type="ax21:AccountInfoBean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateFullnameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="updateContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateContact">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="contactEmail" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidatedException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="isEmailValidatedException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidated">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidatedResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidatedException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="isDomainValidatedException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidated">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidatedResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullnameException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getFullnameException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullname">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullnameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax21:AccountInfoBean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContact">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContactResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidationException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="finishedDomainValidationException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidation">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validatedDomain" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidationResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="deactivateException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivate">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailabilityException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="checkDomainAvailabilityException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailability">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailabilityResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <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://beans.mgt.account.carbon.wso2.org/xsd">
-            <xs:complexType name="AccountInfoBean">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="checkDomainAvailabilityRequest">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailability" />
-    </wsdl:message>
-    <wsdl:message name="checkDomainAvailabilityResponse">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityResponse" />
-    </wsdl:message>
-    <wsdl:message name="checkDomainAvailabilityException">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityException" />
-    </wsdl:message>
-    <wsdl:message name="getContactRequest">
-        <wsdl:part name="parameters" element="ns:getContact" />
-    </wsdl:message>
-    <wsdl:message name="getContactResponse">
-        <wsdl:part name="parameters" element="ns:getContactResponse" />
-    </wsdl:message>
-    <wsdl:message name="getContactException">
-        <wsdl:part name="parameters" element="ns:getContactException" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedRequest">
-        <wsdl:part name="parameters" element="ns:isEmailValidated" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedResponse">
-        <wsdl:part name="parameters" element="ns:isEmailValidatedResponse" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedException">
-        <wsdl:part name="parameters" element="ns:isEmailValidatedException" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameRequest">
-        <wsdl:part name="parameters" element="ns:updateFullname" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameResponse">
-        <wsdl:part name="parameters" element="ns:updateFullnameResponse" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameException">
-        <wsdl:part name="parameters" element="ns:updateFullnameException" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedRequest">
-        <wsdl:part name="parameters" element="ns:isDomainValidated" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedResponse">
-        <wsdl:part name="parameters" element="ns:isDomainValidatedResponse" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedException">
-        <wsdl:part name="parameters" element="ns:isDomainValidatedException" />
-    </wsdl:message>
-    <wsdl:message name="deactivateRequest">
-        <wsdl:part name="parameters" element="ns:deactivate" />
-    </wsdl:message>
-    <wsdl:message name="deactivateResponse" />
-    <wsdl:message name="deactivateException">
-        <wsdl:part name="parameters" element="ns:deactivateException" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameRequest">
-        <wsdl:part name="parameters" element="ns:getFullname" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameResponse">
-        <wsdl:part name="parameters" element="ns:getFullnameResponse" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameException">
-        <wsdl:part name="parameters" element="ns:getFullnameException" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationRequest">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidation" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationResponse">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidationResponse" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationException">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidationException" />
-    </wsdl:message>
-    <wsdl:message name="updateContactRequest">
-        <wsdl:part name="parameters" element="ns:updateContact" />
-    </wsdl:message>
-    <wsdl:message name="updateContactResponse" />
-    <wsdl:message name="updateContactException">
-        <wsdl:part name="parameters" element="ns:updateContactException" />
-    </wsdl:message>
-    <wsdl:portType name="AccountMgtServicePortType">
-        <wsdl:operation name="checkDomainAvailability">
-            <wsdl:input message="ns:checkDomainAvailabilityRequest" wsaw:Action="urn:checkDomainAvailability" />
-            <wsdl:output message="ns:checkDomainAvailabilityResponse" wsaw:Action="urn:checkDomainAvailabilityResponse" />
-            <wsdl:fault message="ns:checkDomainAvailabilityException" name="checkDomainAvailabilityException" wsaw:Action="urn:checkDomainAvailabilitycheckDomainAvailabilityException" />
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <wsdl:input message="ns:getContactRequest" wsaw:Action="urn:getContact" />
-            <wsdl:output message="ns:getContactResponse" wsaw:Action="urn:getContactResponse" />
-            <wsdl:fault message="ns:getContactException" name="getContactException" wsaw:Action="urn:getContactgetContactException" />
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <wsdl:input message="ns:isEmailValidatedRequest" wsaw:Action="urn:isEmailValidated" />
-            <wsdl:output message="ns:isEmailValidatedResponse" wsaw:Action="urn:isEmailValidatedResponse" />
-            <wsdl:fault message="ns:isEmailValidatedException" name="isEmailValidatedException" wsaw:Action="urn:isEmailValidatedisEmailValidatedException" />
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <wsdl:input message="ns:updateFullnameRequest" wsaw:Action="urn:updateFullname" />
-            <wsdl:output message="ns:updateFullnameResponse" wsaw:Action="urn:updateFullnameResponse" />
-            <wsdl:fault message="ns:updateFullnameException" name="updateFullnameException" wsaw:Action="urn:updateFullnameupdateFullnameException" />
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <wsdl:input message="ns:isDomainValidatedRequest" wsaw:Action="urn:isDomainValidated" />
-            <wsdl:output message="ns:isDomainValidatedResponse" wsaw:Action="urn:isDomainValidatedResponse" />
-            <wsdl:fault message="ns:isDomainValidatedException" name="isDomainValidatedException" wsaw:Action="urn:isDomainValidatedisDomainValidatedException" />
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <wsdl:input message="ns:deactivateRequest" wsaw:Action="urn:deactivate" />
-            <wsdl:output message="ns:deactivateResponse" wsaw:Action="urn:deactivateResponse" />
-            <wsdl:fault message="ns:deactivateException" name="deactivateException" wsaw:Action="urn:deactivatedeactivateException" />
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <wsdl:input message="ns:getFullnameRequest" wsaw:Action="urn:getFullname" />
-            <wsdl:output message="ns:getFullnameResponse" wsaw:Action="urn:getFullnameResponse" />
-            <wsdl:fault message="ns:getFullnameException" name="getFullnameException" wsaw:Action="urn:getFullnamegetFullnameException" />
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <wsdl:input message="ns:finishedDomainValidationRequest" wsaw:Action="urn:finishedDomainValidation" />
-            <wsdl:output message="ns:finishedDomainValidationResponse" wsaw:Action="urn:finishedDomainValidationResponse" />
-            <wsdl:fault message="ns:finishedDomainValidationException" name="finishedDomainValidationException" wsaw:Action="urn:finishedDomainValidationfinishedDomainValidationException" />
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <wsdl:input message="ns:updateContactRequest" wsaw:Action="urn:updateContact" />
-            <wsdl:output message="ns:updateContactResponse" wsaw:Action="urn:updateContactResponse" />
-            <wsdl:fault message="ns:updateContactException" name="updateContactException" wsaw:Action="urn:updateContactupdateContactException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="AccountMgtServiceSoap11Binding" type="ns:AccountMgtServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="checkDomainAvailability">
-            <soap:operation soapAction="urn:checkDomainAvailability" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="checkDomainAvailabilityException">
-                <soap:fault use="literal" name="checkDomainAvailabilityException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <soap:operation soapAction="urn:getContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getContactException">
-                <soap:fault use="literal" name="getContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <soap:operation soapAction="urn:isEmailValidated" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isEmailValidatedException">
-                <soap:fault use="literal" name="isEmailValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <soap:operation soapAction="urn:updateFullname" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateFullnameException">
-                <soap:fault use="literal" name="updateFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <soap:operation soapAction="urn:isDomainValidated" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isDomainValidatedException">
-                <soap:fault use="literal" name="isDomainValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <soap:operation soapAction="urn:deactivate" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="deactivateException">
-                <soap:fault use="literal" name="deactivateException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <soap:operation soapAction="urn:getFullname" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getFullnameException">
-                <soap:fault use="literal" name="getFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <soap:operation soapAction="urn:finishedDomainValidation" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="finishedDomainValidationException">
-                <soap:fault use="literal" name="finishedDomainValidationException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <soap:operation soapAction="urn:updateContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateContactException">
-                <soap:fault use="literal" name="updateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="AccountMgtServiceSoap12Binding" type="ns:AccountMgtServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="checkDomainAvailability">
-            <soap12:operation soapAction="urn:checkDomainAvailability" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="checkDomainAvailabilityException">
-                <soap12:fault use="literal" name="checkDomainAvailabilityException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <soap12:operation soapAction="urn:getContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getContactException">
-                <soap12:fault use="literal" name="getContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <soap12:operation soapAction="urn:isEmailValidated" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isEmailValidatedException">
-                <soap12:fault use="literal" name="isEmailValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <soap12:operation soapAction="urn:updateFullname" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateFullnameException">
-                <soap12:fault use="literal" name="updateFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <soap12:operation soapAction="urn:isDomainValidated" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isDomainValidatedException">
-                <soap12:fault use="literal" name="isDomainValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <soap12:operation soapAction="urn:deactivate" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="deactivateException">
-                <soap12:fault use="literal" name="deactivateException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <soap12:operation soapAction="urn:getFullname" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getFullnameException">
-                <soap12:fault use="literal" name="getFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <soap12:operation soapAction="urn:finishedDomainValidation" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="finishedDomainValidationException">
-                <soap12:fault use="literal" name="finishedDomainValidationException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <soap12:operation soapAction="urn:updateContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateContactException">
-                <soap12:fault use="literal" name="updateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="AccountMgtServiceHttpBinding" type="ns:AccountMgtServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="checkDomainAvailability">
-            <http:operation location="checkDomainAvailability" />
-            <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="getContact">
-            <http:operation location="getContact" />
-            <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="isEmailValidated">
-            <http:operation location="isEmailValidated" />
-            <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="updateFullname">
-            <http:operation location="updateFullname" />
-            <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="isDomainValidated">
-            <http:operation location="isDomainValidated" />
-            <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="deactivate">
-            <http:operation location="deactivate" />
-            <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="getFullname">
-            <http:operation location="getFullname" />
-            <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="finishedDomainValidation">
-            <http:operation location="finishedDomainValidation" />
-            <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="updateContact">
-            <http:operation location="updateContact" />
-            <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:binding>
-    <wsdl:service name="AccountMgtService">
-        <wsdl:port name="AccountMgtServiceHttpsSoap11Endpoint" binding="ns:AccountMgtServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="AccountMgtServiceHttpsSoap12Endpoint" binding="ns:AccountMgtServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="AccountMgtServiceHttpsEndpoint" binding="ns:AccountMgtServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file


[07/11] git commit: committing account-mgt stub changes

Posted by is...@apache.org.
committing account-mgt stub changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/8fa702b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/8fa702b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/8fa702b0

Branch: refs/heads/master
Commit: 8fa702b07185221109ed2e3548f422ffdfb6ab1b
Parents: 62dc2f7
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 8 12:19:00 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 8 12:19:00 2013 +0530

----------------------------------------------------------------------
 pom.xml                                         |   3 +-
 .../4.1.0/pom.xml                               | 134 +++
 .../src/main/resources/AccountMgtService.wsdl   | 628 +++++++++++++
 .../resources/BillingDataAccessService.wsdl     | 910 ++++++++++++++++++
 .../main/resources/EmailValidationService.wsdl  |  95 ++
 .../4.1.3/pom.xml                               | 156 ++++
 .../src/main/resources/AccountMgtService.wsdl   | 628 +++++++++++++
 .../resources/BillingDataAccessService.wsdl     | 913 +++++++++++++++++++
 .../main/resources/EmailValidationService.wsdl  |  95 ++
 .../4.1.0/pom.xml                               | 134 ---
 .../src/main/resources/AccountMgtService.wsdl   | 628 -------------
 .../resources/BillingDataAccessService.wsdl     | 910 ------------------
 .../main/resources/EmailValidationService.wsdl  |  95 --
 .../4.1.3/pom.xml                               | 135 ---
 .../src/main/resources/AccountMgtService.wsdl   | 628 -------------
 .../resources/BillingDataAccessService.wsdl     | 913 -------------------
 .../main/resources/EmailValidationService.wsdl  |  95 --
 17 files changed, 3561 insertions(+), 3539 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3e56ede..cd80b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,7 @@
     </build>
 
     <properties>
-        
+	<wso2carbon.version>4.1.0</wso2carbon.version>
+     	<carbon.platform.package.export.version>4.1.0</carbon.platform.package.export.version>   
     </properties>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/pom.xml
new file mode 100644
index 0000000..0fc6d25
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/pom.xml
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. 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.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.wso2.carbon</groupId>
+        <artifactId>carbon-service-stubs</artifactId>
+        <version>4.1.0</version>
+<relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.wso2.carbon.account.mgt.stub</artifactId>
+    <packaging>bundle</packaging>
+    <name>WSO2 Carbon - Account Management Stub</name>
+    <url>http://wso2.org</url>
+
+    <build>
+        <plugins>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>source-code-generation</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/AccountMgtService.wsdl -u -uw -o target/generated-code
+                                    -p org.wso2.carbon.account.mgt.stub.services
+                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions,http://beans.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.beans.xsd"/>
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/EmailValidationService.wsdl -u -uw -o target/generated-code
+                                    -p org.wso2.carbon.account.mgt.stub.services
+                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions"/>
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+				
+				<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/BillingDataAccessService.wsdl -u -uw -o target/generated-code
+                                    -p org.wso2.carbon.account.mgt.stub.services
+                                    -ns2p http://dataobjects.core.billing.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.services.beans.xsd,http://services.mgt.billing.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services"/>
+
+                                    <classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>
+                                </java>
+
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Name>${project.artifactId}</Bundle-Name>
+                        <Export-Package>
+                            org.wso2.carbon.account.mgt.stub.*; version="${carbon.platform.package.export.version}",
+                        </Export-Package>
+                        <Import-Package>
+			    !org.wso2.carbon.account.mgt.stub.*,
+                            *;resolution:=optional
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>add-source</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-source</goal>
+                        </goals>
+                        <configuration>
+                            <sources>
+                                <source>
+                                    target/generated-code/src
+                                </source>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2.wso2</groupId>
+            <artifactId>axis2</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
new file mode 100644
index 0000000..f5aa207
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.0/src/main/resources/AccountMgtService.wsdl
@@ -0,0 +1,628 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax21="http://beans.mgt.account.carbon.wso2.org/xsd" 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://services.mgt.account.carbon.wso2.org">
+    <wsdl:documentation>AccountMgtService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax22="http://beans.mgt.account.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
+            <xs:import namespace="http://beans.mgt.account.carbon.wso2.org/xsd" />
+            <xs:element name="updateFullnameException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="updateFullnameException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="updateFullname">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="accountInfoBean" nillable="true" type="ax21:AccountInfoBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateFullnameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="updateContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateContact">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="contactEmail" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidatedException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="isEmailValidatedException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidated">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidatedResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidatedException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="isDomainValidatedException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidated">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidatedResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullnameException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="getFullnameException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullname">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullnameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax21:AccountInfoBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="getContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContact">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContactResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidationException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="finishedDomainValidationException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidation">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="validatedDomain" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidationResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="deactivateException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivate">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailabilityException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="checkDomainAvailabilityException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailability">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailabilityResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <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://beans.mgt.account.carbon.wso2.org/xsd">
+            <xs:complexType name="AccountInfoBean">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="checkDomainAvailabilityRequest">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailability" />
+    </wsdl:message>
+    <wsdl:message name="checkDomainAvailabilityResponse">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityResponse" />
+    </wsdl:message>
+    <wsdl:message name="checkDomainAvailabilityException">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityException" />
+    </wsdl:message>
+    <wsdl:message name="getContactRequest">
+        <wsdl:part name="parameters" element="ns:getContact" />
+    </wsdl:message>
+    <wsdl:message name="getContactResponse">
+        <wsdl:part name="parameters" element="ns:getContactResponse" />
+    </wsdl:message>
+    <wsdl:message name="getContactException">
+        <wsdl:part name="parameters" element="ns:getContactException" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedRequest">
+        <wsdl:part name="parameters" element="ns:isEmailValidated" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedResponse">
+        <wsdl:part name="parameters" element="ns:isEmailValidatedResponse" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedException">
+        <wsdl:part name="parameters" element="ns:isEmailValidatedException" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameRequest">
+        <wsdl:part name="parameters" element="ns:updateFullname" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameResponse">
+        <wsdl:part name="parameters" element="ns:updateFullnameResponse" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameException">
+        <wsdl:part name="parameters" element="ns:updateFullnameException" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedRequest">
+        <wsdl:part name="parameters" element="ns:isDomainValidated" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedResponse">
+        <wsdl:part name="parameters" element="ns:isDomainValidatedResponse" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedException">
+        <wsdl:part name="parameters" element="ns:isDomainValidatedException" />
+    </wsdl:message>
+    <wsdl:message name="deactivateRequest">
+        <wsdl:part name="parameters" element="ns:deactivate" />
+    </wsdl:message>
+    <wsdl:message name="deactivateResponse" />
+    <wsdl:message name="deactivateException">
+        <wsdl:part name="parameters" element="ns:deactivateException" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameRequest">
+        <wsdl:part name="parameters" element="ns:getFullname" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameResponse">
+        <wsdl:part name="parameters" element="ns:getFullnameResponse" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameException">
+        <wsdl:part name="parameters" element="ns:getFullnameException" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationRequest">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidation" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationResponse">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidationResponse" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationException">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidationException" />
+    </wsdl:message>
+    <wsdl:message name="updateContactRequest">
+        <wsdl:part name="parameters" element="ns:updateContact" />
+    </wsdl:message>
+    <wsdl:message name="updateContactResponse" />
+    <wsdl:message name="updateContactException">
+        <wsdl:part name="parameters" element="ns:updateContactException" />
+    </wsdl:message>
+    <wsdl:portType name="AccountMgtServicePortType">
+        <wsdl:operation name="checkDomainAvailability">
+            <wsdl:input message="ns:checkDomainAvailabilityRequest" wsaw:Action="urn:checkDomainAvailability" />
+            <wsdl:output message="ns:checkDomainAvailabilityResponse" wsaw:Action="urn:checkDomainAvailabilityResponse" />
+            <wsdl:fault message="ns:checkDomainAvailabilityException" name="checkDomainAvailabilityException" wsaw:Action="urn:checkDomainAvailabilitycheckDomainAvailabilityException" />
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <wsdl:input message="ns:getContactRequest" wsaw:Action="urn:getContact" />
+            <wsdl:output message="ns:getContactResponse" wsaw:Action="urn:getContactResponse" />
+            <wsdl:fault message="ns:getContactException" name="getContactException" wsaw:Action="urn:getContactgetContactException" />
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <wsdl:input message="ns:isEmailValidatedRequest" wsaw:Action="urn:isEmailValidated" />
+            <wsdl:output message="ns:isEmailValidatedResponse" wsaw:Action="urn:isEmailValidatedResponse" />
+            <wsdl:fault message="ns:isEmailValidatedException" name="isEmailValidatedException" wsaw:Action="urn:isEmailValidatedisEmailValidatedException" />
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <wsdl:input message="ns:updateFullnameRequest" wsaw:Action="urn:updateFullname" />
+            <wsdl:output message="ns:updateFullnameResponse" wsaw:Action="urn:updateFullnameResponse" />
+            <wsdl:fault message="ns:updateFullnameException" name="updateFullnameException" wsaw:Action="urn:updateFullnameupdateFullnameException" />
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <wsdl:input message="ns:isDomainValidatedRequest" wsaw:Action="urn:isDomainValidated" />
+            <wsdl:output message="ns:isDomainValidatedResponse" wsaw:Action="urn:isDomainValidatedResponse" />
+            <wsdl:fault message="ns:isDomainValidatedException" name="isDomainValidatedException" wsaw:Action="urn:isDomainValidatedisDomainValidatedException" />
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <wsdl:input message="ns:deactivateRequest" wsaw:Action="urn:deactivate" />
+            <wsdl:output message="ns:deactivateResponse" wsaw:Action="urn:deactivateResponse" />
+            <wsdl:fault message="ns:deactivateException" name="deactivateException" wsaw:Action="urn:deactivatedeactivateException" />
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <wsdl:input message="ns:getFullnameRequest" wsaw:Action="urn:getFullname" />
+            <wsdl:output message="ns:getFullnameResponse" wsaw:Action="urn:getFullnameResponse" />
+            <wsdl:fault message="ns:getFullnameException" name="getFullnameException" wsaw:Action="urn:getFullnamegetFullnameException" />
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <wsdl:input message="ns:finishedDomainValidationRequest" wsaw:Action="urn:finishedDomainValidation" />
+            <wsdl:output message="ns:finishedDomainValidationResponse" wsaw:Action="urn:finishedDomainValidationResponse" />
+            <wsdl:fault message="ns:finishedDomainValidationException" name="finishedDomainValidationException" wsaw:Action="urn:finishedDomainValidationfinishedDomainValidationException" />
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <wsdl:input message="ns:updateContactRequest" wsaw:Action="urn:updateContact" />
+            <wsdl:output message="ns:updateContactResponse" wsaw:Action="urn:updateContactResponse" />
+            <wsdl:fault message="ns:updateContactException" name="updateContactException" wsaw:Action="urn:updateContactupdateContactException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="AccountMgtServiceSoap11Binding" type="ns:AccountMgtServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="checkDomainAvailability">
+            <soap:operation soapAction="urn:checkDomainAvailability" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="checkDomainAvailabilityException">
+                <soap:fault use="literal" name="checkDomainAvailabilityException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <soap:operation soapAction="urn:getContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getContactException">
+                <soap:fault use="literal" name="getContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <soap:operation soapAction="urn:isEmailValidated" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isEmailValidatedException">
+                <soap:fault use="literal" name="isEmailValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <soap:operation soapAction="urn:updateFullname" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateFullnameException">
+                <soap:fault use="literal" name="updateFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <soap:operation soapAction="urn:isDomainValidated" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isDomainValidatedException">
+                <soap:fault use="literal" name="isDomainValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <soap:operation soapAction="urn:deactivate" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="deactivateException">
+                <soap:fault use="literal" name="deactivateException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <soap:operation soapAction="urn:getFullname" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getFullnameException">
+                <soap:fault use="literal" name="getFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <soap:operation soapAction="urn:finishedDomainValidation" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="finishedDomainValidationException">
+                <soap:fault use="literal" name="finishedDomainValidationException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <soap:operation soapAction="urn:updateContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateContactException">
+                <soap:fault use="literal" name="updateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="AccountMgtServiceSoap12Binding" type="ns:AccountMgtServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="checkDomainAvailability">
+            <soap12:operation soapAction="urn:checkDomainAvailability" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="checkDomainAvailabilityException">
+                <soap12:fault use="literal" name="checkDomainAvailabilityException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <soap12:operation soapAction="urn:getContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getContactException">
+                <soap12:fault use="literal" name="getContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <soap12:operation soapAction="urn:isEmailValidated" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isEmailValidatedException">
+                <soap12:fault use="literal" name="isEmailValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <soap12:operation soapAction="urn:updateFullname" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateFullnameException">
+                <soap12:fault use="literal" name="updateFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <soap12:operation soapAction="urn:isDomainValidated" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isDomainValidatedException">
+                <soap12:fault use="literal" name="isDomainValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <soap12:operation soapAction="urn:deactivate" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="deactivateException">
+                <soap12:fault use="literal" name="deactivateException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <soap12:operation soapAction="urn:getFullname" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getFullnameException">
+                <soap12:fault use="literal" name="getFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <soap12:operation soapAction="urn:finishedDomainValidation" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="finishedDomainValidationException">
+                <soap12:fault use="literal" name="finishedDomainValidationException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <soap12:operation soapAction="urn:updateContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateContactException">
+                <soap12:fault use="literal" name="updateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="AccountMgtServiceHttpBinding" type="ns:AccountMgtServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="checkDomainAvailability">
+            <http:operation location="checkDomainAvailability" />
+            <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="getContact">
+            <http:operation location="getContact" />
+            <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="isEmailValidated">
+            <http:operation location="isEmailValidated" />
+            <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="updateFullname">
+            <http:operation location="updateFullname" />
+            <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="isDomainValidated">
+            <http:operation location="isDomainValidated" />
+            <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="deactivate">
+            <http:operation location="deactivate" />
+            <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="getFullname">
+            <http:operation location="getFullname" />
+            <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="finishedDomainValidation">
+            <http:operation location="finishedDomainValidation" />
+            <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="updateContact">
+            <http:operation location="updateContact" />
+            <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:binding>
+    <wsdl:service name="AccountMgtService">
+        <wsdl:port name="AccountMgtServiceHttpsSoap11Endpoint" binding="ns:AccountMgtServiceSoap11Binding">
+            <soap:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="AccountMgtServiceHttpsSoap12Endpoint" binding="ns:AccountMgtServiceSoap12Binding">
+            <soap12:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="AccountMgtServiceHttpsEndpoint" binding="ns:AccountMgtServiceHttpBinding">
+            <http:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file


[11/11] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/544ff39a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/544ff39a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/544ff39a

Branch: refs/heads/master
Commit: 544ff39aeed6619df44eeecc27209fdc405b4075
Parents: 761819e ca4699e
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 8 14:09:40 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 8 14:09:40 2013 +0530

----------------------------------------------------------------------
 components/pom.xml    | 9 ++-------
 features/pom.xml      | 4 ++--
 pom.xml               | 9 ++++++++-
 service-stubs/pom.xml | 4 ++--
 4 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/544ff39a/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/544ff39a/service-stubs/pom.xml
----------------------------------------------------------------------


[03/11] committing account-mgt stub changes

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
deleted file mode 100644
index fd5ce35..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/BillingDataAccessService.wsdl
+++ /dev/null
@@ -1,910 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax237="http://dataobjects.core.billing.carbon.wso2.org/xsd" 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://services.mgt.billing.carbon.wso2.org">
-    <wsdl:documentation>BillingDataAccessService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema xmlns:ax238="http://dataobjects.core.billing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
-            <xs:import namespace="http://dataobjects.core.billing.carbon.wso2.org/xsd" />
-            <xs:element name="BillingDataAccessServiceException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="BillingDataAccessServiceException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="getSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getItemIdWithName">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="parentId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getItemIdWithNameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getInactiveSubscriptionsOfCustomer">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getInactiveSubscriptionsOfCustomerResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getCustomerWithName">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getCustomerWithNameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Customer" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerByTenant">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax238:Subscription" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deleteBillingData">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionByTenant">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionForTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionForTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionByTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerId" type="xs:int" />
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscription" nillable="true" type="ax238:Subscription" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="activateSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="activateSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <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://dataobjects.core.billing.carbon.wso2.org/xsd">
-            <xs:complexType name="Subscription">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="active" type="xs:boolean" />
-                    <xs:element minOccurs="0" name="activeSince" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="activeUntil" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax237:Customer" />
-                    <xs:element minOccurs="0" name="id" type="xs:int" />
-                    <xs:element minOccurs="0" name="invoiceSubscriptionId" type="xs:int" />
-                    <xs:element minOccurs="0" name="item" nillable="true" type="ax237:Item" />
-                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType" />
-                    <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Customer">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax237:Invoice" />
-                    <xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="context" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="id" type="xs:int" />
-                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="startedDate" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="totalBandwidth" type="xs:long" />
-                    <xs:element minOccurs="0" name="totalStorage" type="xs:long" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Invoice">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax237:Customer" />
-                    <xs:element minOccurs="0" name="date" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="id" type="xs:int" />
-                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType" />
-                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date" />
-                    <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType" />
-                    <xs:element minOccurs="0" name="totalCost" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax237:Cash" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Cash">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="currency" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="decimalNumber" type="xs:int" />
-                    <xs:element minOccurs="0" name="sign" nillable="true" type="ax237:Cash_Sign" />
-                    <xs:element minOccurs="0" name="wholeNumber" type="xs:int" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Cash_Sign">
-                <xs:complexContent>
-                    <xs:extension base="xs:Enum">
-                        <xs:sequence />
-                    </xs:extension>
-                </xs:complexContent>
-            </xs:complexType>
-            <xs:complexType name="Item">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="bandwidthLimit" type="xs:int" />
-                    <xs:element minOccurs="0" name="bandwidthOveruseCharge" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="children" nillable="true" type="xs:anyType" />
-                    <xs:element minOccurs="0" name="cost" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="creditLimit" nillable="true" type="ax237:Cash" />
-                    <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="id" type="xs:int" />
-                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="parent" nillable="true" type="ax237:Item" />
-                    <xs:element minOccurs="0" name="resourceVolumeLimit" type="xs:int" />
-                    <xs:element minOccurs="0" name="resourceVolumeOveruseCharge" nillable="true" type="ax237:Cash" />
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="changeSubscriptionByTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenant" />
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionByTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="BillingDataAccessServiceException">
-        <wsdl:part name="parameters" element="ns:BillingDataAccessServiceException" />
-    </wsdl:message>
-    <wsdl:message name="activateSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:activateSubscription" />
-    </wsdl:message>
-    <wsdl:message name="activateSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:activateSubscriptionResponse" />
-    </wsdl:message>
-    <wsdl:message name="getInactiveSubscriptionsOfCustomerRequest">
-        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomer" />
-    </wsdl:message>
-    <wsdl:message name="getInactiveSubscriptionsOfCustomerResponse">
-        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomerResponse" />
-    </wsdl:message>
-    <wsdl:message name="deleteBillingDataRequest">
-        <wsdl:part name="parameters" element="ns:deleteBillingData" />
-    </wsdl:message>
-    <wsdl:message name="getItemIdWithNameRequest">
-        <wsdl:part name="parameters" element="ns:getItemIdWithName" />
-    </wsdl:message>
-    <wsdl:message name="getItemIdWithNameResponse">
-        <wsdl:part name="parameters" element="ns:getItemIdWithNameResponse" />
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenant" />
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="addSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:addSubscription" />
-    </wsdl:message>
-    <wsdl:message name="addSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:addSubscriptionResponse" />
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionByTenantRequest">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenant" />
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionByTenantResponse">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="getSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:getSubscription" />
-    </wsdl:message>
-    <wsdl:message name="getSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:getSubscriptionResponse" />
-    </wsdl:message>
-    <wsdl:message name="getCustomerWithNameRequest">
-        <wsdl:part name="parameters" element="ns:getCustomerWithName" />
-    </wsdl:message>
-    <wsdl:message name="getCustomerWithNameResponse">
-        <wsdl:part name="parameters" element="ns:getCustomerWithNameResponse" />
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantRequest">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenant" />
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantResponse">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenant" />
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenant" />
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenantResponse" />
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionForTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenant" />
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionForTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenantResponse" />
-    </wsdl:message>
-    <wsdl:portType name="BillingDataAccessServicePortType">
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <wsdl:input message="ns:changeSubscriptionByTenantRequest" wsaw:Action="urn:changeSubscriptionByTenant" />
-            <wsdl:output message="ns:changeSubscriptionByTenantResponse" wsaw:Action="urn:changeSubscriptionByTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionByTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <wsdl:input message="ns:activateSubscriptionRequest" wsaw:Action="urn:activateSubscription" />
-            <wsdl:output message="ns:activateSubscriptionResponse" wsaw:Action="urn:activateSubscriptionResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:activateSubscriptionBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <wsdl:input message="ns:getInactiveSubscriptionsOfCustomerRequest" wsaw:Action="urn:getInactiveSubscriptionsOfCustomer" />
-            <wsdl:output message="ns:getInactiveSubscriptionsOfCustomerResponse" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <wsdl:input message="ns:deleteBillingDataRequest" wsaw:Action="urn:deleteBillingData" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deleteBillingDataBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <wsdl:input message="ns:getItemIdWithNameRequest" wsaw:Action="urn:getItemIdWithName" />
-            <wsdl:output message="ns:getItemIdWithNameResponse" wsaw:Action="urn:getItemIdWithNameResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getItemIdWithNameBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <wsdl:input message="ns:deactivateActiveSubscriptionBySuperTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenant" />
-            <wsdl:output message="ns:deactivateActiveSubscriptionBySuperTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <wsdl:input message="ns:addSubscriptionRequest" wsaw:Action="urn:addSubscription" />
-            <wsdl:output message="ns:addSubscriptionResponse" wsaw:Action="urn:addSubscriptionResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:addSubscriptionBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <wsdl:input message="ns:deactivateActiveSubscriptionByTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionByTenant" />
-            <wsdl:output message="ns:deactivateActiveSubscriptionByTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionByTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionByTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <wsdl:input message="ns:getSubscriptionRequest" wsaw:Action="urn:getSubscription" />
-            <wsdl:output message="ns:getSubscriptionResponse" wsaw:Action="urn:getSubscriptionResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getSubscriptionBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <wsdl:input message="ns:getCustomerWithNameRequest" wsaw:Action="urn:getCustomerWithName" />
-            <wsdl:output message="ns:getCustomerWithNameResponse" wsaw:Action="urn:getCustomerWithNameResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getCustomerWithNameBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <wsdl:input message="ns:getActiveSubscriptionOfCustomerByTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenant" />
-            <wsdl:output message="ns:getActiveSubscriptionOfCustomerByTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <wsdl:input message="ns:getActiveSubscriptionOfCustomerBySuperTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenant" />
-            <wsdl:output message="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <wsdl:input message="ns:changeSubscriptionBySuperTenantRequest" wsaw:Action="urn:changeSubscriptionBySuperTenant" />
-            <wsdl:output message="ns:changeSubscriptionBySuperTenantResponse" wsaw:Action="urn:changeSubscriptionBySuperTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionBySuperTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <wsdl:input message="ns:changeSubscriptionForTenantRequest" wsaw:Action="urn:changeSubscriptionForTenant" />
-            <wsdl:output message="ns:changeSubscriptionForTenantResponse" wsaw:Action="urn:changeSubscriptionForTenantResponse" />
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionForTenantBillingDataAccessServiceException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="BillingDataAccessServiceSoap11Binding" type="ns:BillingDataAccessServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <soap:operation soapAction="urn:changeSubscriptionByTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <soap:operation soapAction="urn:activateSubscription" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <soap:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <soap:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <soap:operation soapAction="urn:getItemIdWithName" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <soap:operation soapAction="urn:deleteBillingData" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <soap:operation soapAction="urn:addSubscription" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <soap:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <soap:operation soapAction="urn:getSubscription" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <soap:operation soapAction="urn:getCustomerWithName" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <soap:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <soap:operation soapAction="urn:changeSubscriptionForTenant" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="BillingDataAccessServiceSoap12Binding" type="ns:BillingDataAccessServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionByTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <soap12:operation soapAction="urn:activateSubscription" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <soap12:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <soap12:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <soap12:operation soapAction="urn:getItemIdWithName" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <soap12:operation soapAction="urn:deleteBillingData" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <soap12:operation soapAction="urn:addSubscription" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <soap12:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <soap12:operation soapAction="urn:getSubscription" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <soap12:operation soapAction="urn:getCustomerWithName" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionForTenant" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="BillingDataAccessServiceHttpBinding" type="ns:BillingDataAccessServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <http:operation location="changeSubscriptionByTenant" />
-            <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="activateSubscription">
-            <http:operation location="activateSubscription" />
-            <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="getInactiveSubscriptionsOfCustomer">
-            <http:operation location="getInactiveSubscriptionsOfCustomer" />
-            <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="deactivateActiveSubscriptionBySuperTenant">
-            <http:operation location="deactivateActiveSubscriptionBySuperTenant" />
-            <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="getItemIdWithName">
-            <http:operation location="getItemIdWithName" />
-            <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="deleteBillingData">
-            <http:operation location="deleteBillingData" />
-            <wsdl:input>
-                <mime:content type="text/xml" part="parameters" />
-            </wsdl:input>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <http:operation location="addSubscription" />
-            <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="deactivateActiveSubscriptionByTenant">
-            <http:operation location="deactivateActiveSubscriptionByTenant" />
-            <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="getSubscription">
-            <http:operation location="getSubscription" />
-            <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="getCustomerWithName">
-            <http:operation location="getCustomerWithName" />
-            <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="getActiveSubscriptionOfCustomerBySuperTenant">
-            <http:operation location="getActiveSubscriptionOfCustomerBySuperTenant" />
-            <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="getActiveSubscriptionOfCustomerByTenant">
-            <http:operation location="getActiveSubscriptionOfCustomerByTenant" />
-            <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="changeSubscriptionBySuperTenant">
-            <http:operation location="changeSubscriptionBySuperTenant" />
-            <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="changeSubscriptionForTenant">
-            <http:operation location="changeSubscriptionForTenant" />
-            <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:binding>
-    <wsdl:service name="BillingDataAccessService">
-        <wsdl:port name="BillingDataAccessServiceHttpsSoap11Endpoint" binding="ns:BillingDataAccessServiceSoap11Binding">
-            <soap:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="BillingDataAccessServiceHttpsSoap12Endpoint" binding="ns:BillingDataAccessServiceSoap12Binding">
-            <soap12:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="BillingDataAccessServiceHttpsEndpoint" binding="ns:BillingDataAccessServiceHttpBinding">
-            <http:address location="https://172.16.172.1:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
deleted file mode 100644
index 7cb056f..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.0/src/main/resources/EmailValidationService.wsdl
+++ /dev/null
@@ -1,95 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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://services.mgt.account.carbon.wso2.org">
-    <wsdl:documentation>EmailValidationService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
-            <xs:element name="proceedUpdateContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="proceedUpdateContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="proceedUpdateContact">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="confirmationKey" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="proceedUpdateContactRequest">
-        <wsdl:part name="parameters" element="ns:proceedUpdateContact" />
-    </wsdl:message>
-    <wsdl:message name="proceedUpdateContactResponse" />
-    <wsdl:message name="proceedUpdateContactException">
-        <wsdl:part name="parameters" element="ns:proceedUpdateContactException" />
-    </wsdl:message>
-    <wsdl:portType name="EmailValidationServicePortType">
-        <wsdl:operation name="proceedUpdateContact">
-            <wsdl:input message="ns:proceedUpdateContactRequest" wsaw:Action="urn:proceedUpdateContact" />
-            <wsdl:output message="ns:proceedUpdateContactResponse" wsaw:Action="urn:proceedUpdateContactResponse" />
-            <wsdl:fault message="ns:proceedUpdateContactException" name="proceedUpdateContactException" wsaw:Action="urn:proceedUpdateContactproceedUpdateContactException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="EmailValidationServiceSoap11Binding" type="ns:EmailValidationServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="proceedUpdateContact">
-            <soap:operation soapAction="urn:proceedUpdateContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="proceedUpdateContactException">
-                <soap:fault use="literal" name="proceedUpdateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="EmailValidationServiceSoap12Binding" type="ns:EmailValidationServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="proceedUpdateContact">
-            <soap12:operation soapAction="urn:proceedUpdateContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="proceedUpdateContactException">
-                <soap12:fault use="literal" name="proceedUpdateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="EmailValidationServiceHttpBinding" type="ns:EmailValidationServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="proceedUpdateContact">
-            <http:operation location="proceedUpdateContact" />
-            <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:binding>
-    <wsdl:service name="EmailValidationService">
-        <wsdl:port name="EmailValidationServiceHttpsSoap11Endpoint" binding="ns:EmailValidationServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="EmailValidationServiceHttpsSoap12Endpoint" binding="ns:EmailValidationServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="EmailValidationServiceHttpsEndpoint" binding="ns:EmailValidationServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/pom.xml b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/pom.xml
deleted file mode 100644
index febb8fe..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/pom.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. 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.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-service-stubs</artifactId>
-        <version>4.1.0</version>
-<relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.wso2.carbon.account.mgt.stub</artifactId>
-    <version>4.1.3</version>
-    <packaging>bundle</packaging>
-    <name>WSO2 Carbon - Account Management Stub</name>
-    <url>http://wso2.org</url>
-
-    <build>
-        <plugins>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>source-code-generation</id>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/AccountMgtService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions,http://beans.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.beans.xsd"/>
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-
-                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/EmailValidationService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://services.mgt.account.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services,http://util.mgt.account.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.exceptions"/>
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-				
-				<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <arg line="-uri src/main/resources/BillingDataAccessService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.account.mgt.stub.services
-                                    -ns2p http://dataobjects.core.billing.carbon.wso2.org/xsd=org.wso2.carbon.account.mgt.stub.services.beans.xsd,http://services.mgt.billing.carbon.wso2.org=org.wso2.carbon.account.mgt.stub.services"/>
-
-                                    <classpath refid="maven.dependency.classpath"/>
-                                    <classpath refid="maven.compile.classpath"/>
-                                    <classpath refid="maven.runtime.classpath"/>
-                                </java>
-
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Bundle-Name>${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.wso2.carbon.account.mgt.stub.*; version="${carbon.platform.package.export.version}",
-                        </Export-Package>
-                        <Import-Package>
-			    !org.wso2.carbon.account.mgt.stub.*,
-                            *;resolution:=optional
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>
-                                    target/generated-code/src
-                                </source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2.wso2</groupId>
-            <artifactId>axis2</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>


[02/11] committing account-mgt stub changes

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
deleted file mode 100644
index f5aa207..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
+++ /dev/null
@@ -1,628 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax21="http://beans.mgt.account.carbon.wso2.org/xsd" 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://services.mgt.account.carbon.wso2.org">
-    <wsdl:documentation>AccountMgtService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema xmlns:ax22="http://beans.mgt.account.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.carbon.wso2.org">
-            <xs:import namespace="http://beans.mgt.account.carbon.wso2.org/xsd" />
-            <xs:element name="updateFullnameException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="updateFullnameException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="updateFullname">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="accountInfoBean" nillable="true" type="ax21:AccountInfoBean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateFullnameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="updateContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="updateContact">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="contactEmail" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidatedException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="isEmailValidatedException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidated">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isEmailValidatedResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidatedException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="isDomainValidatedException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidated">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="isDomainValidatedResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullnameException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getFullnameException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullname">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getFullnameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax21:AccountInfoBean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContactException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getContactException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContact">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getContactResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidationException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="finishedDomainValidationException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidation">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validatedDomain" nillable="true" type="xs:string" />
-                        <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="finishedDomainValidationResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="deactivateException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivate">
-                <xs:complexType>
-                    <xs:sequence />
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailabilityException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="checkDomainAvailabilityException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailability">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="checkDomainAvailabilityResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <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://beans.mgt.account.carbon.wso2.org/xsd">
-            <xs:complexType name="AccountInfoBean">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string" />
-                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string" />
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="checkDomainAvailabilityRequest">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailability" />
-    </wsdl:message>
-    <wsdl:message name="checkDomainAvailabilityResponse">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityResponse" />
-    </wsdl:message>
-    <wsdl:message name="checkDomainAvailabilityException">
-        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityException" />
-    </wsdl:message>
-    <wsdl:message name="getContactRequest">
-        <wsdl:part name="parameters" element="ns:getContact" />
-    </wsdl:message>
-    <wsdl:message name="getContactResponse">
-        <wsdl:part name="parameters" element="ns:getContactResponse" />
-    </wsdl:message>
-    <wsdl:message name="getContactException">
-        <wsdl:part name="parameters" element="ns:getContactException" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedRequest">
-        <wsdl:part name="parameters" element="ns:isEmailValidated" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedResponse">
-        <wsdl:part name="parameters" element="ns:isEmailValidatedResponse" />
-    </wsdl:message>
-    <wsdl:message name="isEmailValidatedException">
-        <wsdl:part name="parameters" element="ns:isEmailValidatedException" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameRequest">
-        <wsdl:part name="parameters" element="ns:updateFullname" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameResponse">
-        <wsdl:part name="parameters" element="ns:updateFullnameResponse" />
-    </wsdl:message>
-    <wsdl:message name="updateFullnameException">
-        <wsdl:part name="parameters" element="ns:updateFullnameException" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedRequest">
-        <wsdl:part name="parameters" element="ns:isDomainValidated" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedResponse">
-        <wsdl:part name="parameters" element="ns:isDomainValidatedResponse" />
-    </wsdl:message>
-    <wsdl:message name="isDomainValidatedException">
-        <wsdl:part name="parameters" element="ns:isDomainValidatedException" />
-    </wsdl:message>
-    <wsdl:message name="deactivateRequest">
-        <wsdl:part name="parameters" element="ns:deactivate" />
-    </wsdl:message>
-    <wsdl:message name="deactivateResponse" />
-    <wsdl:message name="deactivateException">
-        <wsdl:part name="parameters" element="ns:deactivateException" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameRequest">
-        <wsdl:part name="parameters" element="ns:getFullname" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameResponse">
-        <wsdl:part name="parameters" element="ns:getFullnameResponse" />
-    </wsdl:message>
-    <wsdl:message name="getFullnameException">
-        <wsdl:part name="parameters" element="ns:getFullnameException" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationRequest">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidation" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationResponse">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidationResponse" />
-    </wsdl:message>
-    <wsdl:message name="finishedDomainValidationException">
-        <wsdl:part name="parameters" element="ns:finishedDomainValidationException" />
-    </wsdl:message>
-    <wsdl:message name="updateContactRequest">
-        <wsdl:part name="parameters" element="ns:updateContact" />
-    </wsdl:message>
-    <wsdl:message name="updateContactResponse" />
-    <wsdl:message name="updateContactException">
-        <wsdl:part name="parameters" element="ns:updateContactException" />
-    </wsdl:message>
-    <wsdl:portType name="AccountMgtServicePortType">
-        <wsdl:operation name="checkDomainAvailability">
-            <wsdl:input message="ns:checkDomainAvailabilityRequest" wsaw:Action="urn:checkDomainAvailability" />
-            <wsdl:output message="ns:checkDomainAvailabilityResponse" wsaw:Action="urn:checkDomainAvailabilityResponse" />
-            <wsdl:fault message="ns:checkDomainAvailabilityException" name="checkDomainAvailabilityException" wsaw:Action="urn:checkDomainAvailabilitycheckDomainAvailabilityException" />
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <wsdl:input message="ns:getContactRequest" wsaw:Action="urn:getContact" />
-            <wsdl:output message="ns:getContactResponse" wsaw:Action="urn:getContactResponse" />
-            <wsdl:fault message="ns:getContactException" name="getContactException" wsaw:Action="urn:getContactgetContactException" />
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <wsdl:input message="ns:isEmailValidatedRequest" wsaw:Action="urn:isEmailValidated" />
-            <wsdl:output message="ns:isEmailValidatedResponse" wsaw:Action="urn:isEmailValidatedResponse" />
-            <wsdl:fault message="ns:isEmailValidatedException" name="isEmailValidatedException" wsaw:Action="urn:isEmailValidatedisEmailValidatedException" />
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <wsdl:input message="ns:updateFullnameRequest" wsaw:Action="urn:updateFullname" />
-            <wsdl:output message="ns:updateFullnameResponse" wsaw:Action="urn:updateFullnameResponse" />
-            <wsdl:fault message="ns:updateFullnameException" name="updateFullnameException" wsaw:Action="urn:updateFullnameupdateFullnameException" />
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <wsdl:input message="ns:isDomainValidatedRequest" wsaw:Action="urn:isDomainValidated" />
-            <wsdl:output message="ns:isDomainValidatedResponse" wsaw:Action="urn:isDomainValidatedResponse" />
-            <wsdl:fault message="ns:isDomainValidatedException" name="isDomainValidatedException" wsaw:Action="urn:isDomainValidatedisDomainValidatedException" />
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <wsdl:input message="ns:deactivateRequest" wsaw:Action="urn:deactivate" />
-            <wsdl:output message="ns:deactivateResponse" wsaw:Action="urn:deactivateResponse" />
-            <wsdl:fault message="ns:deactivateException" name="deactivateException" wsaw:Action="urn:deactivatedeactivateException" />
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <wsdl:input message="ns:getFullnameRequest" wsaw:Action="urn:getFullname" />
-            <wsdl:output message="ns:getFullnameResponse" wsaw:Action="urn:getFullnameResponse" />
-            <wsdl:fault message="ns:getFullnameException" name="getFullnameException" wsaw:Action="urn:getFullnamegetFullnameException" />
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <wsdl:input message="ns:finishedDomainValidationRequest" wsaw:Action="urn:finishedDomainValidation" />
-            <wsdl:output message="ns:finishedDomainValidationResponse" wsaw:Action="urn:finishedDomainValidationResponse" />
-            <wsdl:fault message="ns:finishedDomainValidationException" name="finishedDomainValidationException" wsaw:Action="urn:finishedDomainValidationfinishedDomainValidationException" />
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <wsdl:input message="ns:updateContactRequest" wsaw:Action="urn:updateContact" />
-            <wsdl:output message="ns:updateContactResponse" wsaw:Action="urn:updateContactResponse" />
-            <wsdl:fault message="ns:updateContactException" name="updateContactException" wsaw:Action="urn:updateContactupdateContactException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="AccountMgtServiceSoap11Binding" type="ns:AccountMgtServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="checkDomainAvailability">
-            <soap:operation soapAction="urn:checkDomainAvailability" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="checkDomainAvailabilityException">
-                <soap:fault use="literal" name="checkDomainAvailabilityException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <soap:operation soapAction="urn:getContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getContactException">
-                <soap:fault use="literal" name="getContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <soap:operation soapAction="urn:isEmailValidated" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isEmailValidatedException">
-                <soap:fault use="literal" name="isEmailValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <soap:operation soapAction="urn:updateFullname" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateFullnameException">
-                <soap:fault use="literal" name="updateFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <soap:operation soapAction="urn:isDomainValidated" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isDomainValidatedException">
-                <soap:fault use="literal" name="isDomainValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <soap:operation soapAction="urn:deactivate" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="deactivateException">
-                <soap:fault use="literal" name="deactivateException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <soap:operation soapAction="urn:getFullname" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getFullnameException">
-                <soap:fault use="literal" name="getFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <soap:operation soapAction="urn:finishedDomainValidation" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="finishedDomainValidationException">
-                <soap:fault use="literal" name="finishedDomainValidationException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <soap:operation soapAction="urn:updateContact" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateContactException">
-                <soap:fault use="literal" name="updateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="AccountMgtServiceSoap12Binding" type="ns:AccountMgtServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="checkDomainAvailability">
-            <soap12:operation soapAction="urn:checkDomainAvailability" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="checkDomainAvailabilityException">
-                <soap12:fault use="literal" name="checkDomainAvailabilityException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getContact">
-            <soap12:operation soapAction="urn:getContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getContactException">
-                <soap12:fault use="literal" name="getContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isEmailValidated">
-            <soap12:operation soapAction="urn:isEmailValidated" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isEmailValidatedException">
-                <soap12:fault use="literal" name="isEmailValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateFullname">
-            <soap12:operation soapAction="urn:updateFullname" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateFullnameException">
-                <soap12:fault use="literal" name="updateFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="isDomainValidated">
-            <soap12:operation soapAction="urn:isDomainValidated" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="isDomainValidatedException">
-                <soap12:fault use="literal" name="isDomainValidatedException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivate">
-            <soap12:operation soapAction="urn:deactivate" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="deactivateException">
-                <soap12:fault use="literal" name="deactivateException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getFullname">
-            <soap12:operation soapAction="urn:getFullname" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getFullnameException">
-                <soap12:fault use="literal" name="getFullnameException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="finishedDomainValidation">
-            <soap12:operation soapAction="urn:finishedDomainValidation" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="finishedDomainValidationException">
-                <soap12:fault use="literal" name="finishedDomainValidationException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateContact">
-            <soap12:operation soapAction="urn:updateContact" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="updateContactException">
-                <soap12:fault use="literal" name="updateContactException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="AccountMgtServiceHttpBinding" type="ns:AccountMgtServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="checkDomainAvailability">
-            <http:operation location="checkDomainAvailability" />
-            <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="getContact">
-            <http:operation location="getContact" />
-            <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="isEmailValidated">
-            <http:operation location="isEmailValidated" />
-            <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="updateFullname">
-            <http:operation location="updateFullname" />
-            <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="isDomainValidated">
-            <http:operation location="isDomainValidated" />
-            <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="deactivate">
-            <http:operation location="deactivate" />
-            <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="getFullname">
-            <http:operation location="getFullname" />
-            <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="finishedDomainValidation">
-            <http:operation location="finishedDomainValidation" />
-            <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="updateContact">
-            <http:operation location="updateContact" />
-            <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:binding>
-    <wsdl:service name="AccountMgtService">
-        <wsdl:port name="AccountMgtServiceHttpsSoap11Endpoint" binding="ns:AccountMgtServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="AccountMgtServiceHttpsSoap12Endpoint" binding="ns:AccountMgtServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="AccountMgtServiceHttpsEndpoint" binding="ns:AccountMgtServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl b/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
deleted file mode 100644
index aa8fd6b..0000000
--- a/service-stubs/org.wso2.carbon.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
+++ /dev/null
@@ -1,913 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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:ax227="http://dataobjects.core.billing.carbon.wso2.org/xsd" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
-    <wsdl:documentation>BillingDataAccessService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema xmlns:ax228="http://dataobjects.core.billing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
-            <xs:import namespace="http://dataobjects.core.billing.carbon.wso2.org/xsd"/>
-            <xs:element name="BillingDataAccessServiceException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="BillingDataAccessServiceException" nillable="true" type="ns:Exception"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="getSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getItemIdWithName">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
-                        <xs:element minOccurs="0" name="parentId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getItemIdWithNameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getInactiveSubscriptionsOfCustomer">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getInactiveSubscriptionsOfCustomerResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getCustomerWithName">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getCustomerWithNameResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Customer"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerByTenant">
-                <xs:complexType>
-                    <xs:sequence/>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deleteBillingData">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionByTenant">
-                <xs:complexType>
-                    <xs:sequence/>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateActiveSubscriptionBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionForTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionForTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionByTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionByTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionBySuperTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="customerId" type="xs:int"/>
-                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="changeSubscriptionBySuperTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscription" nillable="true" type="ax228:Subscription"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="activateSubscription">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="activateSubscriptionResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <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://dataobjects.core.billing.carbon.wso2.org/xsd">
-            <xs:complexType name="Subscription">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="active" type="xs:boolean"/>
-                    <xs:element minOccurs="0" name="activeSince" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="activeUntil" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax227:Customer"/>
-                    <xs:element minOccurs="0" name="id" type="xs:int"/>
-                    <xs:element minOccurs="0" name="invoiceSubscriptionId" type="xs:int"/>
-                    <xs:element minOccurs="0" name="item" nillable="true" type="ax227:Item"/>
-                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/>
-                    <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Customer">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax227:Invoice"/>
-                    <xs:element minOccurs="0" name="address" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="context" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="id" type="xs:int"/>
-                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="startedDate" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="totalBandwidth" type="xs:long"/>
-                    <xs:element minOccurs="0" name="totalCartridgeCPUHours" type="xs:long"/>
-                    <xs:element minOccurs="0" name="totalStorage" type="xs:long"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Invoice">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax227:Customer"/>
-                    <xs:element minOccurs="0" name="date" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="id" type="xs:int"/>
-                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/>
-                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/>
-                    <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType"/>
-                    <xs:element minOccurs="0" name="totalCost" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax227:Cash"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Cash">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="currency" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="decimalNumber" type="xs:int"/>
-                    <xs:element minOccurs="0" name="sign" nillable="true" type="ax227:Cash_Sign"/>
-                    <xs:element minOccurs="0" name="wholeNumber" type="xs:int"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:complexType name="Cash_Sign">
-                <xs:complexContent>
-                    <xs:extension base="xs:Enum">
-                        <xs:sequence/>
-                    </xs:extension>
-                </xs:complexContent>
-            </xs:complexType>
-            <xs:complexType name="Item">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="bandwidthLimit" type="xs:int"/>
-                    <xs:element minOccurs="0" name="bandwidthOveruseCharge" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="cartridgeCPUHourLimit" type="xs:int"/>
-                    <xs:element minOccurs="0" name="cartridgeCPUOveruseCharge" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="children" nillable="true" type="xs:anyType"/>
-                    <xs:element minOccurs="0" name="cost" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="creditLimit" nillable="true" type="ax227:Cash"/>
-                    <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="id" type="xs:int"/>
-                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="parent" nillable="true" type="ax227:Item"/>
-                    <xs:element minOccurs="0" name="resourceVolumeLimit" type="xs:int"/>
-                    <xs:element minOccurs="0" name="resourceVolumeOveruseCharge" nillable="true" type="ax227:Cash"/>
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="changeSubscriptionByTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenant"/>
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionByTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="BillingDataAccessServiceException">
-        <wsdl:part name="parameters" element="ns:BillingDataAccessServiceException"/>
-    </wsdl:message>
-    <wsdl:message name="activateSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:activateSubscription"/>
-    </wsdl:message>
-    <wsdl:message name="activateSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:activateSubscriptionResponse"/>
-    </wsdl:message>
-    <wsdl:message name="getInactiveSubscriptionsOfCustomerRequest">
-        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomer"/>
-    </wsdl:message>
-    <wsdl:message name="getInactiveSubscriptionsOfCustomerResponse">
-        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomerResponse"/>
-    </wsdl:message>
-    <wsdl:message name="deleteBillingDataRequest">
-        <wsdl:part name="parameters" element="ns:deleteBillingData"/>
-    </wsdl:message>
-    <wsdl:message name="getItemIdWithNameRequest">
-        <wsdl:part name="parameters" element="ns:getItemIdWithName"/>
-    </wsdl:message>
-    <wsdl:message name="getItemIdWithNameResponse">
-        <wsdl:part name="parameters" element="ns:getItemIdWithNameResponse"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenant"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="addSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:addSubscription"/>
-    </wsdl:message>
-    <wsdl:message name="addSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:addSubscriptionResponse"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionByTenantRequest">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenant"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateActiveSubscriptionByTenantResponse">
-        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="getSubscriptionRequest">
-        <wsdl:part name="parameters" element="ns:getSubscription"/>
-    </wsdl:message>
-    <wsdl:message name="getSubscriptionResponse">
-        <wsdl:part name="parameters" element="ns:getSubscriptionResponse"/>
-    </wsdl:message>
-    <wsdl:message name="getCustomerWithNameRequest">
-        <wsdl:part name="parameters" element="ns:getCustomerWithName"/>
-    </wsdl:message>
-    <wsdl:message name="getCustomerWithNameResponse">
-        <wsdl:part name="parameters" element="ns:getCustomerWithNameResponse"/>
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantRequest">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenant"/>
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantResponse">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenant"/>
-    </wsdl:message>
-    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionBySuperTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenant"/>
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionBySuperTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionForTenantRequest">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenant"/>
-    </wsdl:message>
-    <wsdl:message name="changeSubscriptionForTenantResponse">
-        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenantResponse"/>
-    </wsdl:message>
-    <wsdl:portType name="BillingDataAccessServicePortType">
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <wsdl:input message="ns:changeSubscriptionByTenantRequest" wsaw:Action="urn:changeSubscriptionByTenant"/>
-            <wsdl:output message="ns:changeSubscriptionByTenantResponse" wsaw:Action="urn:changeSubscriptionByTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionByTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <wsdl:input message="ns:activateSubscriptionRequest" wsaw:Action="urn:activateSubscription"/>
-            <wsdl:output message="ns:activateSubscriptionResponse" wsaw:Action="urn:activateSubscriptionResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:activateSubscriptionBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <wsdl:input message="ns:getInactiveSubscriptionsOfCustomerRequest" wsaw:Action="urn:getInactiveSubscriptionsOfCustomer"/>
-            <wsdl:output message="ns:getInactiveSubscriptionsOfCustomerResponse" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <wsdl:input message="ns:deleteBillingDataRequest" wsaw:Action="urn:deleteBillingData"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deleteBillingDataBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <wsdl:input message="ns:getItemIdWithNameRequest" wsaw:Action="urn:getItemIdWithName"/>
-            <wsdl:output message="ns:getItemIdWithNameResponse" wsaw:Action="urn:getItemIdWithNameResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getItemIdWithNameBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <wsdl:input message="ns:deactivateActiveSubscriptionBySuperTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenant"/>
-            <wsdl:output message="ns:deactivateActiveSubscriptionBySuperTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <wsdl:input message="ns:addSubscriptionRequest" wsaw:Action="urn:addSubscription"/>
-            <wsdl:output message="ns:addSubscriptionResponse" wsaw:Action="urn:addSubscriptionResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:addSubscriptionBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <wsdl:input message="ns:deactivateActiveSubscriptionByTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionByTenant"/>
-            <wsdl:output message="ns:deactivateActiveSubscriptionByTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionByTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionByTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <wsdl:input message="ns:getSubscriptionRequest" wsaw:Action="urn:getSubscription"/>
-            <wsdl:output message="ns:getSubscriptionResponse" wsaw:Action="urn:getSubscriptionResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getSubscriptionBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <wsdl:input message="ns:getCustomerWithNameRequest" wsaw:Action="urn:getCustomerWithName"/>
-            <wsdl:output message="ns:getCustomerWithNameResponse" wsaw:Action="urn:getCustomerWithNameResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getCustomerWithNameBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <wsdl:input message="ns:getActiveSubscriptionOfCustomerByTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenant"/>
-            <wsdl:output message="ns:getActiveSubscriptionOfCustomerByTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <wsdl:input message="ns:getActiveSubscriptionOfCustomerBySuperTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenant"/>
-            <wsdl:output message="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <wsdl:input message="ns:changeSubscriptionBySuperTenantRequest" wsaw:Action="urn:changeSubscriptionBySuperTenant"/>
-            <wsdl:output message="ns:changeSubscriptionBySuperTenantResponse" wsaw:Action="urn:changeSubscriptionBySuperTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionBySuperTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <wsdl:input message="ns:changeSubscriptionForTenantRequest" wsaw:Action="urn:changeSubscriptionForTenant"/>
-            <wsdl:output message="ns:changeSubscriptionForTenantResponse" wsaw:Action="urn:changeSubscriptionForTenantResponse"/>
-            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionForTenantBillingDataAccessServiceException"/>
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="BillingDataAccessServiceSoap11Binding" type="ns:BillingDataAccessServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <soap:operation soapAction="urn:changeSubscriptionByTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <soap:operation soapAction="urn:activateSubscription" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <soap:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <soap:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <soap:operation soapAction="urn:getItemIdWithName" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <soap:operation soapAction="urn:deleteBillingData" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <soap:operation soapAction="urn:addSubscription" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <soap:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <soap:operation soapAction="urn:getSubscription" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <soap:operation soapAction="urn:getCustomerWithName" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <soap:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <soap:operation soapAction="urn:changeSubscriptionForTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="BillingDataAccessServiceSoap12Binding" type="ns:BillingDataAccessServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionByTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateSubscription">
-            <soap12:operation soapAction="urn:activateSubscription" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
-            <soap12:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
-            <soap12:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getItemIdWithName">
-            <soap12:operation soapAction="urn:getItemIdWithName" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteBillingData">
-            <soap12:operation soapAction="urn:deleteBillingData" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <soap12:operation soapAction="urn:addSubscription" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
-            <soap12:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getSubscription">
-            <soap12:operation soapAction="urn:getSubscription" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getCustomerWithName">
-            <soap12:operation soapAction="urn:getCustomerWithName" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
-            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
-            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionBySuperTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="changeSubscriptionForTenant">
-            <soap12:operation soapAction="urn:changeSubscriptionForTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="BillingDataAccessServiceException">
-                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="BillingDataAccessServiceHttpBinding" type="ns:BillingDataAccessServicePortType">
-        <http:binding verb="POST"/>
-        <wsdl:operation name="changeSubscriptionByTenant">
-            <http:operation location="changeSubscriptionByTenant"/>
-            <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="activateSubscription">
-            <http:operation location="activateSubscription"/>
-            <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="getInactiveSubscriptionsOfCustomer">
-            <http:operation location="getInactiveSubscriptionsOfCustomer"/>
-            <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="deactivateActiveSubscriptionBySuperTenant">
-            <http:operation location="deactivateActiveSubscriptionBySuperTenant"/>
-            <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="getItemIdWithName">
-            <http:operation location="getItemIdWithName"/>
-            <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="deleteBillingData">
-            <http:operation location="deleteBillingData"/>
-            <wsdl:input>
-                <mime:content type="text/xml" part="parameters"/>
-            </wsdl:input>
-        </wsdl:operation>
-        <wsdl:operation name="addSubscription">
-            <http:operation location="addSubscription"/>
-            <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="deactivateActiveSubscriptionByTenant">
-            <http:operation location="deactivateActiveSubscriptionByTenant"/>
-            <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="getSubscription">
-            <http:operation location="getSubscription"/>
-            <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="getCustomerWithName">
-            <http:operation location="getCustomerWithName"/>
-            <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="getActiveSubscriptionOfCustomerBySuperTenant">
-            <http:operation location="getActiveSubscriptionOfCustomerBySuperTenant"/>
-            <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="getActiveSubscriptionOfCustomerByTenant">
-            <http:operation location="getActiveSubscriptionOfCustomerByTenant"/>
-            <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="changeSubscriptionBySuperTenant">
-            <http:operation location="changeSubscriptionBySuperTenant"/>
-            <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="changeSubscriptionForTenant">
-            <http:operation location="changeSubscriptionForTenant"/>
-            <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:binding>
-    <wsdl:service name="BillingDataAccessService">
-        <wsdl:port name="BillingDataAccessServiceHttpsSoap11Endpoint" binding="ns:BillingDataAccessServiceSoap11Binding">
-            <soap:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap11Endpoint/"/>
-        </wsdl:port>
-        <wsdl:port name="BillingDataAccessServiceHttpsSoap12Endpoint" binding="ns:BillingDataAccessServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap12Endpoint/"/>
-        </wsdl:port>
-        <wsdl:port name="BillingDataAccessServiceHttpsEndpoint" binding="ns:BillingDataAccessServiceHttpBinding">
-            <http:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsEndpoint/"/>
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file


[05/11] committing account-mgt stub changes

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
new file mode 100644
index 0000000..1432363
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/AccountMgtService.wsdl
@@ -0,0 +1,628 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax21="http://beans.mgt.account.stratos.apache.org/xsd" 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://services.mgt.account.stratos.apache.org">
+    <wsdl:documentation>AccountMgtService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax22="http://beans.mgt.account.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.stratos.apache.org">
+            <xs:import namespace="http://beans.mgt.account.stratos.apache.org/xsd" />
+            <xs:element name="updateFullnameException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="updateFullnameException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="updateFullname">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="accountInfoBean" nillable="true" type="ax21:AccountInfoBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateFullnameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="updateContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="updateContact">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="contactEmail" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidatedException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="isEmailValidatedException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidated">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isEmailValidatedResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidatedException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="isDomainValidatedException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidated">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="isDomainValidatedResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullnameException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="getFullnameException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullname">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getFullnameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax21:AccountInfoBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContactException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="getContactException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContact">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getContactResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidationException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="finishedDomainValidationException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidation">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="validatedDomain" nillable="true" type="xs:string" />
+                        <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="finishedDomainValidationResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="deactivateException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivate">
+                <xs:complexType>
+                    <xs:sequence />
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailabilityException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="checkDomainAvailabilityException" nillable="true" type="ns:Exception" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailability">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="checkDomainAvailabilityResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <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://beans.mgt.account.stratos.apache.org/xsd">
+            <xs:complexType name="AccountInfoBean">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string" />
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="checkDomainAvailabilityRequest">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailability" />
+    </wsdl:message>
+    <wsdl:message name="checkDomainAvailabilityResponse">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityResponse" />
+    </wsdl:message>
+    <wsdl:message name="checkDomainAvailabilityException">
+        <wsdl:part name="parameters" element="ns:checkDomainAvailabilityException" />
+    </wsdl:message>
+    <wsdl:message name="getContactRequest">
+        <wsdl:part name="parameters" element="ns:getContact" />
+    </wsdl:message>
+    <wsdl:message name="getContactResponse">
+        <wsdl:part name="parameters" element="ns:getContactResponse" />
+    </wsdl:message>
+    <wsdl:message name="getContactException">
+        <wsdl:part name="parameters" element="ns:getContactException" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedRequest">
+        <wsdl:part name="parameters" element="ns:isEmailValidated" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedResponse">
+        <wsdl:part name="parameters" element="ns:isEmailValidatedResponse" />
+    </wsdl:message>
+    <wsdl:message name="isEmailValidatedException">
+        <wsdl:part name="parameters" element="ns:isEmailValidatedException" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameRequest">
+        <wsdl:part name="parameters" element="ns:updateFullname" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameResponse">
+        <wsdl:part name="parameters" element="ns:updateFullnameResponse" />
+    </wsdl:message>
+    <wsdl:message name="updateFullnameException">
+        <wsdl:part name="parameters" element="ns:updateFullnameException" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedRequest">
+        <wsdl:part name="parameters" element="ns:isDomainValidated" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedResponse">
+        <wsdl:part name="parameters" element="ns:isDomainValidatedResponse" />
+    </wsdl:message>
+    <wsdl:message name="isDomainValidatedException">
+        <wsdl:part name="parameters" element="ns:isDomainValidatedException" />
+    </wsdl:message>
+    <wsdl:message name="deactivateRequest">
+        <wsdl:part name="parameters" element="ns:deactivate" />
+    </wsdl:message>
+    <wsdl:message name="deactivateResponse" />
+    <wsdl:message name="deactivateException">
+        <wsdl:part name="parameters" element="ns:deactivateException" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameRequest">
+        <wsdl:part name="parameters" element="ns:getFullname" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameResponse">
+        <wsdl:part name="parameters" element="ns:getFullnameResponse" />
+    </wsdl:message>
+    <wsdl:message name="getFullnameException">
+        <wsdl:part name="parameters" element="ns:getFullnameException" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationRequest">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidation" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationResponse">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidationResponse" />
+    </wsdl:message>
+    <wsdl:message name="finishedDomainValidationException">
+        <wsdl:part name="parameters" element="ns:finishedDomainValidationException" />
+    </wsdl:message>
+    <wsdl:message name="updateContactRequest">
+        <wsdl:part name="parameters" element="ns:updateContact" />
+    </wsdl:message>
+    <wsdl:message name="updateContactResponse" />
+    <wsdl:message name="updateContactException">
+        <wsdl:part name="parameters" element="ns:updateContactException" />
+    </wsdl:message>
+    <wsdl:portType name="AccountMgtServicePortType">
+        <wsdl:operation name="checkDomainAvailability">
+            <wsdl:input message="ns:checkDomainAvailabilityRequest" wsaw:Action="urn:checkDomainAvailability" />
+            <wsdl:output message="ns:checkDomainAvailabilityResponse" wsaw:Action="urn:checkDomainAvailabilityResponse" />
+            <wsdl:fault message="ns:checkDomainAvailabilityException" name="checkDomainAvailabilityException" wsaw:Action="urn:checkDomainAvailabilitycheckDomainAvailabilityException" />
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <wsdl:input message="ns:getContactRequest" wsaw:Action="urn:getContact" />
+            <wsdl:output message="ns:getContactResponse" wsaw:Action="urn:getContactResponse" />
+            <wsdl:fault message="ns:getContactException" name="getContactException" wsaw:Action="urn:getContactgetContactException" />
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <wsdl:input message="ns:isEmailValidatedRequest" wsaw:Action="urn:isEmailValidated" />
+            <wsdl:output message="ns:isEmailValidatedResponse" wsaw:Action="urn:isEmailValidatedResponse" />
+            <wsdl:fault message="ns:isEmailValidatedException" name="isEmailValidatedException" wsaw:Action="urn:isEmailValidatedisEmailValidatedException" />
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <wsdl:input message="ns:updateFullnameRequest" wsaw:Action="urn:updateFullname" />
+            <wsdl:output message="ns:updateFullnameResponse" wsaw:Action="urn:updateFullnameResponse" />
+            <wsdl:fault message="ns:updateFullnameException" name="updateFullnameException" wsaw:Action="urn:updateFullnameupdateFullnameException" />
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <wsdl:input message="ns:isDomainValidatedRequest" wsaw:Action="urn:isDomainValidated" />
+            <wsdl:output message="ns:isDomainValidatedResponse" wsaw:Action="urn:isDomainValidatedResponse" />
+            <wsdl:fault message="ns:isDomainValidatedException" name="isDomainValidatedException" wsaw:Action="urn:isDomainValidatedisDomainValidatedException" />
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <wsdl:input message="ns:deactivateRequest" wsaw:Action="urn:deactivate" />
+            <wsdl:output message="ns:deactivateResponse" wsaw:Action="urn:deactivateResponse" />
+            <wsdl:fault message="ns:deactivateException" name="deactivateException" wsaw:Action="urn:deactivatedeactivateException" />
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <wsdl:input message="ns:getFullnameRequest" wsaw:Action="urn:getFullname" />
+            <wsdl:output message="ns:getFullnameResponse" wsaw:Action="urn:getFullnameResponse" />
+            <wsdl:fault message="ns:getFullnameException" name="getFullnameException" wsaw:Action="urn:getFullnamegetFullnameException" />
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <wsdl:input message="ns:finishedDomainValidationRequest" wsaw:Action="urn:finishedDomainValidation" />
+            <wsdl:output message="ns:finishedDomainValidationResponse" wsaw:Action="urn:finishedDomainValidationResponse" />
+            <wsdl:fault message="ns:finishedDomainValidationException" name="finishedDomainValidationException" wsaw:Action="urn:finishedDomainValidationfinishedDomainValidationException" />
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <wsdl:input message="ns:updateContactRequest" wsaw:Action="urn:updateContact" />
+            <wsdl:output message="ns:updateContactResponse" wsaw:Action="urn:updateContactResponse" />
+            <wsdl:fault message="ns:updateContactException" name="updateContactException" wsaw:Action="urn:updateContactupdateContactException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="AccountMgtServiceSoap11Binding" type="ns:AccountMgtServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="checkDomainAvailability">
+            <soap:operation soapAction="urn:checkDomainAvailability" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="checkDomainAvailabilityException">
+                <soap:fault use="literal" name="checkDomainAvailabilityException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <soap:operation soapAction="urn:getContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getContactException">
+                <soap:fault use="literal" name="getContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <soap:operation soapAction="urn:isEmailValidated" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isEmailValidatedException">
+                <soap:fault use="literal" name="isEmailValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <soap:operation soapAction="urn:updateFullname" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateFullnameException">
+                <soap:fault use="literal" name="updateFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <soap:operation soapAction="urn:isDomainValidated" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isDomainValidatedException">
+                <soap:fault use="literal" name="isDomainValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <soap:operation soapAction="urn:deactivate" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="deactivateException">
+                <soap:fault use="literal" name="deactivateException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <soap:operation soapAction="urn:getFullname" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getFullnameException">
+                <soap:fault use="literal" name="getFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <soap:operation soapAction="urn:finishedDomainValidation" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="finishedDomainValidationException">
+                <soap:fault use="literal" name="finishedDomainValidationException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <soap:operation soapAction="urn:updateContact" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateContactException">
+                <soap:fault use="literal" name="updateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="AccountMgtServiceSoap12Binding" type="ns:AccountMgtServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="checkDomainAvailability">
+            <soap12:operation soapAction="urn:checkDomainAvailability" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="checkDomainAvailabilityException">
+                <soap12:fault use="literal" name="checkDomainAvailabilityException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getContact">
+            <soap12:operation soapAction="urn:getContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getContactException">
+                <soap12:fault use="literal" name="getContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isEmailValidated">
+            <soap12:operation soapAction="urn:isEmailValidated" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isEmailValidatedException">
+                <soap12:fault use="literal" name="isEmailValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateFullname">
+            <soap12:operation soapAction="urn:updateFullname" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateFullnameException">
+                <soap12:fault use="literal" name="updateFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="isDomainValidated">
+            <soap12:operation soapAction="urn:isDomainValidated" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="isDomainValidatedException">
+                <soap12:fault use="literal" name="isDomainValidatedException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivate">
+            <soap12:operation soapAction="urn:deactivate" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="deactivateException">
+                <soap12:fault use="literal" name="deactivateException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getFullname">
+            <soap12:operation soapAction="urn:getFullname" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="getFullnameException">
+                <soap12:fault use="literal" name="getFullnameException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="finishedDomainValidation">
+            <soap12:operation soapAction="urn:finishedDomainValidation" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="finishedDomainValidationException">
+                <soap12:fault use="literal" name="finishedDomainValidationException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="updateContact">
+            <soap12:operation soapAction="urn:updateContact" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="updateContactException">
+                <soap12:fault use="literal" name="updateContactException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="AccountMgtServiceHttpBinding" type="ns:AccountMgtServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="checkDomainAvailability">
+            <http:operation location="checkDomainAvailability" />
+            <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="getContact">
+            <http:operation location="getContact" />
+            <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="isEmailValidated">
+            <http:operation location="isEmailValidated" />
+            <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="updateFullname">
+            <http:operation location="updateFullname" />
+            <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="isDomainValidated">
+            <http:operation location="isDomainValidated" />
+            <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="deactivate">
+            <http:operation location="deactivate" />
+            <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="getFullname">
+            <http:operation location="getFullname" />
+            <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="finishedDomainValidation">
+            <http:operation location="finishedDomainValidation" />
+            <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="updateContact">
+            <http:operation location="updateContact" />
+            <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:binding>
+    <wsdl:service name="AccountMgtService">
+        <wsdl:port name="AccountMgtServiceHttpsSoap11Endpoint" binding="ns:AccountMgtServiceSoap11Binding">
+            <soap:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="AccountMgtServiceHttpsSoap12Endpoint" binding="ns:AccountMgtServiceSoap12Binding">
+            <soap12:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="AccountMgtServiceHttpsEndpoint" binding="ns:AccountMgtServiceHttpBinding">
+            <http:address location="https://192.168.1.100:9443/services/AccountMgtService.AccountMgtServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8fa702b0/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
new file mode 100644
index 0000000..aa8fd6b
--- /dev/null
+++ b/service-stubs/org.apache.stratos.account.mgt.stub/4.1.3/src/main/resources/BillingDataAccessService.wsdl
@@ -0,0 +1,913 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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:ax227="http://dataobjects.core.billing.carbon.wso2.org/xsd" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
+    <wsdl:documentation>BillingDataAccessService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax228="http://dataobjects.core.billing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.carbon.wso2.org">
+            <xs:import namespace="http://dataobjects.core.billing.carbon.wso2.org/xsd"/>
+            <xs:element name="BillingDataAccessServiceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="BillingDataAccessServiceException" nillable="true" type="ns:Exception"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="getSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getItemIdWithName">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                        <xs:element minOccurs="0" name="parentId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getItemIdWithNameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getInactiveSubscriptionsOfCustomer">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getInactiveSubscriptionsOfCustomerResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getCustomerWithName">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getCustomerWithNameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Customer"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerByTenant">
+                <xs:complexType>
+                    <xs:sequence/>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deleteBillingData">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionByTenant">
+                <xs:complexType>
+                    <xs:sequence/>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="deactivateActiveSubscriptionBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionForTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
+                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionForTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionByTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionByTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionBySuperTenant">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="customerId" type="xs:int"/>
+                        <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="changeSubscriptionBySuperTenantResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscription" nillable="true" type="ax228:Subscription"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="addSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="activateSubscription">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="activateSubscriptionResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <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://dataobjects.core.billing.carbon.wso2.org/xsd">
+            <xs:complexType name="Subscription">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="active" type="xs:boolean"/>
+                    <xs:element minOccurs="0" name="activeSince" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="activeUntil" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax227:Customer"/>
+                    <xs:element minOccurs="0" name="id" type="xs:int"/>
+                    <xs:element minOccurs="0" name="invoiceSubscriptionId" type="xs:int"/>
+                    <xs:element minOccurs="0" name="item" nillable="true" type="ax227:Item"/>
+                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/>
+                    <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Customer">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax227:Invoice"/>
+                    <xs:element minOccurs="0" name="address" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="context" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="id" type="xs:int"/>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="startedDate" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="totalBandwidth" type="xs:long"/>
+                    <xs:element minOccurs="0" name="totalCartridgeCPUHours" type="xs:long"/>
+                    <xs:element minOccurs="0" name="totalStorage" type="xs:long"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Invoice">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="customer" nillable="true" type="ax227:Customer"/>
+                    <xs:element minOccurs="0" name="date" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="id" type="xs:int"/>
+                    <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/>
+                    <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/>
+                    <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType"/>
+                    <xs:element minOccurs="0" name="totalCost" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax227:Cash"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Cash">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="currency" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="decimalNumber" type="xs:int"/>
+                    <xs:element minOccurs="0" name="sign" nillable="true" type="ax227:Cash_Sign"/>
+                    <xs:element minOccurs="0" name="wholeNumber" type="xs:int"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="Cash_Sign">
+                <xs:complexContent>
+                    <xs:extension base="xs:Enum">
+                        <xs:sequence/>
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+            <xs:complexType name="Item">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="bandwidthLimit" type="xs:int"/>
+                    <xs:element minOccurs="0" name="bandwidthOveruseCharge" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="cartridgeCPUHourLimit" type="xs:int"/>
+                    <xs:element minOccurs="0" name="cartridgeCPUOveruseCharge" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="children" nillable="true" type="xs:anyType"/>
+                    <xs:element minOccurs="0" name="cost" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="creditLimit" nillable="true" type="ax227:Cash"/>
+                    <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="id" type="xs:int"/>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="parent" nillable="true" type="ax227:Item"/>
+                    <xs:element minOccurs="0" name="resourceVolumeLimit" type="xs:int"/>
+                    <xs:element minOccurs="0" name="resourceVolumeOveruseCharge" nillable="true" type="ax227:Cash"/>
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="changeSubscriptionByTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenant"/>
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionByTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionByTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="BillingDataAccessServiceException">
+        <wsdl:part name="parameters" element="ns:BillingDataAccessServiceException"/>
+    </wsdl:message>
+    <wsdl:message name="activateSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:activateSubscription"/>
+    </wsdl:message>
+    <wsdl:message name="activateSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:activateSubscriptionResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getInactiveSubscriptionsOfCustomerRequest">
+        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomer"/>
+    </wsdl:message>
+    <wsdl:message name="getInactiveSubscriptionsOfCustomerResponse">
+        <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomerResponse"/>
+    </wsdl:message>
+    <wsdl:message name="deleteBillingDataRequest">
+        <wsdl:part name="parameters" element="ns:deleteBillingData"/>
+    </wsdl:message>
+    <wsdl:message name="getItemIdWithNameRequest">
+        <wsdl:part name="parameters" element="ns:getItemIdWithName"/>
+    </wsdl:message>
+    <wsdl:message name="getItemIdWithNameResponse">
+        <wsdl:part name="parameters" element="ns:getItemIdWithNameResponse"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenant"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="addSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:addSubscription"/>
+    </wsdl:message>
+    <wsdl:message name="addSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:addSubscriptionResponse"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionByTenantRequest">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenant"/>
+    </wsdl:message>
+    <wsdl:message name="deactivateActiveSubscriptionByTenantResponse">
+        <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getSubscriptionRequest">
+        <wsdl:part name="parameters" element="ns:getSubscription"/>
+    </wsdl:message>
+    <wsdl:message name="getSubscriptionResponse">
+        <wsdl:part name="parameters" element="ns:getSubscriptionResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getCustomerWithNameRequest">
+        <wsdl:part name="parameters" element="ns:getCustomerWithName"/>
+    </wsdl:message>
+    <wsdl:message name="getCustomerWithNameResponse">
+        <wsdl:part name="parameters" element="ns:getCustomerWithNameResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantRequest">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenant"/>
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerByTenantResponse">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenant"/>
+    </wsdl:message>
+    <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionBySuperTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenant"/>
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionBySuperTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenantResponse"/>
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionForTenantRequest">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenant"/>
+    </wsdl:message>
+    <wsdl:message name="changeSubscriptionForTenantResponse">
+        <wsdl:part name="parameters" element="ns:changeSubscriptionForTenantResponse"/>
+    </wsdl:message>
+    <wsdl:portType name="BillingDataAccessServicePortType">
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <wsdl:input message="ns:changeSubscriptionByTenantRequest" wsaw:Action="urn:changeSubscriptionByTenant"/>
+            <wsdl:output message="ns:changeSubscriptionByTenantResponse" wsaw:Action="urn:changeSubscriptionByTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionByTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <wsdl:input message="ns:activateSubscriptionRequest" wsaw:Action="urn:activateSubscription"/>
+            <wsdl:output message="ns:activateSubscriptionResponse" wsaw:Action="urn:activateSubscriptionResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:activateSubscriptionBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <wsdl:input message="ns:getInactiveSubscriptionsOfCustomerRequest" wsaw:Action="urn:getInactiveSubscriptionsOfCustomer"/>
+            <wsdl:output message="ns:getInactiveSubscriptionsOfCustomerResponse" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <wsdl:input message="ns:deleteBillingDataRequest" wsaw:Action="urn:deleteBillingData"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deleteBillingDataBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <wsdl:input message="ns:getItemIdWithNameRequest" wsaw:Action="urn:getItemIdWithName"/>
+            <wsdl:output message="ns:getItemIdWithNameResponse" wsaw:Action="urn:getItemIdWithNameResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getItemIdWithNameBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <wsdl:input message="ns:deactivateActiveSubscriptionBySuperTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenant"/>
+            <wsdl:output message="ns:deactivateActiveSubscriptionBySuperTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <wsdl:input message="ns:addSubscriptionRequest" wsaw:Action="urn:addSubscription"/>
+            <wsdl:output message="ns:addSubscriptionResponse" wsaw:Action="urn:addSubscriptionResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:addSubscriptionBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <wsdl:input message="ns:deactivateActiveSubscriptionByTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionByTenant"/>
+            <wsdl:output message="ns:deactivateActiveSubscriptionByTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionByTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionByTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <wsdl:input message="ns:getSubscriptionRequest" wsaw:Action="urn:getSubscription"/>
+            <wsdl:output message="ns:getSubscriptionResponse" wsaw:Action="urn:getSubscriptionResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getSubscriptionBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <wsdl:input message="ns:getCustomerWithNameRequest" wsaw:Action="urn:getCustomerWithName"/>
+            <wsdl:output message="ns:getCustomerWithNameResponse" wsaw:Action="urn:getCustomerWithNameResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getCustomerWithNameBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <wsdl:input message="ns:getActiveSubscriptionOfCustomerByTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenant"/>
+            <wsdl:output message="ns:getActiveSubscriptionOfCustomerByTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <wsdl:input message="ns:getActiveSubscriptionOfCustomerBySuperTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenant"/>
+            <wsdl:output message="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <wsdl:input message="ns:changeSubscriptionBySuperTenantRequest" wsaw:Action="urn:changeSubscriptionBySuperTenant"/>
+            <wsdl:output message="ns:changeSubscriptionBySuperTenantResponse" wsaw:Action="urn:changeSubscriptionBySuperTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionBySuperTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <wsdl:input message="ns:changeSubscriptionForTenantRequest" wsaw:Action="urn:changeSubscriptionForTenant"/>
+            <wsdl:output message="ns:changeSubscriptionForTenantResponse" wsaw:Action="urn:changeSubscriptionForTenantResponse"/>
+            <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionForTenantBillingDataAccessServiceException"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="BillingDataAccessServiceSoap11Binding" type="ns:BillingDataAccessServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <soap:operation soapAction="urn:changeSubscriptionByTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <soap:operation soapAction="urn:activateSubscription" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <soap:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <soap:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <soap:operation soapAction="urn:getItemIdWithName" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <soap:operation soapAction="urn:deleteBillingData" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <soap:operation soapAction="urn:addSubscription" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <soap:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <soap:operation soapAction="urn:getSubscription" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <soap:operation soapAction="urn:getCustomerWithName" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <soap:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <soap:operation soapAction="urn:changeSubscriptionForTenant" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="BillingDataAccessServiceSoap12Binding" type="ns:BillingDataAccessServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionByTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="activateSubscription">
+            <soap12:operation soapAction="urn:activateSubscription" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getInactiveSubscriptionsOfCustomer">
+            <soap12:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant">
+            <soap12:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getItemIdWithName">
+            <soap12:operation soapAction="urn:getItemIdWithName" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deleteBillingData">
+            <soap12:operation soapAction="urn:deleteBillingData" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <soap12:operation soapAction="urn:addSubscription" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="deactivateActiveSubscriptionByTenant">
+            <soap12:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getSubscription">
+            <soap12:operation soapAction="urn:getSubscription" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getCustomerWithName">
+            <soap12:operation soapAction="urn:getCustomerWithName" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant">
+            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant">
+            <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionBySuperTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="changeSubscriptionForTenant">
+            <soap12:operation soapAction="urn:changeSubscriptionForTenant" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="BillingDataAccessServiceException">
+                <soap12:fault use="literal" name="BillingDataAccessServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="BillingDataAccessServiceHttpBinding" type="ns:BillingDataAccessServicePortType">
+        <http:binding verb="POST"/>
+        <wsdl:operation name="changeSubscriptionByTenant">
+            <http:operation location="changeSubscriptionByTenant"/>
+            <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="activateSubscription">
+            <http:operation location="activateSubscription"/>
+            <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="getInactiveSubscriptionsOfCustomer">
+            <http:operation location="getInactiveSubscriptionsOfCustomer"/>
+            <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="deactivateActiveSubscriptionBySuperTenant">
+            <http:operation location="deactivateActiveSubscriptionBySuperTenant"/>
+            <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="getItemIdWithName">
+            <http:operation location="getItemIdWithName"/>
+            <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="deleteBillingData">
+            <http:operation location="deleteBillingData"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="parameters"/>
+            </wsdl:input>
+        </wsdl:operation>
+        <wsdl:operation name="addSubscription">
+            <http:operation location="addSubscription"/>
+            <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="deactivateActiveSubscriptionByTenant">
+            <http:operation location="deactivateActiveSubscriptionByTenant"/>
+            <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="getSubscription">
+            <http:operation location="getSubscription"/>
+            <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="getCustomerWithName">
+            <http:operation location="getCustomerWithName"/>
+            <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="getActiveSubscriptionOfCustomerBySuperTenant">
+            <http:operation location="getActiveSubscriptionOfCustomerBySuperTenant"/>
+            <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="getActiveSubscriptionOfCustomerByTenant">
+            <http:operation location="getActiveSubscriptionOfCustomerByTenant"/>
+            <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="changeSubscriptionBySuperTenant">
+            <http:operation location="changeSubscriptionBySuperTenant"/>
+            <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="changeSubscriptionForTenant">
+            <http:operation location="changeSubscriptionForTenant"/>
+            <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:binding>
+    <wsdl:service name="BillingDataAccessService">
+        <wsdl:port name="BillingDataAccessServiceHttpsSoap11Endpoint" binding="ns:BillingDataAccessServiceSoap11Binding">
+            <soap:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="BillingDataAccessServiceHttpsSoap12Endpoint" binding="ns:BillingDataAccessServiceSoap12Binding">
+            <soap12:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="BillingDataAccessServiceHttpsEndpoint" binding="ns:BillingDataAccessServiceHttpBinding">
+            <http:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsEndpoint/"/>
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file


[08/11] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into service_stubs

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into service_stubs


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/beb5a571
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/beb5a571
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/beb5a571

Branch: refs/heads/master
Commit: beb5a57180da3e785d14c103623ff6b162a0b1f3
Parents: 8fa702b dac65a5
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 8 13:13:51 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 8 13:13:51 2013 +0530

----------------------------------------------------------------------
 .../2.1.0/pom.xml                               | 127 ++++++++++
 .../stratos/keystore/mgt/KeyStoreGenerator.java | 229 +++++++++++++++++++
 .../keystore/mgt/KeyStoreMgtException.java      |  39 ++++
 .../keystore/mgt/KeystoreTenantMgtListener.java |  79 +++++++
 .../internal/KeyStoreMgtServiceComponent.java   |  87 +++++++
 .../keystore/mgt/util/RealmServiceHolder.java   |  33 +++
 .../mgt/util/RegistryServiceHolder.java         |  33 +++
 .../2.1.0/pom.xml                               |  93 ++++++++
 .../dispatcher/MultitenantDispatcher.java       |  68 ++++++
 .../TenantDispatcherServiceComponent.java       | 146 ++++++++++++
 components/pom.xml                              |   1 +
 .../org.wso2.carbon.keystore.mgt/2.1.0/pom.xml  | 117 ----------
 .../carbon/keystore/mgt/KeyStoreGenerator.java  | 229 -------------------
 .../keystore/mgt/KeyStoreMgtException.java      |  39 ----
 .../keystore/mgt/KeystoreTenantMgtListener.java |  79 -------
 .../internal/KeyStoreMgtServiceComponent.java   |  87 -------
 .../keystore/mgt/util/RealmServiceHolder.java   |  33 ---
 .../mgt/util/RegistryServiceHolder.java         |  33 ---
 18 files changed, 935 insertions(+), 617 deletions(-)
----------------------------------------------------------------------



[09/11] committing refactored account-mgt and tenant-mgt stubs

Posted by is...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl b/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
deleted file mode 100644
index 10480df..0000000
--- a/service-stubs/org.wso2.carbon.tenant.mgt.stub/4.1.0/src/main/resources/TenantMgtAdminService.wsdl
+++ /dev/null
@@ -1,616 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.tenant.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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:ax2388="http://beans.common.stratos.carbon.wso2.org/xsd" xmlns:ax2390="http://beans.mgt.tenant.carbon.wso2.org/xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.tenant.carbon.wso2.org">
-    <wsdl:documentation>TenantMgtAdminService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema xmlns:ax2392="http://beans.mgt.tenant.carbon.wso2.org/xsd" xmlns:ax2389="http://beans.common.stratos.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.tenant.carbon.wso2.org">
-            <xs:import namespace="http://beans.common.stratos.carbon.wso2.org/xsd"/>
-            <xs:import namespace="http://beans.mgt.tenant.carbon.wso2.org/xsd"/>
-            <xs:element name="TenantMgtAdminServiceException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="TenantMgtAdminServiceException" nillable="true" type="ns:Exception"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:complexType name="Exception">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
-                </xs:sequence>
-            </xs:complexType>
-            <xs:element name="updateTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantInfoBean" nillable="true" type="ax2388:TenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrieveTenants">
-                <xs:complexType>
-                    <xs:sequence/>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrieveTenantsResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePartialSearchTenants">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePartialSearchTenantsResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePaginatedTenants">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="pageNumber" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePaginatedTenantsResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2392:PaginatedTenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePaginatedPartialSearchTenants">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
-                        <xs:element minOccurs="0" name="pageNumber" type="xs:int"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="retrievePaginatedPartialSearchTenantsResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2392:PaginatedTenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2388:TenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deleteTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="deactivateTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantInfoBean" nillable="true" type="ax2388:TenantInfoBean"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="addTenantResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="activateTenant">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-        </xs:schema>
-        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.common.stratos.carbon.wso2.org/xsd">
-            <xs:complexType name="TenantInfoBean">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="active" type="xs:boolean"/>
-                    <xs:element minOccurs="0" name="admin" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="adminPassword" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="createdDate" nillable="true" type="xs:dateTime"/>
-                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="firstname" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="lastname" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="originatedService" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="successKey" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/>
-                    <xs:element minOccurs="0" name="tenantId" type="xs:int"/>
-                    <xs:element minOccurs="0" name="usagePlan" nillable="true" type="xs:string"/>
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-        <xs:schema xmlns:ax2391="http://beans.common.stratos.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.mgt.tenant.carbon.wso2.org/xsd">
-            <xs:import namespace="http://beans.common.stratos.carbon.wso2.org/xsd"/>
-            <xs:complexType name="PaginatedTenantInfoBean">
-                <xs:sequence>
-                    <xs:element minOccurs="0" name="numberOfPages" type="xs:int"/>
-                    <xs:element maxOccurs="unbounded" minOccurs="0" name="tenantInfoBeans" nillable="true" type="ax2391:TenantInfoBean"/>
-                </xs:sequence>
-            </xs:complexType>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="retrieveTenantsRequest">
-        <wsdl:part name="parameters" element="ns:retrieveTenants"/>
-    </wsdl:message>
-    <wsdl:message name="retrieveTenantsResponse">
-        <wsdl:part name="parameters" element="ns:retrieveTenantsResponse"/>
-    </wsdl:message>
-    <wsdl:message name="TenantMgtAdminServiceException">
-        <wsdl:part name="parameters" element="ns:TenantMgtAdminServiceException"/>
-    </wsdl:message>
-    <wsdl:message name="getTenantRequest">
-        <wsdl:part name="parameters" element="ns:getTenant"/>
-    </wsdl:message>
-    <wsdl:message name="getTenantResponse">
-        <wsdl:part name="parameters" element="ns:getTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateTenantRequest">
-        <wsdl:part name="parameters" element="ns:deactivateTenant"/>
-    </wsdl:message>
-    <wsdl:message name="deactivateTenantResponse"/>
-    <wsdl:message name="retrievePartialSearchTenantsRequest">
-        <wsdl:part name="parameters" element="ns:retrievePartialSearchTenants"/>
-    </wsdl:message>
-    <wsdl:message name="retrievePartialSearchTenantsResponse">
-        <wsdl:part name="parameters" element="ns:retrievePartialSearchTenantsResponse"/>
-    </wsdl:message>
-    <wsdl:message name="retrievePaginatedTenantsRequest">
-        <wsdl:part name="parameters" element="ns:retrievePaginatedTenants"/>
-    </wsdl:message>
-    <wsdl:message name="retrievePaginatedTenantsResponse">
-        <wsdl:part name="parameters" element="ns:retrievePaginatedTenantsResponse"/>
-    </wsdl:message>
-    <wsdl:message name="updateTenantRequest">
-        <wsdl:part name="parameters" element="ns:updateTenant"/>
-    </wsdl:message>
-    <wsdl:message name="updateTenantResponse"/>
-    <wsdl:message name="addTenantRequest">
-        <wsdl:part name="parameters" element="ns:addTenant"/>
-    </wsdl:message>
-    <wsdl:message name="addTenantResponse">
-        <wsdl:part name="parameters" element="ns:addTenantResponse"/>
-    </wsdl:message>
-    <wsdl:message name="retrievePaginatedPartialSearchTenantsRequest">
-        <wsdl:part name="parameters" element="ns:retrievePaginatedPartialSearchTenants"/>
-    </wsdl:message>
-    <wsdl:message name="retrievePaginatedPartialSearchTenantsResponse">
-        <wsdl:part name="parameters" element="ns:retrievePaginatedPartialSearchTenantsResponse"/>
-    </wsdl:message>
-    <wsdl:message name="activateTenantRequest">
-        <wsdl:part name="parameters" element="ns:activateTenant"/>
-    </wsdl:message>
-    <wsdl:message name="activateTenantResponse"/>
-    <wsdl:message name="deleteTenantRequest">
-        <wsdl:part name="parameters" element="ns:deleteTenant"/>
-    </wsdl:message>
-    <wsdl:message name="deleteTenantResponse"/>
-    <wsdl:portType name="TenantMgtAdminServicePortType">
-        <wsdl:operation name="retrieveTenants">
-            <wsdl:input message="ns:retrieveTenantsRequest" wsaw:Action="urn:retrieveTenants"/>
-            <wsdl:output message="ns:retrieveTenantsResponse" wsaw:Action="urn:retrieveTenantsResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrieveTenantsTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="getTenant">
-            <wsdl:input message="ns:getTenantRequest" wsaw:Action="urn:getTenant"/>
-            <wsdl:output message="ns:getTenantResponse" wsaw:Action="urn:getTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:getTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateTenant">
-            <wsdl:input message="ns:deactivateTenantRequest" wsaw:Action="urn:deactivateTenant"/>
-            <wsdl:output message="ns:deactivateTenantResponse" wsaw:Action="urn:deactivateTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:deactivateTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePartialSearchTenants">
-            <wsdl:input message="ns:retrievePartialSearchTenantsRequest" wsaw:Action="urn:retrievePartialSearchTenants"/>
-            <wsdl:output message="ns:retrievePartialSearchTenantsResponse" wsaw:Action="urn:retrievePartialSearchTenantsResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePartialSearchTenantsTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedTenants">
-            <wsdl:input message="ns:retrievePaginatedTenantsRequest" wsaw:Action="urn:retrievePaginatedTenants"/>
-            <wsdl:output message="ns:retrievePaginatedTenantsResponse" wsaw:Action="urn:retrievePaginatedTenantsResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePaginatedTenantsTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="updateTenant">
-            <wsdl:input message="ns:updateTenantRequest" wsaw:Action="urn:updateTenant"/>
-            <wsdl:output message="ns:updateTenantResponse" wsaw:Action="urn:updateTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:updateTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="addTenant">
-            <wsdl:input message="ns:addTenantRequest" wsaw:Action="urn:addTenant"/>
-            <wsdl:output message="ns:addTenantResponse" wsaw:Action="urn:addTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:addTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
-            <wsdl:input message="ns:retrievePaginatedPartialSearchTenantsRequest" wsaw:Action="urn:retrievePaginatedPartialSearchTenants"/>
-            <wsdl:output message="ns:retrievePaginatedPartialSearchTenantsResponse" wsaw:Action="urn:retrievePaginatedPartialSearchTenantsResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:retrievePaginatedPartialSearchTenantsTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="activateTenant">
-            <wsdl:input message="ns:activateTenantRequest" wsaw:Action="urn:activateTenant"/>
-            <wsdl:output message="ns:activateTenantResponse" wsaw:Action="urn:activateTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:activateTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-        <wsdl:operation name="deleteTenant">
-            <wsdl:input message="ns:deleteTenantRequest" wsaw:Action="urn:deleteTenant"/>
-            <wsdl:output message="ns:deleteTenantResponse" wsaw:Action="urn:deleteTenantResponse"/>
-            <wsdl:fault message="ns:TenantMgtAdminServiceException" name="TenantMgtAdminServiceException" wsaw:Action="urn:deleteTenantTenantMgtAdminServiceException"/>
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="TenantMgtAdminServiceSoap11Binding" type="ns:TenantMgtAdminServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-        <wsdl:operation name="getTenant">
-            <soap:operation soapAction="urn:getTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrieveTenants">
-            <soap:operation soapAction="urn:retrieveTenants" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateTenant">
-            <soap:operation soapAction="urn:deactivateTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePartialSearchTenants">
-            <soap:operation soapAction="urn:retrievePartialSearchTenants" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedTenants">
-            <soap:operation soapAction="urn:retrievePaginatedTenants" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateTenant">
-            <soap:operation soapAction="urn:updateTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addTenant">
-            <soap:operation soapAction="urn:addTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
-            <soap:operation soapAction="urn:retrievePaginatedPartialSearchTenants" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteTenant">
-            <soap:operation soapAction="urn:deleteTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateTenant">
-            <soap:operation soapAction="urn:activateTenant" style="document"/>
-            <wsdl:input>
-                <soap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="TenantMgtAdminServiceSoap12Binding" type="ns:TenantMgtAdminServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-        <wsdl:operation name="getTenant">
-            <soap12:operation soapAction="urn:getTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrieveTenants">
-            <soap12:operation soapAction="urn:retrieveTenants" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deactivateTenant">
-            <soap12:operation soapAction="urn:deactivateTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePartialSearchTenants">
-            <soap12:operation soapAction="urn:retrievePartialSearchTenants" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedTenants">
-            <soap12:operation soapAction="urn:retrievePaginatedTenants" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="updateTenant">
-            <soap12:operation soapAction="urn:updateTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="addTenant">
-            <soap12:operation soapAction="urn:addTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="retrievePaginatedPartialSearchTenants">
-            <soap12:operation soapAction="urn:retrievePaginatedPartialSearchTenants" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="deleteTenant">
-            <soap12:operation soapAction="urn:deleteTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="activateTenant">
-            <soap12:operation soapAction="urn:activateTenant" style="document"/>
-            <wsdl:input>
-                <soap12:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal"/>
-            </wsdl:output>
-            <wsdl:fault name="TenantMgtAdminServiceException">
-                <soap12:fault use="literal" name="TenantMgtAdminServiceException"/>
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="TenantMgtAdminServiceHttpBinding" type="ns:TenantMgtAdminServicePortType">
-        <http:binding verb="POST"/>
-        <wsdl:operation name="getTenant">
-            <http:operation location="getTenant"/>
-            <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="retrieveTenants">
-            <http:operation location="retrieveTenants"/>
-            <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="deactivateTenant">
-            <http:operation location="deactivateTenant"/>
-            <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="retrievePartialSearchTenants">
-            <http:operation location="retrievePartialSearchTenants"/>
-            <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="retrievePaginatedTenants">
-            <http:operation location="retrievePaginatedTenants"/>
-            <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="updateTenant">
-            <http:operation location="updateTenant"/>
-            <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="addTenant">
-            <http:operation location="addTenant"/>
-            <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="retrievePaginatedPartialSearchTenants">
-            <http:operation location="retrievePaginatedPartialSearchTenants"/>
-            <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="deleteTenant">
-            <http:operation location="deleteTenant"/>
-            <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="activateTenant">
-            <http:operation location="activateTenant"/>
-            <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:binding>
-    <wsdl:service name="TenantMgtAdminService">
-        <wsdl:port name="TenantMgtAdminServiceHttpsSoap11Endpoint" binding="ns:TenantMgtAdminServiceSoap11Binding">
-            <soap:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsSoap11Endpoint/"/>
-        </wsdl:port>
-        <wsdl:port name="TenantMgtAdminServiceHttpsSoap12Endpoint" binding="ns:TenantMgtAdminServiceSoap12Binding">
-            <soap12:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsSoap12Endpoint/"/>
-        </wsdl:port>
-        <wsdl:port name="TenantMgtAdminServiceHttpsEndpoint" binding="ns:TenantMgtAdminServiceHttpBinding">
-            <http:address location="https://172.16.60.1:9443/services/TenantMgtAdminService.TenantMgtAdminServiceHttpsEndpoint/"/>
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/761819e0/service-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml
index 215c802..6549942 100644
--- a/service-stubs/pom.xml
+++ b/service-stubs/pom.xml
@@ -37,6 +37,9 @@
 
     <modules>                            
         <module>org.apache.stratos.load.balance.cartridge.autoscaler.service.stub/4.1.3</module>
+	<module>org.apache.stratos.adc.mgt.stub/4.1.3</module>
+	<module>org.apache.stratos.account.mgt.stub/4.1.3</module>
+	<module>org.apache.stratos.tenant.mgt.stub/4.1.0</module>
     </modules>
 
     <build>