<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:xwalk.oclc.org" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:xwalk.oclc.org" xmlns:intf="urn:xwalk.oclc.org" 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.2.1
Built on Jun 14, 2005 (09:15:57 EDT)-->
 <wsdl:types>
  <schema targetNamespace="urn:xwalk.oclc.org" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="RemoteRecordFormat">
    <sequence>
     <element name="encoding" nillable="true" type="xsd:string"/>
     <element name="standard" nillable="true" type="xsd:string"/>
     <element name="structure" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="RemoteUserIdentifier">
    <sequence>
     <element name="identifier" nillable="true" type="xsd:string"/>
     <element name="scheme" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="RemoteFieldMappingFailure">
    <sequence>
     <element name="location" nillable="true" type="xsd:string"/>
     <element name="reason" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfRemoteFieldMappingFailure">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:RemoteFieldMappingFailure[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="RemoteCrosswalkResponseRecord">
    <sequence>
     <element maxOccurs="unbounded" name="AFailureInfoAt" nillable="true" type="impl:RemoteFieldMappingFailure"/>
     <element name="errorMappingCount" type="xsd:int"/>
     <element name="failureInfo" nillable="true" type="impl:ArrayOfRemoteFieldMappingFailure"/>
     <element name="metadata" nillable="true" type="xsd:base64Binary"/>
     <element name="noMappingCount" type="xsd:int"/>
     <element name="statusCode" nillable="true" type="xsd:string"/>
     <element name="successfullyMappedCount" type="xsd:int"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfRemoteCrosswalkResponseRecord">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:RemoteCrosswalkResponseRecord[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <simpleType name="RemoteStatusCode">
    <restriction base="xsd:string">
     <enumeration value="METADATA_EXCEEDS_MAX_SIZE"/>
     <enumeration value="SUCCESS"/>
     <enumeration value="TRANSLATION_ERROR"/>
     <enumeration value="SYSTEM_ERROR"/>
     <enumeration value="INVALID_SOURCE_FORMAT"/>
     <enumeration value="INVALID_TARGET_FORMAT"/>
     <enumeration value="ERROR_READING_SOURCE_DATA"/>
     <enumeration value="RECORD_LIMIT_REACHED"/>
    </restriction>
   </simpleType>
   <complexType name="RemoteCrosswalkResponse">
    <sequence>
     <element name="additionalErrorInfo" nillable="true" type="xsd:string"/>
     <element name="badMappingsRecordCount" type="xsd:int"/>
     <element name="clientApplicationId" nillable="true" type="xsd:string"/>
     <element name="noMappingsRecordCount" type="xsd:int"/>
     <element name="partialSuccessRecordCount" type="xsd:int"/>
     <element maxOccurs="unbounded" name="resultAt" nillable="true" type="impl:RemoteCrosswalkResponseRecord"/>
     <element name="results" nillable="true" type="impl:ArrayOfRemoteCrosswalkResponseRecord"/>
     <element name="srcRecordFormat" nillable="true" type="impl:RemoteRecordFormat"/>
     <element name="statusCode" nillable="true" type="impl:RemoteStatusCode"/>
     <element name="successRecordCount" type="xsd:int"/>
     <element name="transactionId" nillable="true" type="xsd:string"/>
     <element name="trgRecordFormat" nillable="true" type="impl:RemoteRecordFormat"/>
     <element name="userId" nillable="true" type="impl:RemoteUserIdentifier"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfRemoteRecordFormat">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:RemoteRecordFormat[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getSupportedTargetRecordFormatsResponse">

      <wsdl:part name="getSupportedTargetRecordFormatsReturn" type="impl:ArrayOfRemoteRecordFormat"/>

   </wsdl:message>

   <wsdl:message name="getSupportedTargetRecordFormatsRequest">

   </wsdl:message>

   <wsdl:message name="getSupportedSourceRecordFormatsResponse">

      <wsdl:part name="getSupportedSourceRecordFormatsReturn" type="impl:ArrayOfRemoteRecordFormat"/>

   </wsdl:message>

   <wsdl:message name="getJavaSupportedEncodingsRequest">

   </wsdl:message>

   <wsdl:message name="getSupportedSourceRecordFormatsRequest">

   </wsdl:message>

   <wsdl:message name="translateResponse">

      <wsdl:part name="translateReturn" type="impl:RemoteCrosswalkResponse"/>

   </wsdl:message>

   <wsdl:message name="translateRequest">

      <wsdl:part name="in0" type="xsd:string"/>

      <wsdl:part name="in1" type="xsd:base64Binary"/>

      <wsdl:part name="in2" type="impl:RemoteRecordFormat"/>

      <wsdl:part name="in3" type="impl:RemoteRecordFormat"/>

      <wsdl:part name="in4" type="impl:RemoteUserIdentifier"/>

      <wsdl:part name="in5" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="getJavaSupportedEncodingsResponse">

      <wsdl:part name="getJavaSupportedEncodingsReturn" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:portType name="RemoteCrosswalk">

      <wsdl:operation name="translate" parameterOrder="in0 in1 in2 in3 in4 in5">

         <wsdl:input message="impl:translateRequest" name="translateRequest"/>

         <wsdl:output message="impl:translateResponse" name="translateResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getSupportedSourceRecordFormats">

         <wsdl:input message="impl:getSupportedSourceRecordFormatsRequest" name="getSupportedSourceRecordFormatsRequest"/>

         <wsdl:output message="impl:getSupportedSourceRecordFormatsResponse" name="getSupportedSourceRecordFormatsResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getSupportedTargetRecordFormats">

         <wsdl:input message="impl:getSupportedTargetRecordFormatsRequest" name="getSupportedTargetRecordFormatsRequest"/>

         <wsdl:output message="impl:getSupportedTargetRecordFormatsResponse" name="getSupportedTargetRecordFormatsResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getJavaSupportedEncodings">

         <wsdl:input message="impl:getJavaSupportedEncodingsRequest" name="getJavaSupportedEncodingsRequest"/>

         <wsdl:output message="impl:getJavaSupportedEncodingsResponse" name="getJavaSupportedEncodingsResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="crosswalkSoapBinding" type="impl:RemoteCrosswalk">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="translate">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="translateRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="translateResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getSupportedSourceRecordFormats">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSupportedSourceRecordFormatsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getSupportedSourceRecordFormatsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getSupportedTargetRecordFormats">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSupportedTargetRecordFormatsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getSupportedTargetRecordFormatsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getJavaSupportedEncodings">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getJavaSupportedEncodingsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getJavaSupportedEncodingsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xwalk.oclc.org" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RemoteCrosswalkService">

      <wsdl:port binding="impl:crosswalkSoapBinding" name="crosswalk">

         <wsdlsoap:address location="http://xwalkdemo.oclc.org/webservices/metadata/crosswalk"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
