Hi it is a customer file. I can show you the beginning of the file:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:xxxxxxxxxxxx" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:xxxxxxxxxxxxxx" xmlns:intf="urn:xxxxxxxxxxxxxxxxx" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 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.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
<wsdl:types>
<schema targetNamespace="urn:xxxxxxxxxxxxxxx" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ArrayOf_xsd_string">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>