Here's the revelant part of the wsdls file.
<?xml version="1.0" encoding="UTF-8"?>
<wsdl

efinitions targetNamespace="http://localhost:8080/axis/services/urn:WebServiceTest"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://localhost:8080/axis/services/urn:WebServiceTest"
xmlns:intf="http://localhost:8080/axis/services/urn:WebServiceTest"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://cont1.li.com"
xmlns:tns2="http://cont2.li.com"
xmlns:tns3="http://util.java"
xmlns:tns4="http://cont3.li.com"
xmlns:tns5="http://lang.java"
xmlns:tns6="http://values.li.com"
xmlns:tns7="http://sql.java"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.2.1
Built on Jun 14, 2005 (09:15:57 EDT)-->
<wsdl:types>
<schema targetNamespace="http://cont2.li.com" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://localhost:8080/axis/services/urn:WebServiceTest"/>
<import namespace="http://util.java"/>
<import namespace="http://cont1.li.com"/>
<import namespace="http://cont3.li.com"/>
<import namespace="http://lang.java"/>
<import namespace="http://values.li.com"/>
<import namespace="http://sql.java"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ObjComp1">
<sequence>
<element name="allListNames" nillable="true" type="xsd:anyType"/>
<element name="ObjName" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ObjComp2">
<sequence/>
</complexType>
<complexType name="ObjComp3">
<sequence>
<element maxOccurs="unbounded" name="javaClass" nillable="true" type="xsd:anyType"/>
<element maxOccurs="unbounded" name="type" nillable="true" type="xsd:string"/>
<element maxOccurs="unbounded" name="length" type="xsd:int"/>
<element name="size" type="xsd:int"/>
<element maxOccurs="unbounded" name="name" nillable="true" type="xsd:string"/>
<element maxOccurs="unbounded" name="ObjComp2" nillable="true" type="tns2

bjComp2"/>
<element name="fieldEnumeration" nillable="true" type="tns3:Enumeration"/>
<element maxOccurs="unbounded" name="mayBeNull" type=" :boolean"/>
<element maxOccurs="unbounded" name="refData" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ObjComp4">
<sequence>
<element name="enumeration" nillable="true" type="tns3:Enumeration"/>
<element name="refDataTRanslation" type="xsd:boolean"/>
<element name="null" nillable="true" type="xsd:string"/>
<element name="metaData" nillable="true" type="tns2

bjComp3"/>
<element name="attributeCount" type="xsd:int"/>
</sequence>
</complexType>
</schema>
.
.
.
.
</wsdl:types>
.
.
.
.
.
Thanks