You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/06/03 05:17:05 UTC

svn commit: r543836 [3/4] - in /webservices/axis2/trunk/java/modules: integration/test-resources/ integration/test-resources/ComplexDataTypes/ integration/test-resources/ComplexDataTypes/META-INF/ integration/test/org/tempuri/ integration/test/org/temp...

Added: webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypes/ComplexDataTypes.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypes/ComplexDataTypes.wsdl?view=auto&rev=543836
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypes/ComplexDataTypes.wsdl (added)
+++ webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypes/ComplexDataTypes.wsdl Sat Jun  2 20:17:03 2007
@@ -0,0 +1,2132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://complex.tempuri.org"
+                  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
+                  xmlns:ns0="http://arrays.data.complex.tempuri.org/xsd"
+                  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://data.complex.tempuri.org/xsd"
+                  xmlns:ns2="http://complex.tempuri.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://complex.tempuri.org">
+    <wsdl:types>
+        <xs:schema xmlns:ax22="http://arrays.data.complex.tempuri.org/xsd"
+                   xmlns:ax24="http://data.complex.tempuri.org/xsd" attributeFormDefault="qualified"
+                   elementFormDefault="qualified" targetNamespace="http://arrays.data.complex.tempuri.org/xsd">
+            <xs:import namespace="http://data.complex.tempuri.org/xsd"/>
+            <xs:element name="ArrayOfshort" type="ax22:ArrayOfshort"/>
+            <xs:complexType name="ArrayOfshort">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="short" nillable="true" type="xs:short"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfPerson" type="ax22:ArrayOfPerson"/>
+            <xs:complexType name="ArrayOfPerson">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="person" nillable="true" type="ax24:Person"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfArrayOfstring" type="ax22:ArrayOfArrayOfstring"/>
+            <xs:complexType name="ArrayOfArrayOfstring">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="arrayOfstring" nillable="true"
+                                type="ax22:ArrayOfstring"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfstring" type="ax22:ArrayOfstring"/>
+            <xs:complexType name="ArrayOfstring">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfNullableOfdateTime" type="ax22:ArrayOfNullableOfdateTime"/>
+            <xs:complexType name="ArrayOfNullableOfdateTime">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="dateTime" nillable="true" type="xs:dateTime"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfNullableOfdecimal" type="ax22:ArrayOfNullableOfdecimal"/>
+            <xs:complexType name="ArrayOfNullableOfdecimal">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="decimal" nillable="true" type="xs:decimal"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfanyType" type="ax22:ArrayOfanyType"/>
+            <xs:complexType name="ArrayOfanyType">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="anyType" nillable="true" type="xs:anyType"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="ArrayOfint" type="ax22:ArrayOfint"/>
+            <xs:complexType name="ArrayOfint">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="int" nillable="true" type="xs:int"/>
+                </xs:sequence>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema xmlns:ax23="http://arrays.data.complex.tempuri.org/xsd"
+                   xmlns:ax21="http://data.complex.tempuri.org/xsd" attributeFormDefault="qualified"
+                   elementFormDefault="qualified" targetNamespace="http://data.complex.tempuri.org/xsd">
+            <xs:import namespace="http://arrays.data.complex.tempuri.org/xsd"/>
+            <xs:element name="BitMask" type="ax21:BitMask"/>
+            <xs:complexType name="BitMask">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="BIT_FIVE" nillable="true" type="ax21:BitMask"/>
+                    <xs:element minOccurs="0" name="BIT_FOUR" nillable="true" type="ax21:BitMask"/>
+                    <xs:element minOccurs="0" name="BIT_ONE" nillable="true" type="ax21:BitMask"/>
+                    <xs:element minOccurs="0" name="BIT_THREE" nillable="true" type="ax21:BitMask"/>
+                    <xs:element minOccurs="0" name="BIT_TWO" nillable="true" type="ax21:BitMask"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Employee" type="ax21:Employee"/>
+            <xs:complexType name="Employee">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="baseDetails" nillable="true" type="ax21:Person"/>
+                    <xs:element minOccurs="0" name="hireDate" nillable="true" type="xs:dateTime"/>
+                    <xs:element minOccurs="0" name="jobID" nillable="true" type="xs:long"/>
+                    <xs:element minOccurs="0" name="numbers" nillable="true" type="ax23:ArrayOfshort"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Person" type="ax21:Person"/>
+            <xs:complexType name="Person">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="age" nillable="true" type="xs:double"/>
+                    <xs:element minOccurs="0" name="iD" nillable="true" type="xs:float"/>
+                    <xs:element minOccurs="0" name="male" nillable="true" type="xs:boolean"/>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Furniture" type="ax21:Furniture"/>
+            <xs:complexType name="Furniture">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="color" nillable="true" type="xs:string"/>
+                    <xs:element minOccurs="0" name="price" nillable="true" type="xs:float"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Group" type="ax21:Group"/>
+            <xs:complexType name="Group">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="members" nillable="true" type="ax23:ArrayOfPerson"/>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Name" type="ax21:Name"/>
+            <xs:complexType name="Name">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="Table" type="ax21:Table"/>
+            <xs:complexType name="Table">
+                <xs:complexContent>
+                    <xs:extension base="ax21:Furniture">
+                        <xs:sequence>
+                            <xs:element minOccurs="0" name="seatingCapacity" nillable="true" type="xs:int"/>
+                        </xs:sequence>
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema xmlns:ns="http://complex.tempuri.org/xsd" attributeFormDefault="qualified"
+                   elementFormDefault="qualified" targetNamespace="http://complex.tempuri.org/xsd">
+            <xs:element name="retBool">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inBool" nillable="true" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retBoolResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:boolean"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retSByte">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inSByte" nillable="true" type="xs:byte"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retSByteResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:byte"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retByteArray">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inByteArray" nillable="true" type="xs:base64Binary"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retByteArrayResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:base64Binary"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDouble">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inDouble" nillable="true" type="xs:double"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDoubleResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:double"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retFloat">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inFloat" nillable="true" type="xs:float"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retFloatResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:float"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retSingle">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inSingle" nillable="true" type="xs:float"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retSingleResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:float"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retChar">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inChar" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retCharResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retInt">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inInt" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retIntResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUShort">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inUShort" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUShortResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retInts">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="inInt" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retIntsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:int"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retObject">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inObject" nillable="true" type="xs:anyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retObjectResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:anyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retEnumInt">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inEnumInt" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retEnumIntResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retGuid">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inGuid" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retGuidResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retString">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inString" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStringResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUri">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inUri" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUriResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStrings">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="inString" nillable="true"
+                                    type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStringsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDecimal">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inDecimal" nillable="true" type="xs:decimal"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDecimalResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:decimal"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retULong">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inULong" nillable="true" type="xs:integer"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retULongResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:integer"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDateTime">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inDateTime" nillable="true" type="xs:dateTime"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDateTimeResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:dateTime"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retQName">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inQName" nillable="true" type="xs:anyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retQNameResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:anyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retLong">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inLong" nillable="true" type="xs:long"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retLongResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:long"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUInt">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inUInt" nillable="true" type="xs:long"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retUIntResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:long"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retEnumString">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inEnumString" nillable="true" type="ns1:BitMask"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retEnumStringResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:BitMask"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSNSA">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inStructSNSA" nillable="true" type="ns1:Employee"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSNSAResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Employee"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDerivedClass">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inDerivedClass" nillable="true" type="ns1:Furniture"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDerivedClassResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Furniture"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSNSAS">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inStructSNSAS" nillable="true" type="ns1:Group"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSNSASResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Group"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructS1">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inStructS1" nillable="true" type="ns1:Name"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructS1Response">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Name"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSN">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inStructSN" nillable="true" type="ns1:Person"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retStructSNResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Person"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDerivedClass2">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inDerivedClass" nillable="true" type="ns1:Table"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retDerivedClass2Response">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns1:Table"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayString2D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayString2D" nillable="true"
+                                    type="ns0:ArrayOfArrayOfstring"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayString2DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfArrayOfstring"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayDateTime1D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayDateTime1D" nillable="true"
+                                    type="ns0:ArrayOfNullableOfdateTime"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayDateTime1DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfNullableOfdateTime"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayDecimal1D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayDecimal1D" nillable="true"
+                                    type="ns0:ArrayOfNullableOfdecimal"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayDecimal1DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfNullableOfdecimal"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArray1DSN">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArray1DSN" nillable="true" type="ns0:ArrayOfPerson"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArray1DSNResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfPerson"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayAnyType1D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayAnyType1D" nillable="true" type="ns0:ArrayOfanyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayAnyType1DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfanyType"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayInt1D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayInt1D" nillable="true" type="ns0:ArrayOfint"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayInt1DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfint"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayString1D">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inArrayString1D" nillable="true" type="ns0:ArrayOfstring"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retArrayString1DResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ns0:ArrayOfstring"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retByte">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inByte" nillable="true" type="xs:short"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retByteResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:short"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retShort">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="inShort" nillable="true" type="xs:short"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="retShortResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:short"/>
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="retStructSNSASMessage">
+        <wsdl:part name="part1" element="ns2:retStructSNSAS"/>
+    </wsdl:message>
+    <wsdl:message name="retStructSNSASResponse">
+        <wsdl:part name="part1" element="ns2:retStructSNSASResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retSingleMessage">
+        <wsdl:part name="part1" element="ns2:retSingle"/>
+    </wsdl:message>
+    <wsdl:message name="retSingleResponse">
+        <wsdl:part name="part1" element="ns2:retSingleResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayString2DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayString2D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayString2DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayString2DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayAnyType1DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayAnyType1D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayAnyType1DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayAnyType1DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retIntsMessage">
+        <wsdl:part name="part1" element="ns2:retInts"/>
+    </wsdl:message>
+    <wsdl:message name="retIntsResponse">
+        <wsdl:part name="part1" element="ns2:retIntsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retDateTimeMessage">
+        <wsdl:part name="part1" element="ns2:retDateTime"/>
+    </wsdl:message>
+    <wsdl:message name="retDateTimeResponse">
+        <wsdl:part name="part1" element="ns2:retDateTimeResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retStructSNSAMessage">
+        <wsdl:part name="part1" element="ns2:retStructSNSA"/>
+    </wsdl:message>
+    <wsdl:message name="retStructSNSAResponse">
+        <wsdl:part name="part1" element="ns2:retStructSNSAResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retGuidMessage">
+        <wsdl:part name="part1" element="ns2:retGuid"/>
+    </wsdl:message>
+    <wsdl:message name="retGuidResponse">
+        <wsdl:part name="part1" element="ns2:retGuidResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retByteArrayMessage">
+        <wsdl:part name="part1" element="ns2:retByteArray"/>
+    </wsdl:message>
+    <wsdl:message name="retByteArrayResponse">
+        <wsdl:part name="part1" element="ns2:retByteArrayResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retDerivedClass2Message">
+        <wsdl:part name="part1" element="ns2:retDerivedClass2"/>
+    </wsdl:message>
+    <wsdl:message name="retDerivedClass2Response">
+        <wsdl:part name="part1" element="ns2:retDerivedClass2Response"/>
+    </wsdl:message>
+    <wsdl:message name="retUriMessage">
+        <wsdl:part name="part1" element="ns2:retUri"/>
+    </wsdl:message>
+    <wsdl:message name="retUriResponse">
+        <wsdl:part name="part1" element="ns2:retUriResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retQNameMessage">
+        <wsdl:part name="part1" element="ns2:retQName"/>
+    </wsdl:message>
+    <wsdl:message name="retQNameResponse">
+        <wsdl:part name="part1" element="ns2:retQNameResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArray1DSNMessage">
+        <wsdl:part name="part1" element="ns2:retArray1DSN"/>
+    </wsdl:message>
+    <wsdl:message name="retArray1DSNResponse">
+        <wsdl:part name="part1" element="ns2:retArray1DSNResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retStringsMessage">
+        <wsdl:part name="part1" element="ns2:retStrings"/>
+    </wsdl:message>
+    <wsdl:message name="retStringsResponse">
+        <wsdl:part name="part1" element="ns2:retStringsResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retEnumIntMessage">
+        <wsdl:part name="part1" element="ns2:retEnumInt"/>
+    </wsdl:message>
+    <wsdl:message name="retEnumIntResponse">
+        <wsdl:part name="part1" element="ns2:retEnumIntResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retLongMessage">
+        <wsdl:part name="part1" element="ns2:retLong"/>
+    </wsdl:message>
+    <wsdl:message name="retLongResponse">
+        <wsdl:part name="part1" element="ns2:retLongResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retUShortMessage">
+        <wsdl:part name="part1" element="ns2:retUShort"/>
+    </wsdl:message>
+    <wsdl:message name="retUShortResponse">
+        <wsdl:part name="part1" element="ns2:retUShortResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayString1DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayString1D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayString1DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayString1DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayInt1DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayInt1D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayInt1DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayInt1DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayDateTime1DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayDateTime1D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayDateTime1DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayDateTime1DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retUIntMessage">
+        <wsdl:part name="part1" element="ns2:retUInt"/>
+    </wsdl:message>
+    <wsdl:message name="retUIntResponse">
+        <wsdl:part name="part1" element="ns2:retUIntResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayDecimal1DMessage">
+        <wsdl:part name="part1" element="ns2:retArrayDecimal1D"/>
+    </wsdl:message>
+    <wsdl:message name="retArrayDecimal1DResponse">
+        <wsdl:part name="part1" element="ns2:retArrayDecimal1DResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retByteMessage">
+        <wsdl:part name="part1" element="ns2:retByte"/>
+    </wsdl:message>
+    <wsdl:message name="retByteResponse">
+        <wsdl:part name="part1" element="ns2:retByteResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retSByteMessage">
+        <wsdl:part name="part1" element="ns2:retSByte"/>
+    </wsdl:message>
+    <wsdl:message name="retSByteResponse">
+        <wsdl:part name="part1" element="ns2:retSByteResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retShortMessage">
+        <wsdl:part name="part1" element="ns2:retShort"/>
+    </wsdl:message>
+    <wsdl:message name="retShortResponse">
+        <wsdl:part name="part1" element="ns2:retShortResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retStructSNMessage">
+        <wsdl:part name="part1" element="ns2:retStructSN"/>
+    </wsdl:message>
+    <wsdl:message name="retStructSNResponse">
+        <wsdl:part name="part1" element="ns2:retStructSNResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retObjectMessage">
+        <wsdl:part name="part1" element="ns2:retObject"/>
+    </wsdl:message>
+    <wsdl:message name="retObjectResponse">
+        <wsdl:part name="part1" element="ns2:retObjectResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retFloatMessage">
+        <wsdl:part name="part1" element="ns2:retFloat"/>
+    </wsdl:message>
+    <wsdl:message name="retFloatResponse">
+        <wsdl:part name="part1" element="ns2:retFloatResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retDoubleMessage">
+        <wsdl:part name="part1" element="ns2:retDouble"/>
+    </wsdl:message>
+    <wsdl:message name="retDoubleResponse">
+        <wsdl:part name="part1" element="ns2:retDoubleResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retBoolMessage">
+        <wsdl:part name="part1" element="ns2:retBool"/>
+    </wsdl:message>
+    <wsdl:message name="retBoolResponse">
+        <wsdl:part name="part1" element="ns2:retBoolResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retDerivedClassMessage">
+        <wsdl:part name="part1" element="ns2:retDerivedClass"/>
+    </wsdl:message>
+    <wsdl:message name="retDerivedClassResponse">
+        <wsdl:part name="part1" element="ns2:retDerivedClassResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retDecimalMessage">
+        <wsdl:part name="part1" element="ns2:retDecimal"/>
+    </wsdl:message>
+    <wsdl:message name="retDecimalResponse">
+        <wsdl:part name="part1" element="ns2:retDecimalResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retEnumStringMessage">
+        <wsdl:part name="part1" element="ns2:retEnumString"/>
+    </wsdl:message>
+    <wsdl:message name="retEnumStringResponse">
+        <wsdl:part name="part1" element="ns2:retEnumStringResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retStructS1Message">
+        <wsdl:part name="part1" element="ns2:retStructS1"/>
+    </wsdl:message>
+    <wsdl:message name="retStructS1Response">
+        <wsdl:part name="part1" element="ns2:retStructS1Response"/>
+    </wsdl:message>
+    <wsdl:message name="retIntMessage">
+        <wsdl:part name="part1" element="ns2:retInt"/>
+    </wsdl:message>
+    <wsdl:message name="retIntResponse">
+        <wsdl:part name="part1" element="ns2:retIntResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retCharMessage">
+        <wsdl:part name="part1" element="ns2:retChar"/>
+    </wsdl:message>
+    <wsdl:message name="retCharResponse">
+        <wsdl:part name="part1" element="ns2:retCharResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retStringMessage">
+        <wsdl:part name="part1" element="ns2:retString"/>
+    </wsdl:message>
+    <wsdl:message name="retStringResponse">
+        <wsdl:part name="part1" element="ns2:retStringResponse"/>
+    </wsdl:message>
+    <wsdl:message name="retULongMessage">
+        <wsdl:part name="part1" element="ns2:retULong"/>
+    </wsdl:message>
+    <wsdl:message name="retULongResponse">
+        <wsdl:part name="part1" element="ns2:retULongResponse"/>
+    </wsdl:message>
+    <wsdl:portType name="ComplexDataTypesPortType">
+        <wsdl:operation name="retStructSNSAS">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStructSNSASMessage"
+                        wsaw:Action="urn:retStructSNSAS"/>
+            <wsdl:output message="axis2:retStructSNSASResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retSingle">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retSingleMessage"
+                        wsaw:Action="urn:retSingle"/>
+            <wsdl:output message="axis2:retSingleResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString2D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayString2DMessage"
+                        wsaw:Action="urn:retArrayString2D"/>
+            <wsdl:output message="axis2:retArrayString2DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayAnyType1D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayAnyType1DMessage"
+                        wsaw:Action="urn:retArrayAnyType1D"/>
+            <wsdl:output message="axis2:retArrayAnyType1DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retInts">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retIntsMessage"
+                        wsaw:Action="urn:retInts"/>
+            <wsdl:output message="axis2:retIntsResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retDateTime">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retDateTimeMessage"
+                        wsaw:Action="urn:retDateTime"/>
+            <wsdl:output message="axis2:retDateTimeResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSNSA">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStructSNSAMessage"
+                        wsaw:Action="urn:retStructSNSA"/>
+            <wsdl:output message="axis2:retStructSNSAResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retGuid">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retGuidMessage"
+                        wsaw:Action="urn:retGuid"/>
+            <wsdl:output message="axis2:retGuidResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retByteArray">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retByteArrayMessage"
+                        wsaw:Action="urn:retByteArray"/>
+            <wsdl:output message="axis2:retByteArrayResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass2">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retDerivedClass2Message"
+                        wsaw:Action="urn:retDerivedClass2"/>
+            <wsdl:output message="axis2:retDerivedClass2Response"/>
+        </wsdl:operation>
+        <wsdl:operation name="retUri">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retUriMessage"
+                        wsaw:Action="urn:retUri"/>
+            <wsdl:output message="axis2:retUriResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retQName">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retQNameMessage"
+                        wsaw:Action="urn:retQName"/>
+            <wsdl:output message="axis2:retQNameResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArray1DSN">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArray1DSNMessage"
+                        wsaw:Action="urn:retArray1DSN"/>
+            <wsdl:output message="axis2:retArray1DSNResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retStrings">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStringsMessage"
+                        wsaw:Action="urn:retStrings"/>
+            <wsdl:output message="axis2:retStringsResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumInt">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retEnumIntMessage"
+                        wsaw:Action="urn:retEnumInt"/>
+            <wsdl:output message="axis2:retEnumIntResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retLong">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retLongMessage"
+                        wsaw:Action="urn:retLong"/>
+            <wsdl:output message="axis2:retLongResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retUShort">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retUShortMessage"
+                        wsaw:Action="urn:retUShort"/>
+            <wsdl:output message="axis2:retUShortResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString1D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayString1DMessage"
+                        wsaw:Action="urn:retArrayString1D"/>
+            <wsdl:output message="axis2:retArrayString1DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayInt1D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayInt1DMessage"
+                        wsaw:Action="urn:retArrayInt1D"/>
+            <wsdl:output message="axis2:retArrayInt1DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDateTime1D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayDateTime1DMessage"
+                        wsaw:Action="urn:retArrayDateTime1D"/>
+            <wsdl:output message="axis2:retArrayDateTime1DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retUInt">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retUIntMessage"
+                        wsaw:Action="urn:retUInt"/>
+            <wsdl:output message="axis2:retUIntResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDecimal1D">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retArrayDecimal1DMessage"
+                        wsaw:Action="urn:retArrayDecimal1D"/>
+            <wsdl:output message="axis2:retArrayDecimal1DResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retByte">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retByteMessage"
+                        wsaw:Action="urn:retByte"/>
+            <wsdl:output message="axis2:retByteResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retSByte">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retSByteMessage"
+                        wsaw:Action="urn:retSByte"/>
+            <wsdl:output message="axis2:retSByteResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retShort">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retShortMessage"
+                        wsaw:Action="urn:retShort"/>
+            <wsdl:output message="axis2:retShortResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSN">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStructSNMessage"
+                        wsaw:Action="urn:retStructSN"/>
+            <wsdl:output message="axis2:retStructSNResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retObject">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retObjectMessage"
+                        wsaw:Action="urn:retObject"/>
+            <wsdl:output message="axis2:retObjectResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retFloat">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retFloatMessage"
+                        wsaw:Action="urn:retFloat"/>
+            <wsdl:output message="axis2:retFloatResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retDouble">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retDoubleMessage"
+                        wsaw:Action="urn:retDouble"/>
+            <wsdl:output message="axis2:retDoubleResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retBool">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retBoolMessage"
+                        wsaw:Action="urn:retBool"/>
+            <wsdl:output message="axis2:retBoolResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retDerivedClassMessage"
+                        wsaw:Action="urn:retDerivedClass"/>
+            <wsdl:output message="axis2:retDerivedClassResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retDecimal">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retDecimalMessage"
+                        wsaw:Action="urn:retDecimal"/>
+            <wsdl:output message="axis2:retDecimalResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumString">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retEnumStringMessage"
+                        wsaw:Action="urn:retEnumString"/>
+            <wsdl:output message="axis2:retEnumStringResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retStructS1">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStructS1Message"
+                        wsaw:Action="urn:retStructS1"/>
+            <wsdl:output message="axis2:retStructS1Response"/>
+        </wsdl:operation>
+        <wsdl:operation name="retInt">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retIntMessage"
+                        wsaw:Action="urn:retInt"/>
+            <wsdl:output message="axis2:retIntResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retChar">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retCharMessage"
+                        wsaw:Action="urn:retChar"/>
+            <wsdl:output message="axis2:retCharResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retString">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retStringMessage"
+                        wsaw:Action="urn:retString"/>
+            <wsdl:output message="axis2:retStringResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="retULong">
+            <wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:retULongMessage"
+                        wsaw:Action="urn:retULong"/>
+            <wsdl:output message="axis2:retULongResponse"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="ComplexDataTypesSOAP11Binding" type="axis2:ComplexDataTypesPortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="retStructSNSAS">
+            <soap:operation soapAction="urn:retStructSNSAS" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retSingle">
+            <soap:operation soapAction="urn:retSingle" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString2D">
+            <soap:operation soapAction="urn:retArrayString2D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayAnyType1D">
+            <soap:operation soapAction="urn:retArrayAnyType1D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retInts">
+            <soap:operation soapAction="urn:retInts" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDateTime">
+            <soap:operation soapAction="urn:retDateTime" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSNSA">
+            <soap:operation soapAction="urn:retStructSNSA" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retGuid">
+            <soap:operation soapAction="urn:retGuid" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retByteArray">
+            <soap:operation soapAction="urn:retByteArray" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass2">
+            <soap:operation soapAction="urn:retDerivedClass2" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUri">
+            <soap:operation soapAction="urn:retUri" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retQName">
+            <soap:operation soapAction="urn:retQName" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArray1DSN">
+            <soap:operation soapAction="urn:retArray1DSN" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStrings">
+            <soap:operation soapAction="urn:retStrings" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumInt">
+            <soap:operation soapAction="urn:retEnumInt" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retLong">
+            <soap:operation soapAction="urn:retLong" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUShort">
+            <soap:operation soapAction="urn:retUShort" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString1D">
+            <soap:operation soapAction="urn:retArrayString1D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayInt1D">
+            <soap:operation soapAction="urn:retArrayInt1D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDateTime1D">
+            <soap:operation soapAction="urn:retArrayDateTime1D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUInt">
+            <soap:operation soapAction="urn:retUInt" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDecimal1D">
+            <soap:operation soapAction="urn:retArrayDecimal1D" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retByte">
+            <soap:operation soapAction="urn:retByte" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retSByte">
+            <soap:operation soapAction="urn:retSByte" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retShort">
+            <soap:operation soapAction="urn:retShort" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSN">
+            <soap:operation soapAction="urn:retStructSN" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retObject">
+            <soap:operation soapAction="urn:retObject" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retFloat">
+            <soap:operation soapAction="urn:retFloat" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDouble">
+            <soap:operation soapAction="urn:retDouble" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retBool">
+            <soap:operation soapAction="urn:retBool" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass">
+            <soap:operation soapAction="urn:retDerivedClass" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDecimal">
+            <soap:operation soapAction="urn:retDecimal" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumString">
+            <soap:operation soapAction="urn:retEnumString" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructS1">
+            <soap:operation soapAction="urn:retStructS1" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retInt">
+            <soap:operation soapAction="urn:retInt" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retChar">
+            <soap:operation soapAction="urn:retChar" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retString">
+            <soap:operation soapAction="urn:retString" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retULong">
+            <soap:operation soapAction="urn:retULong" style="document"/>
+            <wsdl:input>
+                <soap:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ComplexDataTypesSOAP12Binding" type="axis2:ComplexDataTypesPortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+        <wsdl:operation name="retStructSNSAS">
+            <soap12:operation soapAction="urn:retStructSNSAS" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retSingle">
+            <soap12:operation soapAction="urn:retSingle" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString2D">
+            <soap12:operation soapAction="urn:retArrayString2D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayAnyType1D">
+            <soap12:operation soapAction="urn:retArrayAnyType1D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retInts">
+            <soap12:operation soapAction="urn:retInts" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDateTime">
+            <soap12:operation soapAction="urn:retDateTime" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSNSA">
+            <soap12:operation soapAction="urn:retStructSNSA" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retGuid">
+            <soap12:operation soapAction="urn:retGuid" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retByteArray">
+            <soap12:operation soapAction="urn:retByteArray" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass2">
+            <soap12:operation soapAction="urn:retDerivedClass2" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUri">
+            <soap12:operation soapAction="urn:retUri" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retQName">
+            <soap12:operation soapAction="urn:retQName" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArray1DSN">
+            <soap12:operation soapAction="urn:retArray1DSN" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStrings">
+            <soap12:operation soapAction="urn:retStrings" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumInt">
+            <soap12:operation soapAction="urn:retEnumInt" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retLong">
+            <soap12:operation soapAction="urn:retLong" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUShort">
+            <soap12:operation soapAction="urn:retUShort" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString1D">
+            <soap12:operation soapAction="urn:retArrayString1D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayInt1D">
+            <soap12:operation soapAction="urn:retArrayInt1D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDateTime1D">
+            <soap12:operation soapAction="urn:retArrayDateTime1D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUInt">
+            <soap12:operation soapAction="urn:retUInt" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayDecimal1D">
+            <soap12:operation soapAction="urn:retArrayDecimal1D" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retByte">
+            <soap12:operation soapAction="urn:retByte" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retSByte">
+            <soap12:operation soapAction="urn:retSByte" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retShort">
+            <soap12:operation soapAction="urn:retShort" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSN">
+            <soap12:operation soapAction="urn:retStructSN" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retObject">
+            <soap12:operation soapAction="urn:retObject" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retFloat">
+            <soap12:operation soapAction="urn:retFloat" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDouble">
+            <soap12:operation soapAction="urn:retDouble" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retBool">
+            <soap12:operation soapAction="urn:retBool" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass">
+            <soap12:operation soapAction="urn:retDerivedClass" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDecimal">
+            <soap12:operation soapAction="urn:retDecimal" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumString">
+            <soap12:operation soapAction="urn:retEnumString" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructS1">
+            <soap12:operation soapAction="urn:retStructS1" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retInt">
+            <soap12:operation soapAction="urn:retInt" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retChar">
+            <soap12:operation soapAction="urn:retChar" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retString">
+            <soap12:operation soapAction="urn:retString" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retULong">
+            <soap12:operation soapAction="urn:retULong" style="document"/>
+            <wsdl:input>
+                <soap12:body use="literal"/>
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal"/>
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ComplexDataTypesHttpBinding" type="axis2:ComplexDataTypesPortType">
+        <http:binding verb="POST"/>
+        <wsdl:operation name="retStructSNSAS">
+            <http:operation location="retStructSNSAS"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retStructSNSAS"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retStructSNSAS"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retSingle">
+            <http:operation location="retSingle"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retSingle"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retSingle"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayString2D">
+            <http:operation location="retArrayString2D"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retArrayString2D"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retArrayString2D"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArrayAnyType1D">
+            <http:operation location="retArrayAnyType1D"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retArrayAnyType1D"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retArrayAnyType1D"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retInts">
+            <http:operation location="retInts"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retInts"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retInts"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDateTime">
+            <http:operation location="retDateTime"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retDateTime"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retDateTime"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStructSNSA">
+            <http:operation location="retStructSNSA"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retStructSNSA"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retStructSNSA"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retGuid">
+            <http:operation location="retGuid"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retGuid"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retGuid"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retByteArray">
+            <http:operation location="retByteArray"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retByteArray"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retByteArray"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retDerivedClass2">
+            <http:operation location="retDerivedClass2"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retDerivedClass2"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retDerivedClass2"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUri">
+            <http:operation location="retUri"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retUri"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retUri"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retQName">
+            <http:operation location="retQName"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retQName"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retQName"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retArray1DSN">
+            <http:operation location="retArray1DSN"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retArray1DSN"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retArray1DSN"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retStrings">
+            <http:operation location="retStrings"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retStrings"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retStrings"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retEnumInt">
+            <http:operation location="retEnumInt"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retEnumInt"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retEnumInt"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retLong">
+            <http:operation location="retLong"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retLong"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retLong"/>
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="retUShort">
+            <http:operation location="retUShort"/>
+            <wsdl:input>
+                <mime:content type="text/xml" part="retUShort"/>
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="retUShort"/>
+            </wsdl:output>
+        </wsdl:operation>

[... 203 lines stripped ...]


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org