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 de...@apache.org on 2007/06/26 14:46:57 UTC

svn commit: r550792 [2/3] - in /webservices/axis2/trunk/java/modules: adb/src/org/apache/axis2/databinding/utils/ adb/src/org/apache/axis2/databinding/utils/reader/ adb/src/org/apache/axis2/rpc/receivers/ integration/ integration/test-resources/Complex...

Added: webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl?view=auto&rev=550792
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl (added)
+++ webservices/axis2/trunk/java/modules/integration/test-resources/ComplexDataTypesDocLitBare/ComplexDataTypesDocLitBare.wsdl Tue Jun 26 05:46:56 2007
@@ -0,0 +1,224 @@
+<wsdl:definitions 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/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://complex.tempuri.org/xsd"><wsdl:types><xs:schema xmlns:ax22="http://arrays.data.complex.tempuri.org/xsd" xmlns:ax24="http://data.complex.tempuri.org/xsd" attributeFormDefault="qualified" elementFormDefault="unqualified" 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="unqualified" 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:schema><xs:schema xmlns:ns="http://complex.tempuri.org/xsd" attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://complex.tempuri.org/xsd">
+<xs:element name="inBool" nillable="true" type="xs:boolean" />
+
+<xs:element name="retBoolResult" nillable="true" type="xs:boolean" />
+<xs:element name="inSByte" nillable="true" type="xs:byte" />
+<xs:element name="retSByteResult" nillable="true" type="xs:byte" />
+<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="retByteArrayResult">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" name="return" nillable="true" type="xs:base64Binary" />
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+
+<xs:element name="inDouble" nillable="true" type="xs:double" />
+<xs:element name="retDoubleResult" nillable="true" type="xs:double" />
+<xs:element name="inFloat" nillable="true" type="xs:float" />
+<xs:element name="retFloatResult" nillable="true" type="xs:float" />
+<xs:element name="inSingle" nillable="true" type="xs:float" />
+<xs:element name="retSingleResult" nillable="true" type="xs:float" />
+<xs:element name="inChar" nillable="true" type="xs:int" />
+<xs:element name="retCharResult" nillable="true" type="xs:int" />
+<xs:element name="inInt" nillable="true" type="xs:int" />
+<xs:element name="retIntResult" nillable="true" type="xs:int" />
+<xs:element name="inUShort" nillable="true" type="xs:int" />
+<xs:element name="retUShortResult" nillable="true" type="xs:int" />
+<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="retIntsResult">
+<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="inObject" nillable="true" type="xs:anyType" />
+<xs:element name="retObjectResult" nillable="true" type="xs:anyType" />
+<xs:element name="inEnumInt" nillable="true" type="xs:string" />
+<xs:element name="retEnumIntResult" nillable="true" type="xs:string" />
+<xs:element name="inGuid" nillable="true" type="xs:string" />
+<xs:element name="retGuidResult" nillable="true" type="xs:string" />
+<xs:element name="inString" nillable="true" type="xs:string" />
+<xs:element name="retStringResult" nillable="true" type="xs:string" />
+
+<xs:element name="inUri" nillable="true" type="xs:string" />
+<xs:element name="retUriResult" nillable="true" type="xs:string" />
+<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="retStringsResult">
+<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="inDecimal" nillable="true" type="xs:decimal" />
+
+<xs:element name="retDecimalResult" nillable="true" type="xs:decimal" />
+<xs:element name="inULong" nillable="true" type="xs:integer" />
+<xs:element name="retULongResult" nillable="true" type="xs:integer" />
+<xs:element name="inDateTime" nillable="true" type="xs:dateTime" />
+<xs:element name="retDateTimeResult" nillable="true" type="xs:dateTime" />
+<xs:element name="inQName" nillable="true" type="xs:anyType" />
+<xs:element name="retQNameResult" nillable="true" type="xs:anyType" />
+<xs:element name="inLong" nillable="true" type="xs:long" />
+<xs:element name="retLongResult" nillable="true" type="xs:long" />
+<xs:element name="inUInt" nillable="true" type="xs:long" />
+<xs:element name="retUIntResult" nillable="true" type="xs:long" />
+<xs:element name="inEnumString" nillable="true" type="ns1:BitMask" />
+<xs:element name="retEnumStringResult" nillable="true" type="ns1:BitMask" />
+<xs:element name="inStructSNSA" nillable="true" type="ns1:Employee" />
+<xs:element name="retStructSNSAResult" nillable="true" type="ns1:Employee" />
+<xs:element name="inDerivedClass" nillable="true" type="ns1:Furniture" />
+<xs:element name="retDerivedClassResult" nillable="true" type="ns1:Furniture" />
+
+<xs:element name="inStructSNSAS" nillable="true" type="ns1:Group" />
+<xs:element name="retStructSNSASResult" nillable="true" type="ns1:Group" />
+<xs:element name="inStructS1" nillable="true" type="ns1:Name" />
+<xs:element name="retStructS1Result" nillable="true" type="ns1:Name" />
+<xs:element name="inStructSN" nillable="true" type="ns1:Person" />
+<xs:element name="retStructSNResult" nillable="true" type="ns1:Person" />
+<xs:element name="inArrayString2D" nillable="true" type="ns0:ArrayOfArrayOfstring" />
+<xs:element name="retArrayString2DResult" nillable="true" type="ns0:ArrayOfArrayOfstring" />
+<xs:element name="inArrayDateTime1D" nillable="true" type="ns0:ArrayOfNullableOfdateTime" />
+<xs:element name="retArrayDateTime1DResult" nillable="true" type="ns0:ArrayOfNullableOfdateTime" />
+<xs:element name="inArrayDecimal1D" nillable="true" type="ns0:ArrayOfNullableOfdecimal" />
+<xs:element name="retArrayDecimal1DResult" nillable="true" type="ns0:ArrayOfNullableOfdecimal" />
+<xs:element name="inArray1DSN" nillable="true" type="ns0:ArrayOfPerson" />
+<xs:element name="retArray1DSNResult" nillable="true" type="ns0:ArrayOfPerson" />
+<xs:element name="inArrayAnyType1D" nillable="true" type="ns0:ArrayOfanyType" />
+<xs:element name="retArrayAnyType1DResult" nillable="true" type="ns0:ArrayOfanyType" />
+<xs:element name="inArrayInt1D" nillable="true" type="ns0:ArrayOfint" />
+
+<xs:element name="retArrayInt1DResult" nillable="true" type="ns0:ArrayOfint" />
+<xs:element name="inArrayString1D" nillable="true" type="ns0:ArrayOfstring" />
+<xs:element name="retArrayString1DResult" nillable="true" type="ns0:ArrayOfstring" />
+<xs:element name="inByte" nillable="true" type="xs:short" />
+<xs:element name="retByteResult" nillable="true" type="xs:short" />
+<xs:element name="inShort" nillable="true" type="xs:short" />
+<xs:element name="retShortResult" nillable="true" type="xs:short" />
+</xs:schema></wsdl:types><wsdl:message name="retStructSNSASRequestMessage"><wsdl:part name="inStructSNSAS" element="ns2:inStructSNSAS" /></wsdl:message><wsdl:message name="retStructSNSASResponseMessage"><wsdl:part name="retStructSNSASResult" element="ns2:retStructSNSASResult" /></wsdl:message><wsdl:message name="retSingleRequestMessage"><wsdl:part name="inSingle" element="ns2:inSingle" /></wsdl:message><wsdl:message name="retSingleResponseMessage"><wsdl:part name="retSingleResult" element="ns2:retSingleResult" /></wsdl:message><wsdl:message name="retArrayString2DRequestMessage"><wsdl:part name="inArrayString2D" element="ns2:inArrayString2D" /></wsdl:message><wsdl:message name="retArrayString2DResponseMessage"><wsdl:part name="retArrayString2DResult" element="ns2:retArrayString2DResult" /></wsdl:message><wsdl:message name="retArrayAnyType1DRequestMessage"><wsdl:part name="inArrayAnyType1D" element="ns2:inArrayAnyType1D" /></wsdl:message><wsdl:message name="retArrayAnyType1DRe
 sponseMessage"><wsdl:part name="retArrayAnyType1DResult" element="ns2:retArrayAnyType1DResult" /></wsdl:message><wsdl:message name="retIntsRequestMessage"><wsdl:part name="retInts" element="ns2:retInts" /></wsdl:message><wsdl:message name="retIntsResponseMessage"><wsdl:part name="retIntsResult" element="ns2:retIntsResult" /></wsdl:message><wsdl:message name="retDateTimeRequestMessage"><wsdl:part name="inDateTime" element="ns2:inDateTime" /></wsdl:message><wsdl:message name="retDateTimeResponseMessage"><wsdl:part name="retDateTimeResult" element="ns2:retDateTimeResult" /></wsdl:message><wsdl:message name="retStructSNSARequestMessage"><wsdl:part name="inStructSNSA" element="ns2:inStructSNSA" /></wsdl:message><wsdl:message name="retStructSNSAResponseMessage"><wsdl:part name="retStructSNSAResult" element="ns2:retStructSNSAResult" /></wsdl:message><wsdl:message name="retGuidRequestMessage"><wsdl:part name="inGuid" element="ns2:inGuid" /></wsdl:message><wsdl:message name="retGuidR
 esponseMessage"><wsdl:part name="retGuidResult" element="ns2:retGuidResult" /></wsdl:message><wsdl:message name="retByteArrayRequestMessage"><wsdl:part name="retByteArray" element="ns2:retByteArray" /></wsdl:message><wsdl:message name="retByteArrayResponseMessage"><wsdl:part name="retByteArrayResult" element="ns2:retByteArrayResult" /></wsdl:message><wsdl:message name="retUriRequestMessage"><wsdl:part name="inUri" element="ns2:inUri" /></wsdl:message><wsdl:message name="retUriResponseMessage"><wsdl:part name="retUriResult" element="ns2:retUriResult" /></wsdl:message><wsdl:message name="retQNameRequestMessage"><wsdl:part name="inQName" element="ns2:inQName" /></wsdl:message><wsdl:message name="retQNameResponseMessage"><wsdl:part name="retQNameResult" element="ns2:retQNameResult" /></wsdl:message><wsdl:message name="retArray1DSNRequestMessage"><wsdl:part name="inArray1DSN" element="ns2:inArray1DSN" /></wsdl:message><wsdl:message name="retArray1DSNResponseMessage"><wsdl:part na
 me="retArray1DSNResult" element="ns2:retArray1DSNResult" /></wsdl:message><wsdl:message name="retStringsRequestMessage"><wsdl:part name="retStrings" element="ns2:retStrings" /></wsdl:message><wsdl:message name="retStringsResponseMessage"><wsdl:part name="retStringsResult" element="ns2:retStringsResult" /></wsdl:message><wsdl:message name="retEnumIntRequestMessage"><wsdl:part name="inEnumInt" element="ns2:inEnumInt" /></wsdl:message><wsdl:message name="retEnumIntResponseMessage"><wsdl:part name="retEnumIntResult" element="ns2:retEnumIntResult" /></wsdl:message><wsdl:message name="retLongRequestMessage"><wsdl:part name="inLong" element="ns2:inLong" /></wsdl:message><wsdl:message name="retLongResponseMessage"><wsdl:part name="retLongResult" element="ns2:retLongResult" /></wsdl:message><wsdl:message name="retUShortRequestMessage"><wsdl:part name="inUShort" element="ns2:inUShort" /></wsdl:message><wsdl:message name="retUShortResponseMessage"><wsdl:part name="retUShortResult" elem
 ent="ns2:retUShortResult" /></wsdl:message><wsdl:message name="retArrayString1DRequestMessage"><wsdl:part name="inArrayString1D" element="ns2:inArrayString1D" /></wsdl:message><wsdl:message name="retArrayString1DResponseMessage"><wsdl:part name="retArrayString1DResult" element="ns2:retArrayString1DResult" /></wsdl:message><wsdl:message name="retArrayInt1DRequestMessage"><wsdl:part name="inArrayInt1D" element="ns2:inArrayInt1D" /></wsdl:message><wsdl:message name="retArrayInt1DResponseMessage"><wsdl:part name="retArrayInt1DResult" element="ns2:retArrayInt1DResult" /></wsdl:message><wsdl:message name="retArrayDateTime1DRequestMessage"><wsdl:part name="inArrayDateTime1D" element="ns2:inArrayDateTime1D" /></wsdl:message><wsdl:message name="retArrayDateTime1DResponseMessage"><wsdl:part name="retArrayDateTime1DResult" element="ns2:retArrayDateTime1DResult" /></wsdl:message><wsdl:message name="retUIntRequestMessage"><wsdl:part name="inUInt" element="ns2:inUInt" /></wsdl:message><ws
 dl:message name="retUIntResponseMessage"><wsdl:part name="retUIntResult" element="ns2:retUIntResult" /></wsdl:message><wsdl:message name="retArrayDecimal1DRequestMessage"><wsdl:part name="inArrayDecimal1D" element="ns2:inArrayDecimal1D" /></wsdl:message><wsdl:message name="retArrayDecimal1DResponseMessage"><wsdl:part name="retArrayDecimal1DResult" element="ns2:retArrayDecimal1DResult" /></wsdl:message><wsdl:message name="retByteRequestMessage"><wsdl:part name="inByte" element="ns2:inByte" /></wsdl:message><wsdl:message name="retByteResponseMessage"><wsdl:part name="retByteResult" element="ns2:retByteResult" /></wsdl:message><wsdl:message name="retSByteRequestMessage"><wsdl:part name="inSByte" element="ns2:inSByte" /></wsdl:message><wsdl:message name="retSByteResponseMessage"><wsdl:part name="retSByteResult" element="ns2:retSByteResult" /></wsdl:message><wsdl:message name="retShortRequestMessage"><wsdl:part name="inShort" element="ns2:inShort" /></wsdl:message><wsdl:message n
 ame="retShortResponseMessage"><wsdl:part name="retShortResult" element="ns2:retShortResult" /></wsdl:message><wsdl:message name="retStructSNRequestMessage"><wsdl:part name="inStructSN" element="ns2:inStructSN" /></wsdl:message><wsdl:message name="retStructSNResponseMessage"><wsdl:part name="retStructSNResult" element="ns2:retStructSNResult" /></wsdl:message><wsdl:message name="retObjectRequestMessage"><wsdl:part name="inObject" element="ns2:inObject" /></wsdl:message><wsdl:message name="retObjectResponseMessage"><wsdl:part name="retObjectResult" element="ns2:retObjectResult" /></wsdl:message><wsdl:message name="retFloatRequestMessage"><wsdl:part name="inFloat" element="ns2:inFloat" /></wsdl:message><wsdl:message name="retFloatResponseMessage"><wsdl:part name="retFloatResult" element="ns2:retFloatResult" /></wsdl:message><wsdl:message name="retDoubleRequestMessage"><wsdl:part name="inDouble" element="ns2:inDouble" /></wsdl:message><wsdl:message name="retDoubleResponseMessage"
 ><wsdl:part name="retDoubleResult" element="ns2:retDoubleResult" /></wsdl:message><wsdl:message name="retBoolRequestMessage"><wsdl:part name="inBool" element="ns2:inBool" /></wsdl:message><wsdl:message name="retBoolResponseMessage"><wsdl:part name="retBoolResult" element="ns2:retBoolResult" /></wsdl:message><wsdl:message name="retDerivedClassRequestMessage"><wsdl:part name="inDerivedClass" element="ns2:inDerivedClass" /></wsdl:message><wsdl:message name="retDerivedClassResponseMessage"><wsdl:part name="retDerivedClassResult" element="ns2:retDerivedClassResult" /></wsdl:message><wsdl:message name="retDecimalRequestMessage"><wsdl:part name="inDecimal" element="ns2:inDecimal" /></wsdl:message><wsdl:message name="retDecimalResponseMessage"><wsdl:part name="retDecimalResult" element="ns2:retDecimalResult" /></wsdl:message><wsdl:message name="retEnumStringRequestMessage"><wsdl:part name="inEnumString" element="ns2:inEnumString" /></wsdl:message><wsdl:message name="retEnumStringRes
 ponseMessage"><wsdl:part name="retEnumStringResult" element="ns2:retEnumStringResult" /></wsdl:message><wsdl:message name="retStructS1RequestMessage"><wsdl:part name="inStructS1" element="ns2:inStructS1" /></wsdl:message><wsdl:message name="retStructS1ResponseMessage"><wsdl:part name="retStructS1Result" element="ns2:retStructS1Result" /></wsdl:message><wsdl:message name="retIntRequestMessage"><wsdl:part name="inInt" element="ns2:inInt" /></wsdl:message><wsdl:message name="retIntResponseMessage"><wsdl:part name="retIntResult" element="ns2:retIntResult" /></wsdl:message><wsdl:message name="retCharRequestMessage"><wsdl:part name="inChar" element="ns2:inChar" /></wsdl:message><wsdl:message name="retCharResponseMessage"><wsdl:part name="retCharResult" element="ns2:retCharResult" /></wsdl:message><wsdl:message name="retStringRequestMessage"><wsdl:part name="inString" element="ns2:inString" /></wsdl:message><wsdl:message name="retStringResponseMessage"><wsdl:part name="retStringRes
 ult" element="ns2:retStringResult" /></wsdl:message><wsdl:message name="retULongRequestMessage"><wsdl:part name="inULong" element="ns2:inULong" /></wsdl:message><wsdl:message name="retULongResponseMessage"><wsdl:part name="retULongResult" element="ns2:retULongResult" /></wsdl:message><wsdl:portType name="ComplexDataTypesDocLitBarePortType"><wsdl:operation name="retStructSNSAS"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retStructSNSASRequestMessage" wsaw:Action="urn:retStructSNSAS" /><wsdl:output message="ns2:retStructSNSASResponseMessage" /></wsdl:operation><wsdl:operation name="retSingle"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retSingleRequestMessage" wsaw:Action="urn:retSingle" /><wsdl:output message="ns2:retSingleResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayString2D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayString2DRequestMessag
 e" wsaw:Action="urn:retArrayString2D" /><wsdl:output message="ns2:retArrayString2DResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayAnyType1D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayAnyType1DRequestMessage" wsaw:Action="urn:retArrayAnyType1D" /><wsdl:output message="ns2:retArrayAnyType1DResponseMessage" /></wsdl:operation><wsdl:operation name="retInts"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retIntsRequestMessage" wsaw:Action="urn:retInts" /><wsdl:output message="ns2:retIntsResponseMessage" /></wsdl:operation><wsdl:operation name="retDateTime"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retDateTimeRequestMessage" wsaw:Action="urn:retDateTime" /><wsdl:output message="ns2:retDateTimeResponseMessage" /></wsdl:operation><wsdl:operation name="retStructSNSA"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retSt
 ructSNSARequestMessage" wsaw:Action="urn:retStructSNSA" /><wsdl:output message="ns2:retStructSNSAResponseMessage" /></wsdl:operation><wsdl:operation name="retGuid"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retGuidRequestMessage" wsaw:Action="urn:retGuid" /><wsdl:output message="ns2:retGuidResponseMessage" /></wsdl:operation><wsdl:operation name="retByteArray"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retByteArrayRequestMessage" wsaw:Action="urn:retByteArray" /><wsdl:output message="ns2:retByteArrayResponseMessage" /></wsdl:operation><wsdl:operation name="retUri"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retUriRequestMessage" wsaw:Action="urn:retUri" /><wsdl:output message="ns2:retUriResponseMessage" /></wsdl:operation><wsdl:operation name="retQName"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retQNameRequestMessage" wsaw:Action
 ="urn:retQName" /><wsdl:output message="ns2:retQNameResponseMessage" /></wsdl:operation><wsdl:operation name="retArray1DSN"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArray1DSNRequestMessage" wsaw:Action="urn:retArray1DSN" /><wsdl:output message="ns2:retArray1DSNResponseMessage" /></wsdl:operation><wsdl:operation name="retStrings"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retStringsRequestMessage" wsaw:Action="urn:retStrings" /><wsdl:output message="ns2:retStringsResponseMessage" /></wsdl:operation><wsdl:operation name="retEnumInt"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retEnumIntRequestMessage" wsaw:Action="urn:retEnumInt" /><wsdl:output message="ns2:retEnumIntResponseMessage" /></wsdl:operation><wsdl:operation name="retLong"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retLongRequestMessage" wsaw:Action="urn:retLong" /><w
 sdl:output message="ns2:retLongResponseMessage" /></wsdl:operation><wsdl:operation name="retUShort"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retUShortRequestMessage" wsaw:Action="urn:retUShort" /><wsdl:output message="ns2:retUShortResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayString1D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayString1DRequestMessage" wsaw:Action="urn:retArrayString1D" /><wsdl:output message="ns2:retArrayString1DResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayInt1D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayInt1DRequestMessage" wsaw:Action="urn:retArrayInt1D" /><wsdl:output message="ns2:retArrayInt1DResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayDateTime1D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayDateTime1DRequestMessage" wsaw:
 Action="urn:retArrayDateTime1D" /><wsdl:output message="ns2:retArrayDateTime1DResponseMessage" /></wsdl:operation><wsdl:operation name="retUInt"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retUIntRequestMessage" wsaw:Action="urn:retUInt" /><wsdl:output message="ns2:retUIntResponseMessage" /></wsdl:operation><wsdl:operation name="retArrayDecimal1D"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retArrayDecimal1DRequestMessage" wsaw:Action="urn:retArrayDecimal1D" /><wsdl:output message="ns2:retArrayDecimal1DResponseMessage" /></wsdl:operation><wsdl:operation name="retByte"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retByteRequestMessage" wsaw:Action="urn:retByte" /><wsdl:output message="ns2:retByteResponseMessage" /></wsdl:operation><wsdl:operation name="retSByte"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retSByteRequestMessage" wsaw:A
 ction="urn:retSByte" /><wsdl:output message="ns2:retSByteResponseMessage" /></wsdl:operation><wsdl:operation name="retShort"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retShortRequestMessage" wsaw:Action="urn:retShort" /><wsdl:output message="ns2:retShortResponseMessage" /></wsdl:operation><wsdl:operation name="retStructSN"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retStructSNRequestMessage" wsaw:Action="urn:retStructSN" /><wsdl:output message="ns2:retStructSNResponseMessage" /></wsdl:operation><wsdl:operation name="retObject"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retObjectRequestMessage" wsaw:Action="urn:retObject" /><wsdl:output message="ns2:retObjectResponseMessage" /></wsdl:operation><wsdl:operation name="retFloat"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retFloatRequestMessage" wsaw:Action="urn:retFloat" /><wsdl:outp
 ut message="ns2:retFloatResponseMessage" /></wsdl:operation><wsdl:operation name="retDouble"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retDoubleRequestMessage" wsaw:Action="urn:retDouble" /><wsdl:output message="ns2:retDoubleResponseMessage" /></wsdl:operation><wsdl:operation name="retBool"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retBoolRequestMessage" wsaw:Action="urn:retBool" /><wsdl:output message="ns2:retBoolResponseMessage" /></wsdl:operation><wsdl:operation name="retDerivedClass"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retDerivedClassRequestMessage" wsaw:Action="urn:retDerivedClass" /><wsdl:output message="ns2:retDerivedClassResponseMessage" /></wsdl:operation><wsdl:operation name="retDecimal"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retDecimalRequestMessage" wsaw:Action="urn:retDecimal" /><wsdl:output message="ns2
 :retDecimalResponseMessage" /></wsdl:operation><wsdl:operation name="retEnumString"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retEnumStringRequestMessage" wsaw:Action="urn:retEnumString" /><wsdl:output message="ns2:retEnumStringResponseMessage" /></wsdl:operation><wsdl:operation name="retStructS1"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retStructS1RequestMessage" wsaw:Action="urn:retStructS1" /><wsdl:output message="ns2:retStructS1ResponseMessage" /></wsdl:operation><wsdl:operation name="retInt"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retIntRequestMessage" wsaw:Action="urn:retInt" /><wsdl:output message="ns2:retIntResponseMessage" /></wsdl:operation><wsdl:operation name="retChar"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retCharRequestMessage" wsaw:Action="urn:retChar" /><wsdl:output message="ns2:retCharResponseMessage" /
 ></wsdl:operation><wsdl:operation name="retString"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retStringRequestMessage" wsaw:Action="urn:retString" /><wsdl:output message="ns2:retStringResponseMessage" /></wsdl:operation><wsdl:operation name="retULong"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="ns2:retULongRequestMessage" wsaw:Action="urn:retULong" /><wsdl:output message="ns2:retULongResponseMessage" /></wsdl:operation></wsdl:portType><wsdl:binding name="ComplexDataTypesDocLitBareSOAP11Binding" type="ns2:ComplexDataTypesDocLitBarePortType"><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><wsd
 l: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="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:operatio
 n 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 na
 me="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="retBoo
 l"><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=
 "ComplexDataTypesDocLitBareSOAP12Binding" type="ns2:ComplexDataTypesDocLitBarePortType"><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:in
 put><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="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 soapAct
 ion="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><w
 sdl: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:operatio
 n 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="ComplexDataTypesDocLitBareHttpBinding" type="ns2:ComplexDataTypesDocLitBarePortType"><http:binding verb="POST" /><wsdl:operation name="retStructSNSAS"><http:operation location="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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"><ht
 tp:operation location="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="retUri"><http:operation location="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="ComplexDataTypesDocLitBare/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="
 ComplexDataTypesDocLitBare/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><wsdl:operation name="retArrayString1D"><http:operation location="ComplexDataTypesDocLitBare/retArrayString1D" /><wsdl:input><mime:content type="text/xml" part="retArrayString1D" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retArrayString1D" /></wsdl:output></wsdl:operation><wsdl:operation name="retArrayInt1D"><http:operation location="ComplexDataTypesDocLitBare/retArrayInt1D" /><wsdl:input><mime:content type="text/xml" part="retArrayInt1D" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retArrayInt1D" /></wsdl:output></wsdl:operation><wsdl:operation name="retArrayDateTime1D"><http:operation location="ComplexDataTypesDocLitBare/retArrayDateTime1D" /><wsdl:input><mime:content type="text/xml" part="retArrayDateTime1D" /></wsdl:input><wsdl:
 output><mime:content type="text/xml" part="retArrayDateTime1D" /></wsdl:output></wsdl:operation><wsdl:operation name="retUInt"><http:operation location="ComplexDataTypesDocLitBare/retUInt" /><wsdl:input><mime:content type="text/xml" part="retUInt" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retUInt" /></wsdl:output></wsdl:operation><wsdl:operation name="retArrayDecimal1D"><http:operation location="ComplexDataTypesDocLitBare/retArrayDecimal1D" /><wsdl:input><mime:content type="text/xml" part="retArrayDecimal1D" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retArrayDecimal1D" /></wsdl:output></wsdl:operation><wsdl:operation name="retByte"><http:operation location="ComplexDataTypesDocLitBare/retByte" /><wsdl:input><mime:content type="text/xml" part="retByte" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retByte" /></wsdl:output></wsdl:operation><wsdl:operation name="retSByte"><http:operation location="ComplexDataTypesDocLi
 tBare/retSByte" /><wsdl:input><mime:content type="text/xml" part="retSByte" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retSByte" /></wsdl:output></wsdl:operation><wsdl:operation name="retShort"><http:operation location="ComplexDataTypesDocLitBare/retShort" /><wsdl:input><mime:content type="text/xml" part="retShort" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retShort" /></wsdl:output></wsdl:operation><wsdl:operation name="retStructSN"><http:operation location="ComplexDataTypesDocLitBare/retStructSN" /><wsdl:input><mime:content type="text/xml" part="retStructSN" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retStructSN" /></wsdl:output></wsdl:operation><wsdl:operation name="retObject"><http:operation location="ComplexDataTypesDocLitBare/retObject" /><wsdl:input><mime:content type="text/xml" part="retObject" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retObject" /></wsdl:output></wsdl:operation><wsd
 l:operation name="retFloat"><http:operation location="ComplexDataTypesDocLitBare/retFloat" /><wsdl:input><mime:content type="text/xml" part="retFloat" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retFloat" /></wsdl:output></wsdl:operation><wsdl:operation name="retDouble"><http:operation location="ComplexDataTypesDocLitBare/retDouble" /><wsdl:input><mime:content type="text/xml" part="retDouble" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retDouble" /></wsdl:output></wsdl:operation><wsdl:operation name="retBool"><http:operation location="ComplexDataTypesDocLitBare/retBool" /><wsdl:input><mime:content type="text/xml" part="retBool" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retBool" /></wsdl:output></wsdl:operation><wsdl:operation name="retDerivedClass"><http:operation location="ComplexDataTypesDocLitBare/retDerivedClass" /><wsdl:input><mime:content type="text/xml" part="retDerivedClass" /></wsdl:input><wsdl:output><mi
 me:content type="text/xml" part="retDerivedClass" /></wsdl:output></wsdl:operation><wsdl:operation name="retDecimal"><http:operation location="ComplexDataTypesDocLitBare/retDecimal" /><wsdl:input><mime:content type="text/xml" part="retDecimal" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retDecimal" /></wsdl:output></wsdl:operation><wsdl:operation name="retEnumString"><http:operation location="ComplexDataTypesDocLitBare/retEnumString" /><wsdl:input><mime:content type="text/xml" part="retEnumString" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retEnumString" /></wsdl:output></wsdl:operation><wsdl:operation name="retStructS1"><http:operation location="ComplexDataTypesDocLitBare/retStructS1" /><wsdl:input><mime:content type="text/xml" part="retStructS1" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retStructS1" /></wsdl:output></wsdl:operation><wsdl:operation name="retInt"><http:operation location="ComplexDataTypesDocLitBa
 re/retInt" /><wsdl:input><mime:content type="text/xml" part="retInt" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retInt" /></wsdl:output></wsdl:operation><wsdl:operation name="retChar"><http:operation location="ComplexDataTypesDocLitBare/retChar" /><wsdl:input><mime:content type="text/xml" part="retChar" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retChar" /></wsdl:output></wsdl:operation><wsdl:operation name="retString"><http:operation location="ComplexDataTypesDocLitBare/retString" /><wsdl:input><mime:content type="text/xml" part="retString" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retString" /></wsdl:output></wsdl:operation><wsdl:operation name="retULong"><http:operation location="ComplexDataTypesDocLitBare/retULong" /><wsdl:input><mime:content type="text/xml" part="retULong" /></wsdl:input><wsdl:output><mime:content type="text/xml" part="retULong" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service 
 name="ComplexDataTypesDocLitBare"><wsdl:port name="ComplexDataTypesDocLitBareSOAP11port_http" binding="ns2:ComplexDataTypesDocLitBareSOAP11Binding"><soap:address location="http://10.100.1.132:8080/axis2/services/ComplexDataTypesDocLitBare" /></wsdl:port><wsdl:port name="ComplexDataTypesDocLitBareSOAP12port_http" binding="ns2:ComplexDataTypesDocLitBareSOAP12Binding"><soap12:address location="http://10.100.1.132:8080/axis2/services/ComplexDataTypesDocLitBare" /></wsdl:port><wsdl:port name="ComplexDataTypesDocLitBareHttpport" binding="ns2:ComplexDataTypesDocLitBareHttpBinding"><http:address location="http://10.100.1.132:8080/axis2/services/ComplexDataTypesDocLitBare" /></wsdl:port></wsdl:service></wsdl:definitions>
\ No newline at end of file



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