<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" xmlns:intf="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="uri:jp.ac.kyoto_u.i.soc.ai.langrid.composite.wordtranslation/" xmlns:tns2="http://langrid.nict.go.jp/ws_1_2/bilingualdictionary/" xmlns:tns3="http://langrid.nict.go.jp/ws_1_2/" 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="uri:jp.ac.kyoto_u.i.soc.ai.langrid.composite.wordtranslation/" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/bilingualdictionary/"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Document">
    <sequence>
     <element name="data" nillable="true" type="xsd:base64Binary"/>
     <element name="mimeType" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="DocumentResult">
    <sequence>
     <element name="data" nillable="true" type="tns1:Document"/>
     <element name="finished" type="xsd:boolean"/>
    </sequence>
   </complexType>
   <complexType name="DocumentTranslationResult">
    <complexContent>
     <extension base="tns1:DocumentResult">
      <sequence/>
     </extension>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="uri:jp.ac.kyoto_u.i.soc.ai.langrid.composite.wordtranslation/"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/bilingualdictionary/"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/"/>
   <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>
   <complexType name="ArrayOf_tns2_Translation">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:Translation[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://langrid.nict.go.jp/ws_1_2/bilingualdictionary/" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="uri:jp.ac.kyoto_u.i.soc.ai.langrid.composite.wordtranslation/"/>
   <import namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Translation">
    <sequence>
     <element name="headWord" nillable="true" type="xsd:string"/>
     <element name="targetWords" nillable="true" type="impl:ArrayOf_xsd_string"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://langrid.nict.go.jp/ws_1_2/" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="uri:jp.ac.kyoto_u.i.soc.ai.langrid.composite.wordtranslation/"/>
   <import namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary"/>
   <import namespace="http://langrid.nict.go.jp/ws_1_2/bilingualdictionary/"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="LangridException">
    <sequence>
     <element name="description" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="InvalidParameterException">
    <complexContent>
     <extension base="tns3:LangridException">
      <sequence>
       <element name="parameterName" nillable="true" type="xsd:string"/>
      </sequence>
     </extension>
    </complexContent>
   </complexType>
   <complexType name="ProcessFailedException">
    <complexContent>
     <extension base="tns3:LangridException">
      <sequence/>
     </extension>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getResultRequest">

      <wsdl:part name="token" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="startResponse">

      <wsdl:part name="startReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="startRequest">

      <wsdl:part name="sourceLang" type="soapenc:string"/>

      <wsdl:part name="targetLang" type="soapenc:string"/>

      <wsdl:part name="source" type="tns1:Document"/>

      <wsdl:part name="temporalDict" type="impl:ArrayOf_tns2_Translation"/>

      <wsdl:part name="dictTargetLang" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="terminateRequest">

      <wsdl:part name="token" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="ProcessFailedException">

      <wsdl:part name="fault" type="tns3:ProcessFailedException"/>

   </wsdl:message>

   <wsdl:message name="getResultResponse">

      <wsdl:part name="getResultReturn" type="tns1:DocumentTranslationResult"/>

   </wsdl:message>

   <wsdl:message name="InvalidParameterException">

      <wsdl:part name="fault" type="tns3:InvalidParameterException"/>

   </wsdl:message>

   <wsdl:message name="getSupportedMimeTypeRequest">

   </wsdl:message>

   <wsdl:message name="getProgressRequest">

      <wsdl:part name="token" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getProgressResponse">

      <wsdl:part name="getProgressReturn" type="xsd:double"/>

   </wsdl:message>

   <wsdl:message name="isFinishedRequest">

      <wsdl:part name="token" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="isFinishedResponse">

      <wsdl:part name="isFinishedReturn" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="terminateResponse">

   </wsdl:message>

   <wsdl:message name="getSupportedMimeTypeResponse">

      <wsdl:part name="getSupportedMimeTypeReturn" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:portType name="DocumentTranslationWithTemporalDictionary">

      <wsdl:operation name="start" parameterOrder="sourceLang targetLang source temporalDict dictTargetLang">

         <wsdl:input message="impl:startRequest" name="startRequest"/>

         <wsdl:output message="impl:startResponse" name="startResponse"/>

         <wsdl:fault message="impl:InvalidParameterException" name="InvalidParameterException"/>

         <wsdl:fault message="impl:ProcessFailedException" name="ProcessFailedException"/>

      </wsdl:operation>

      <wsdl:operation name="getResult" parameterOrder="token">

         <wsdl:input message="impl:getResultRequest" name="getResultRequest"/>

         <wsdl:output message="impl:getResultResponse" name="getResultResponse"/>

         <wsdl:fault message="impl:InvalidParameterException" name="InvalidParameterException"/>

         <wsdl:fault message="impl:ProcessFailedException" name="ProcessFailedException"/>

      </wsdl:operation>

      <wsdl:operation name="terminate" parameterOrder="token">

         <wsdl:input message="impl:terminateRequest" name="terminateRequest"/>

         <wsdl:output message="impl:terminateResponse" name="terminateResponse"/>

         <wsdl:fault message="impl:InvalidParameterException" name="InvalidParameterException"/>

         <wsdl:fault message="impl:ProcessFailedException" name="ProcessFailedException"/>

      </wsdl:operation>

      <wsdl:operation name="getProgress" parameterOrder="token">

         <wsdl:input message="impl:getProgressRequest" name="getProgressRequest"/>

         <wsdl:output message="impl:getProgressResponse" name="getProgressResponse"/>

         <wsdl:fault message="impl:ProcessFailedException" name="ProcessFailedException"/>

      </wsdl:operation>

      <wsdl:operation name="getSupportedMimeType">

         <wsdl:input message="impl:getSupportedMimeTypeRequest" name="getSupportedMimeTypeRequest"/>

         <wsdl:output message="impl:getSupportedMimeTypeResponse" name="getSupportedMimeTypeResponse"/>

      </wsdl:operation>

      <wsdl:operation name="isFinished" parameterOrder="token">

         <wsdl:input message="impl:isFinishedRequest" name="isFinishedRequest"/>

         <wsdl:output message="impl:isFinishedResponse" name="isFinishedResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="DocumentTranslationWithTemporalDictionarySoapBinding" type="impl:DocumentTranslationWithTemporalDictionary">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="start">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="startRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="startResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidParameterException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidParameterException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ProcessFailedException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ProcessFailedException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getResult">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getResultRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getResultResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidParameterException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidParameterException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ProcessFailedException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ProcessFailedException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="terminate">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="terminateRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="terminateResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidParameterException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidParameterException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ProcessFailedException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ProcessFailedException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getProgress">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getProgressRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getProgressResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="ProcessFailedException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ProcessFailedException" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getSupportedMimeType">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSupportedMimeTypeRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getSupportedMimeTypeResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="isFinished">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="isFinishedRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="isFinishedResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:service:kyoto1.langrid:WordTranslationWithTemporalDictionary" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="kyoto1.langrid:WordTranslationWithTemporalDictionary">

      <wsdl:port binding="impl:DocumentTranslationWithTemporalDictionarySoapBinding" name="DocumentTranslationWithTemporalDictionary">

         <wsdlsoap:address location="http://langrid.org/service_manager/invoker/kyoto1.langrid:WordTranslationWithTemporalDictionary"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>