You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/12 11:48:52 UTC

git commit: Stratos Domain Validation Stube

Updated Branches:
  refs/heads/master d3514c6be -> 69d8c75a6


Stratos Domain Validation Stube

Signed-off-by: Lakmal Warusawithana <la...@wso2.com>


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

Branch: refs/heads/master
Commit: 69d8c75a6fa349628dd0cbc2ddcc946758a9e937
Parents: d3514c6
Author: Udara Liyanage <ud...@wso2.com>
Authored: Fri Jul 12 15:04:46 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Fri Jul 12 15:18:35 2013 +0530

----------------------------------------------------------------------
 .../pom.xml                                     | 158 ++++++++++++
 .../resources/ValidateDomainAdminService.wsdl   | 227 ++++++++++++++++++
 .../main/resources/ValidateDomainService.wsdl   | 227 ++++++++++++++++++
 .../4.1.0/pom.xml                               | 122 ----------
 .../resources/ValidateDomainAdminService.wsdl   | 238 -------------------
 .../main/resources/ValidateDomainService.wsdl   | 238 -------------------
 6 files changed, 612 insertions(+), 598 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/69d8c75a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml
new file mode 100644
index 0000000..c6eb111
--- /dev/null
+++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml
@@ -0,0 +1,158 @@
+<?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.apache.stratos</groupId>
+        <artifactId>stratos-service-stubs</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+	<relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.apache.stratos.validate.domain.stub</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Stratos - Validate Domains 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>
+<path id="wsdl2java.classpath">
+                                    <!-- <pathelement location="${settings.localRepository}/org/apache/ws/commons/axiom/wso2/axiom/${axiom.wso2.version}/axiom-${axiom.wso2.version}.jar"/>-->
+                                    <pathelement location="${settings.localRepository}/org/apache/ws/commons/axiom/wso2/axiom/1.2.11.wso2v4/axiom-1.2.11.wso2v4.jar"/>
+                                    <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2-client/${axis2.wso2.client.version}/axis2-client-${axis2.wso2.client.version}.jar"/>
+                                    <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2/${axis2.wso2.version}/axis2-${axis2.wso2.version}.jar"/>
+                                </path>
+
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/ValidateDomainService.wsdl -u -uw -o target/generated-code
+                                    -p org.apache.stratos.validate.domain.stub.services
+                                    -ns2p http://services.domain.validate.stratos.apache.org=org.apache.stratos.validate.domain.stub.services,http://util.domain.validate.stratos.apache.org/xsd=org.apache.stratos.validate.domain.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.apache.stratos.validate.domain.stub.exceptions"/>
+                                    <!--<classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>-->
+					<classpath refid="wsdl2java.classpath"/>
+                                </java>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/ValidateDomainAdminService.wsdl -u -uw -o target/generated-code
+                                    -p org.apache.stratos.validate.domain.stub.services
+                                    -ns2p http://services.domain.validate.stratos.apache.org=org.apache.stratos.validate.domain.stub.services,http://util.domain.validate.stratos.apache.org/xsd=org.apache.stratos.validate.domain.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.apache.stratos.validate.domain.stub.exceptions"/>
+                                    <!--<classpath refid="maven.dependency.classpath"/>
+                                    <classpath refid="maven.compile.classpath"/>
+                                    <classpath refid="maven.runtime.classpath"/>-->
+					<classpath refid="wsdl2java.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.validate.domain.stub.*; version="${carbon.platform.package.export.version}"
+                        </Export-Package>
+                        <Import-Package>
+                            !org.apache.stratos.validate.domain.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>org.apache.ws.commons.axiom.wso2</groupId>
+            <artifactId>axiom</artifactId>
+       </dependency>
+	<dependency>
+                <groupId>wsdl4j.wso2</groupId>
+                <artifactId>wsdl4j</artifactId>
+                <version>1.6.2.wso2v4</version>
+            </dependency>
+	 <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+	<dependency>
+                <groupId>org.apache.ws.commons.schema.wso2</groupId>
+                <artifactId>XmlSchema</artifactId>
+                <version>${xmlschema.wso2.version}</version>
+            </dependency>
+<dependency>
+                        <groupId>org.apache.ws.commons.axiom.wso2</groupId>
+                        <artifactId>axiom</artifactId>
+                        <version>${orbit.version.axiom}</version>
+                </dependency>
+
+    </dependencies>
+    <properties>
+	<orbit.version.axiom>1.2.11.wso2v3</orbit.version.axiom>
+    </properties>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/69d8c75a/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainAdminService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainAdminService.wsdl b/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainAdminService.wsdl
new file mode 100644
index 0000000..61d893a
--- /dev/null
+++ b/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainAdminService.wsdl
@@ -0,0 +1,227 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.domain.validate.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.domain.validate.stratos.apache.org">
+    <wsdl:documentation>ValidateDomainAdminService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.domain.validate.stratos.apache.org">
+            <xs:element name="ValidateDomainAdminServiceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="ValidateDomainAdminServiceException" 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="validateByTextInRoot">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByTextInRootResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByDNSEntry">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByDNSEntryResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getDomainValidationKey">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getDomainValidationKeyResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="validateByTextInRootRequest">
+        <wsdl:part name="parameters" element="ns:validateByTextInRoot"/>
+    </wsdl:message>
+    <wsdl:message name="validateByTextInRootResponse">
+        <wsdl:part name="parameters" element="ns:validateByTextInRootResponse"/>
+    </wsdl:message>
+    <wsdl:message name="ValidateDomainAdminServiceException">
+        <wsdl:part name="parameters" element="ns:ValidateDomainAdminServiceException"/>
+    </wsdl:message>
+    <wsdl:message name="validateByDNSEntryRequest">
+        <wsdl:part name="parameters" element="ns:validateByDNSEntry"/>
+    </wsdl:message>
+    <wsdl:message name="validateByDNSEntryResponse">
+        <wsdl:part name="parameters" element="ns:validateByDNSEntryResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getDomainValidationKeyRequest">
+        <wsdl:part name="parameters" element="ns:getDomainValidationKey"/>
+    </wsdl:message>
+    <wsdl:message name="getDomainValidationKeyResponse">
+        <wsdl:part name="parameters" element="ns:getDomainValidationKeyResponse"/>
+    </wsdl:message>
+    <wsdl:portType name="ValidateDomainAdminServicePortType">
+        <wsdl:operation name="validateByTextInRoot">
+            <wsdl:input message="ns:validateByTextInRootRequest" wsaw:Action="urn:validateByTextInRoot"/>
+            <wsdl:output message="ns:validateByTextInRootResponse" wsaw:Action="urn:validateByTextInRootResponse"/>
+            <wsdl:fault message="ns:ValidateDomainAdminServiceException" name="ValidateDomainAdminServiceException" wsaw:Action="urn:validateByTextInRootValidateDomainAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <wsdl:input message="ns:validateByDNSEntryRequest" wsaw:Action="urn:validateByDNSEntry"/>
+            <wsdl:output message="ns:validateByDNSEntryResponse" wsaw:Action="urn:validateByDNSEntryResponse"/>
+            <wsdl:fault message="ns:ValidateDomainAdminServiceException" name="ValidateDomainAdminServiceException" wsaw:Action="urn:validateByDNSEntryValidateDomainAdminServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <wsdl:input message="ns:getDomainValidationKeyRequest" wsaw:Action="urn:getDomainValidationKey"/>
+            <wsdl:output message="ns:getDomainValidationKeyResponse" wsaw:Action="urn:getDomainValidationKeyResponse"/>
+            <wsdl:fault message="ns:ValidateDomainAdminServiceException" name="ValidateDomainAdminServiceException" wsaw:Action="urn:getDomainValidationKeyValidateDomainAdminServiceException"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="ValidateDomainAdminServiceSoap11Binding" type="ns:ValidateDomainAdminServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <soap:operation soapAction="urn:validateByTextInRoot" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <soap:operation soapAction="urn:validateByDNSEntry" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <soap:operation soapAction="urn:getDomainValidationKey" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ValidateDomainAdminServiceSoap12Binding" type="ns:ValidateDomainAdminServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <soap12:operation soapAction="urn:validateByTextInRoot" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap12:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <soap12:operation soapAction="urn:validateByDNSEntry" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap12:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <soap12:operation soapAction="urn:getDomainValidationKey" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainAdminServiceException">
+                <soap12:fault use="literal" name="ValidateDomainAdminServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ValidateDomainAdminServiceHttpBinding" type="ns:ValidateDomainAdminServicePortType">
+        <http:binding verb="POST"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <http:operation location="validateByTextInRoot"/>
+            <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="validateByDNSEntry">
+            <http:operation location="validateByDNSEntry"/>
+            <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="getDomainValidationKey">
+            <http:operation location="getDomainValidationKey"/>
+            <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="ValidateDomainAdminService">
+        <wsdl:port name="ValidateDomainAdminServiceHttpsSoap11Endpoint" binding="ns:ValidateDomainAdminServiceSoap11Binding">
+            <soap:address location="https://10.100.1.124:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainAdminServiceHttpSoap11Endpoint" binding="ns:ValidateDomainAdminServiceSoap11Binding">
+            <soap:address location="http://10.100.1.124:9763/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainAdminServiceHttpSoap12Endpoint" binding="ns:ValidateDomainAdminServiceSoap12Binding">
+            <soap12:address location="http://10.100.1.124:9763/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainAdminServiceHttpsSoap12Endpoint" binding="ns:ValidateDomainAdminServiceSoap12Binding">
+            <soap12:address location="https://10.100.1.124:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainAdminServiceHttpsEndpoint" binding="ns:ValidateDomainAdminServiceHttpBinding">
+            <http:address location="https://10.100.1.124:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsEndpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainAdminServiceHttpEndpoint" binding="ns:ValidateDomainAdminServiceHttpBinding">
+            <http:address location="http://10.100.1.124:9763/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpEndpoint/"/>
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/69d8c75a/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainService.wsdl b/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainService.wsdl
new file mode 100644
index 0000000..dbcadf2
--- /dev/null
+++ b/service-stubs/org.apache.stratos.validate.domain.stub/src/main/resources/ValidateDomainService.wsdl
@@ -0,0 +1,227 @@
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.domain.validate.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.domain.validate.stratos.apache.org">
+    <wsdl:documentation>ValidateDomainService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.domain.validate.stratos.apache.org">
+            <xs:element name="ValidateDomainServiceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="ValidateDomainServiceException" 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="validateByTextInRoot">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByTextInRootResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByDNSEntry">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="validateByDNSEntryResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getDomainValidationKey">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getDomainValidationKeyResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="validateByTextInRootRequest">
+        <wsdl:part name="parameters" element="ns:validateByTextInRoot"/>
+    </wsdl:message>
+    <wsdl:message name="validateByTextInRootResponse">
+        <wsdl:part name="parameters" element="ns:validateByTextInRootResponse"/>
+    </wsdl:message>
+    <wsdl:message name="ValidateDomainServiceException">
+        <wsdl:part name="parameters" element="ns:ValidateDomainServiceException"/>
+    </wsdl:message>
+    <wsdl:message name="validateByDNSEntryRequest">
+        <wsdl:part name="parameters" element="ns:validateByDNSEntry"/>
+    </wsdl:message>
+    <wsdl:message name="validateByDNSEntryResponse">
+        <wsdl:part name="parameters" element="ns:validateByDNSEntryResponse"/>
+    </wsdl:message>
+    <wsdl:message name="getDomainValidationKeyRequest">
+        <wsdl:part name="parameters" element="ns:getDomainValidationKey"/>
+    </wsdl:message>
+    <wsdl:message name="getDomainValidationKeyResponse">
+        <wsdl:part name="parameters" element="ns:getDomainValidationKeyResponse"/>
+    </wsdl:message>
+    <wsdl:portType name="ValidateDomainServicePortType">
+        <wsdl:operation name="validateByTextInRoot">
+            <wsdl:input message="ns:validateByTextInRootRequest" wsaw:Action="urn:validateByTextInRoot"/>
+            <wsdl:output message="ns:validateByTextInRootResponse" wsaw:Action="urn:validateByTextInRootResponse"/>
+            <wsdl:fault message="ns:ValidateDomainServiceException" name="ValidateDomainServiceException" wsaw:Action="urn:validateByTextInRootValidateDomainServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <wsdl:input message="ns:validateByDNSEntryRequest" wsaw:Action="urn:validateByDNSEntry"/>
+            <wsdl:output message="ns:validateByDNSEntryResponse" wsaw:Action="urn:validateByDNSEntryResponse"/>
+            <wsdl:fault message="ns:ValidateDomainServiceException" name="ValidateDomainServiceException" wsaw:Action="urn:validateByDNSEntryValidateDomainServiceException"/>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <wsdl:input message="ns:getDomainValidationKeyRequest" wsaw:Action="urn:getDomainValidationKey"/>
+            <wsdl:output message="ns:getDomainValidationKeyResponse" wsaw:Action="urn:getDomainValidationKeyResponse"/>
+            <wsdl:fault message="ns:ValidateDomainServiceException" name="ValidateDomainServiceException" wsaw:Action="urn:getDomainValidationKeyValidateDomainServiceException"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="ValidateDomainServiceSoap11Binding" type="ns:ValidateDomainServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <soap:operation soapAction="urn:validateByTextInRoot" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <soap:operation soapAction="urn:validateByDNSEntry" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <soap:operation soapAction="urn:getDomainValidationKey" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ValidateDomainServiceSoap12Binding" type="ns:ValidateDomainServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <soap12:operation soapAction="urn:validateByTextInRoot" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap12:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="validateByDNSEntry">
+            <soap12:operation soapAction="urn:validateByDNSEntry" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap12:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getDomainValidationKey">
+            <soap12:operation soapAction="urn:getDomainValidationKey" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+            <wsdl:fault name="ValidateDomainServiceException">
+                <soap12:fault use="literal" name="ValidateDomainServiceException"/>
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ValidateDomainServiceHttpBinding" type="ns:ValidateDomainServicePortType">
+        <http:binding verb="POST"/>
+        <wsdl:operation name="validateByTextInRoot">
+            <http:operation location="validateByTextInRoot"/>
+            <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="validateByDNSEntry">
+            <http:operation location="validateByDNSEntry"/>
+            <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="getDomainValidationKey">
+            <http:operation location="getDomainValidationKey"/>
+            <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="ValidateDomainService">
+        <wsdl:port name="ValidateDomainServiceHttpSoap11Endpoint" binding="ns:ValidateDomainServiceSoap11Binding">
+            <soap:address location="http://10.100.1.124:9763/services/ValidateDomainService.ValidateDomainServiceHttpSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainServiceHttpsSoap11Endpoint" binding="ns:ValidateDomainServiceSoap11Binding">
+            <soap:address location="https://10.100.1.124:9443/services/ValidateDomainService.ValidateDomainServiceHttpsSoap11Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainServiceHttpSoap12Endpoint" binding="ns:ValidateDomainServiceSoap12Binding">
+            <soap12:address location="http://10.100.1.124:9763/services/ValidateDomainService.ValidateDomainServiceHttpSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainServiceHttpsSoap12Endpoint" binding="ns:ValidateDomainServiceSoap12Binding">
+            <soap12:address location="https://10.100.1.124:9443/services/ValidateDomainService.ValidateDomainServiceHttpsSoap12Endpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainServiceHttpsEndpoint" binding="ns:ValidateDomainServiceHttpBinding">
+            <http:address location="https://10.100.1.124:9443/services/ValidateDomainService.ValidateDomainServiceHttpsEndpoint/"/>
+        </wsdl:port>
+        <wsdl:port name="ValidateDomainServiceHttpEndpoint" binding="ns:ValidateDomainServiceHttpBinding">
+            <http:address location="http://10.100.1.124:9763/services/ValidateDomainService.ValidateDomainServiceHttpEndpoint/"/>
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/69d8c75a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/pom.xml b/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/pom.xml
deleted file mode 100644
index 8d3f358..0000000
--- a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/pom.xml
+++ /dev/null
@@ -1,122 +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.validate.domain.stub</artifactId>
-    <packaging>bundle</packaging>
-    <name>WSO2 Carbon - Validate Domains 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/ValidateDomainService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.validate.domain.stub.services
-                                    -ns2p http://services.domain.validate.carbon.wso2.org=org.wso2.carbon.validate.domain.stub.services,http://util.domain.validate.carbon.wso2.org/xsd=org.wso2.carbon.validate.domain.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.validate.domain.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/ValidateDomainAdminService.wsdl -u -uw -o target/generated-code
-                                    -p org.wso2.carbon.validate.domain.stub.services
-                                    -ns2p http://services.domain.validate.carbon.wso2.org=org.wso2.carbon.validate.domain.stub.services,http://util.domain.validate.carbon.wso2.org/xsd=org.wso2.carbon.validate.domain.stub.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.validate.domain.stub.exceptions"/>
-                                    <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.validate.domain.stub.*; version="${carbon.platform.package.export.version}"
-                        </Export-Package>
-                        <Import-Package>
-                            !org.wso2.carbon.validate.domain.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/69d8c75a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainAdminService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainAdminService.wsdl b/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainAdminService.wsdl
deleted file mode 100644
index 0e16976..0000000
--- a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainAdminService.wsdl
+++ /dev/null
@@ -1,238 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.domain.validate.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.domain.validate.carbon.wso2.org">
-    <wsdl:documentation>ValidateDomainAdminService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.domain.validate.carbon.wso2.org">
-            <xs:element name="validateByTextInRootException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validateByTextInRootException" 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="validateByTextInRoot">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByTextInRootResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntryException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validateByDNSEntryException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntry">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntryResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKeyException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getDomainValidationKeyException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKey">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKeyResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="validateByTextInRootRequest">
-        <wsdl:part name="parameters" element="ns:validateByTextInRoot" />
-    </wsdl:message>
-    <wsdl:message name="validateByTextInRootResponse">
-        <wsdl:part name="parameters" element="ns:validateByTextInRootResponse" />
-    </wsdl:message>
-    <wsdl:message name="validateByTextInRootException">
-        <wsdl:part name="parameters" element="ns:validateByTextInRootException" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryRequest">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntry" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryResponse">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntryResponse" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryException">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntryException" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyRequest">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKey" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyResponse">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKeyResponse" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyException">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKeyException" />
-    </wsdl:message>
-    <wsdl:portType name="ValidateDomainAdminServicePortType">
-        <wsdl:operation name="validateByTextInRoot">
-            <wsdl:input message="ns:validateByTextInRootRequest" wsaw:Action="urn:validateByTextInRoot" />
-            <wsdl:output message="ns:validateByTextInRootResponse" wsaw:Action="urn:validateByTextInRootResponse" />
-            <wsdl:fault message="ns:validateByTextInRootException" name="validateByTextInRootException" wsaw:Action="urn:validateByTextInRootvalidateByTextInRootException" />
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <wsdl:input message="ns:validateByDNSEntryRequest" wsaw:Action="urn:validateByDNSEntry" />
-            <wsdl:output message="ns:validateByDNSEntryResponse" wsaw:Action="urn:validateByDNSEntryResponse" />
-            <wsdl:fault message="ns:validateByDNSEntryException" name="validateByDNSEntryException" wsaw:Action="urn:validateByDNSEntryvalidateByDNSEntryException" />
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <wsdl:input message="ns:getDomainValidationKeyRequest" wsaw:Action="urn:getDomainValidationKey" />
-            <wsdl:output message="ns:getDomainValidationKeyResponse" wsaw:Action="urn:getDomainValidationKeyResponse" />
-            <wsdl:fault message="ns:getDomainValidationKeyException" name="getDomainValidationKeyException" wsaw:Action="urn:getDomainValidationKeygetDomainValidationKeyException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="ValidateDomainAdminServiceSoap11Binding" type="ns:ValidateDomainAdminServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="validateByTextInRoot">
-            <soap:operation soapAction="urn:validateByTextInRoot" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByTextInRootException">
-                <soap:fault use="literal" name="validateByTextInRootException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <soap:operation soapAction="urn:validateByDNSEntry" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByDNSEntryException">
-                <soap:fault use="literal" name="validateByDNSEntryException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <soap:operation soapAction="urn:getDomainValidationKey" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getDomainValidationKeyException">
-                <soap:fault use="literal" name="getDomainValidationKeyException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="ValidateDomainAdminServiceSoap12Binding" type="ns:ValidateDomainAdminServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="validateByTextInRoot">
-            <soap12:operation soapAction="urn:validateByTextInRoot" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByTextInRootException">
-                <soap12:fault use="literal" name="validateByTextInRootException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <soap12:operation soapAction="urn:validateByDNSEntry" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByDNSEntryException">
-                <soap12:fault use="literal" name="validateByDNSEntryException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <soap12:operation soapAction="urn:getDomainValidationKey" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getDomainValidationKeyException">
-                <soap12:fault use="literal" name="getDomainValidationKeyException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="ValidateDomainAdminServiceHttpBinding" type="ns:ValidateDomainAdminServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="validateByTextInRoot">
-            <http:operation location="validateByTextInRoot" />
-            <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="validateByDNSEntry">
-            <http:operation location="validateByDNSEntry" />
-            <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="getDomainValidationKey">
-            <http:operation location="getDomainValidationKey" />
-            <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="ValidateDomainAdminService">
-        <wsdl:port name="ValidateDomainAdminServiceHttpsSoap11Endpoint" binding="ns:ValidateDomainAdminServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="ValidateDomainAdminServiceHttpsSoap12Endpoint" binding="ns:ValidateDomainAdminServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="ValidateDomainAdminServiceHttpsEndpoint" binding="ns:ValidateDomainAdminServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/ValidateDomainAdminService.ValidateDomainAdminServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/69d8c75a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainService.wsdl
----------------------------------------------------------------------
diff --git a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainService.wsdl b/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainService.wsdl
deleted file mode 100644
index c22a6ab..0000000
--- a/service-stubs/org.wso2.carbon.validate.domain.stub/4.1.0/src/main/resources/ValidateDomainService.wsdl
+++ /dev/null
@@ -1,238 +0,0 @@
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.domain.validate.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.domain.validate.carbon.wso2.org">
-    <wsdl:documentation>ValidateDomainService</wsdl:documentation>
-    <wsdl:types>
-        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.domain.validate.carbon.wso2.org">
-            <xs:element name="validateByTextInRootException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validateByTextInRootException" 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="validateByTextInRoot">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByTextInRootResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntryException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="validateByDNSEntryException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntry">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="validateByDNSEntryResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKeyException">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="getDomainValidationKeyException" nillable="true" type="ns:Exception" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKey">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-            <xs:element name="getDomainValidationKeyResponse">
-                <xs:complexType>
-                    <xs:sequence>
-                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
-                    </xs:sequence>
-                </xs:complexType>
-            </xs:element>
-        </xs:schema>
-    </wsdl:types>
-    <wsdl:message name="validateByTextInRootRequest">
-        <wsdl:part name="parameters" element="ns:validateByTextInRoot" />
-    </wsdl:message>
-    <wsdl:message name="validateByTextInRootResponse">
-        <wsdl:part name="parameters" element="ns:validateByTextInRootResponse" />
-    </wsdl:message>
-    <wsdl:message name="validateByTextInRootException">
-        <wsdl:part name="parameters" element="ns:validateByTextInRootException" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryRequest">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntry" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryResponse">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntryResponse" />
-    </wsdl:message>
-    <wsdl:message name="validateByDNSEntryException">
-        <wsdl:part name="parameters" element="ns:validateByDNSEntryException" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyRequest">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKey" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyResponse">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKeyResponse" />
-    </wsdl:message>
-    <wsdl:message name="getDomainValidationKeyException">
-        <wsdl:part name="parameters" element="ns:getDomainValidationKeyException" />
-    </wsdl:message>
-    <wsdl:portType name="ValidateDomainServicePortType">
-        <wsdl:operation name="validateByTextInRoot">
-            <wsdl:input message="ns:validateByTextInRootRequest" wsaw:Action="urn:validateByTextInRoot" />
-            <wsdl:output message="ns:validateByTextInRootResponse" wsaw:Action="urn:validateByTextInRootResponse" />
-            <wsdl:fault message="ns:validateByTextInRootException" name="validateByTextInRootException" wsaw:Action="urn:validateByTextInRootvalidateByTextInRootException" />
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <wsdl:input message="ns:validateByDNSEntryRequest" wsaw:Action="urn:validateByDNSEntry" />
-            <wsdl:output message="ns:validateByDNSEntryResponse" wsaw:Action="urn:validateByDNSEntryResponse" />
-            <wsdl:fault message="ns:validateByDNSEntryException" name="validateByDNSEntryException" wsaw:Action="urn:validateByDNSEntryvalidateByDNSEntryException" />
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <wsdl:input message="ns:getDomainValidationKeyRequest" wsaw:Action="urn:getDomainValidationKey" />
-            <wsdl:output message="ns:getDomainValidationKeyResponse" wsaw:Action="urn:getDomainValidationKeyResponse" />
-            <wsdl:fault message="ns:getDomainValidationKeyException" name="getDomainValidationKeyException" wsaw:Action="urn:getDomainValidationKeygetDomainValidationKeyException" />
-        </wsdl:operation>
-    </wsdl:portType>
-    <wsdl:binding name="ValidateDomainServiceSoap11Binding" type="ns:ValidateDomainServicePortType">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="validateByTextInRoot">
-            <soap:operation soapAction="urn:validateByTextInRoot" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByTextInRootException">
-                <soap:fault use="literal" name="validateByTextInRootException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <soap:operation soapAction="urn:validateByDNSEntry" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByDNSEntryException">
-                <soap:fault use="literal" name="validateByDNSEntryException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <soap:operation soapAction="urn:getDomainValidationKey" style="document" />
-            <wsdl:input>
-                <soap:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getDomainValidationKeyException">
-                <soap:fault use="literal" name="getDomainValidationKeyException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="ValidateDomainServiceSoap12Binding" type="ns:ValidateDomainServicePortType">
-        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <wsdl:operation name="validateByTextInRoot">
-            <soap12:operation soapAction="urn:validateByTextInRoot" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByTextInRootException">
-                <soap12:fault use="literal" name="validateByTextInRootException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="validateByDNSEntry">
-            <soap12:operation soapAction="urn:validateByDNSEntry" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="validateByDNSEntryException">
-                <soap12:fault use="literal" name="validateByDNSEntryException" />
-            </wsdl:fault>
-        </wsdl:operation>
-        <wsdl:operation name="getDomainValidationKey">
-            <soap12:operation soapAction="urn:getDomainValidationKey" style="document" />
-            <wsdl:input>
-                <soap12:body use="literal" />
-            </wsdl:input>
-            <wsdl:output>
-                <soap12:body use="literal" />
-            </wsdl:output>
-            <wsdl:fault name="getDomainValidationKeyException">
-                <soap12:fault use="literal" name="getDomainValidationKeyException" />
-            </wsdl:fault>
-        </wsdl:operation>
-    </wsdl:binding>
-    <wsdl:binding name="ValidateDomainServiceHttpBinding" type="ns:ValidateDomainServicePortType">
-        <http:binding verb="POST" />
-        <wsdl:operation name="validateByTextInRoot">
-            <http:operation location="validateByTextInRoot" />
-            <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="validateByDNSEntry">
-            <http:operation location="validateByDNSEntry" />
-            <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="getDomainValidationKey">
-            <http:operation location="getDomainValidationKey" />
-            <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="ValidateDomainService">
-        <wsdl:port name="ValidateDomainServiceHttpsSoap11Endpoint" binding="ns:ValidateDomainServiceSoap11Binding">
-            <soap:address location="https://192.168.1.100:9443/services/ValidateDomainService.ValidateDomainServiceHttpsSoap11Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="ValidateDomainServiceHttpsSoap12Endpoint" binding="ns:ValidateDomainServiceSoap12Binding">
-            <soap12:address location="https://192.168.1.100:9443/services/ValidateDomainService.ValidateDomainServiceHttpsSoap12Endpoint/" />
-        </wsdl:port>
-        <wsdl:port name="ValidateDomainServiceHttpsEndpoint" binding="ns:ValidateDomainServiceHttpBinding">
-            <http:address location="https://192.168.1.100:9443/services/ValidateDomainService.ValidateDomainServiceHttpsEndpoint/" />
-        </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file