<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="servicegrid:servicetype:nict.nlp:MultihopTranslation" xmlns:intf="servicegrid:servicetype:nict.nlp:MultihopTranslation" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://langrid.nict.go.jp/ws_1_2/multihoptranslation/" xmlns:tns2="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:types> <schema targetNamespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://langrid.nict.go.jp/ws_1_2/multihoptranslation/"/> <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_LanguagePath"> <complexContent> <restriction base="soapenc:Array"> <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:LanguagePath[]"/> </restriction> </complexContent> </complexType> </schema> <schema targetNamespace="http://langrid.nict.go.jp/ws_1_2/multihoptranslation/" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation"/> <import namespace="http://langrid.nict.go.jp/ws_1_2/"/> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="MultihopTranslationResult"> <sequence> <element name="intermediates" nillable="true" type="impl:ArrayOf_xsd_string"/> <element name="target" nillable="true" type="xsd:string"/> </sequence> </complexType> </schema> <schema targetNamespace="http://langrid.nict.go.jp/ws_1_2/" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation"/> <import namespace="http://langrid.nict.go.jp/ws_1_2/multihoptranslation/"/> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="LangridException"> <sequence> <element name="description" nillable="true" type="xsd:string"/> </sequence> </complexType> <complexType name="AccessLimitExceededException"> <complexContent> <extension base="tns2:LangridException"> <sequence/> </extension> </complexContent> </complexType> <complexType name="InvalidParameterException"> <complexContent> <extension base="tns2:LangridException"> <sequence> <element name="parameterName" nillable="true" type="xsd:string"/> </sequence> </extension> </complexContent> </complexType> <complexType name="LanguagePath"> <sequence> <element name="languages" nillable="true" type="impl:ArrayOf_xsd_string"/> </sequence> </complexType> <complexType name="UnsupportedLanguagePathException"> <complexContent> <extension base="tns2:InvalidParameterException"> <sequence> <element name="languagePath" nillable="true" type="tns2:LanguagePath"/> <element name="parameterNames" nillable="true" type="impl:ArrayOf_xsd_string"/> </sequence> </extension> </complexContent> </complexType> <complexType name="LanguagePathNotUniquelyDecidedException"> <complexContent> <extension base="tns2:InvalidParameterException"> <sequence> <element name="candidates" nillable="true" type="impl:ArrayOf_tns2_LanguagePath"/> <element name="message" nillable="true" type="xsd:string"/> <element name="parameterNames" nillable="true" type="impl:ArrayOf_xsd_string"/> </sequence> </extension> </complexContent> </complexType> <complexType name="NoAccessPermissionException"> <complexContent> <extension base="tns2:LangridException"> <sequence/> </extension> </complexContent> </complexType> <complexType name="NoValidEndpointsException"> <complexContent> <extension base="tns2:LangridException"> <sequence/> </extension> </complexContent> </complexType> <complexType name="ProcessFailedException"> <complexContent> <extension base="tns2:LangridException"> <sequence/> </extension> </complexContent> </complexType> <complexType name="ServerBusyException"> <complexContent> <extension base="tns2:LangridException"> <sequence/> </extension> </complexContent> </complexType> <complexType name="ServiceNotActiveException"> <complexContent> <extension base="tns2:LangridException"> <sequence> <element name="serviceId" nillable="true" type="xsd:string"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ServiceNotFoundException"> <complexContent> <extension base="tns2:LangridException"> <sequence> <element name="serviceId" nillable="true" type="xsd:string"/> </sequence> </extension> </complexContent> </complexType> </schema> </wsdl:types> <wsdl:message name="UnsupportedLanguagePathException"> <wsdl:part name="fault" type="tns2:UnsupportedLanguagePathException"/> </wsdl:message> <wsdl:message name="ProcessFailedException"> <wsdl:part name="fault" type="tns2:ProcessFailedException"/> </wsdl:message> <wsdl:message name="NoAccessPermissionException"> <wsdl:part name="fault" type="tns2:NoAccessPermissionException"/> </wsdl:message> <wsdl:message name="ServerBusyException"> <wsdl:part name="fault" type="tns2:ServerBusyException"/> </wsdl:message> <wsdl:message name="AccessLimitExceededException"> <wsdl:part name="fault" type="tns2:AccessLimitExceededException"/> </wsdl:message> <wsdl:message name="ServiceNotActiveException"> <wsdl:part name="fault" type="tns2:ServiceNotActiveException"/> </wsdl:message> <wsdl:message name="NoValidEndpointsException"> <wsdl:part name="fault" type="tns2:NoValidEndpointsException"/> </wsdl:message> <wsdl:message name="InvalidParameterException"> <wsdl:part name="fault" type="tns2:InvalidParameterException"/> </wsdl:message> <wsdl:message name="ServiceNotFoundException"> <wsdl:part name="fault" type="tns2:ServiceNotFoundException"/> </wsdl:message> <wsdl:message name="multihopTranslateResponse"> <wsdl:part name="multihopTranslateReturn" type="tns1:MultihopTranslationResult"/> </wsdl:message> <wsdl:message name="multihopTranslateRequest"> <wsdl:part name="sourceLang" type="xsd:string"/> <wsdl:part name="intermediateLangs" type="impl:ArrayOf_xsd_string"/> <wsdl:part name="targetLang" type="xsd:string"/> <wsdl:part name="source" type="xsd:string"/> </wsdl:message> <wsdl:message name="LanguagePathNotUniquelyDecidedException"> <wsdl:part name="fault" type="tns2:LanguagePathNotUniquelyDecidedException"/> </wsdl:message> <wsdl:portType name="MultihopTranslationService"> <wsdl:operation name="multihopTranslate" parameterOrder="sourceLang intermediateLangs targetLang source"> <wsdl:input message="impl:multihopTranslateRequest" name="multihopTranslateRequest"/> <wsdl:output message="impl:multihopTranslateResponse" name="multihopTranslateResponse"/> <wsdl:fault message="impl:ServiceNotFoundException" name="ServiceNotFoundException"/> <wsdl:fault message="impl:ServiceNotActiveException" name="ServiceNotActiveException"/> <wsdl:fault message="impl:NoValidEndpointsException" name="NoValidEndpointsException"/> <wsdl:fault message="impl:InvalidParameterException" name="InvalidParameterException"/> <wsdl:fault message="impl:ServerBusyException" name="ServerBusyException"/> <wsdl:fault message="impl:AccessLimitExceededException" name="AccessLimitExceededException"/> <wsdl:fault message="impl:UnsupportedLanguagePathException" name="UnsupportedLanguagePathException"/> <wsdl:fault message="impl:ProcessFailedException" name="ProcessFailedException"/> <wsdl:fault message="impl:NoAccessPermissionException" name="NoAccessPermissionException"/> <wsdl:fault message="impl:LanguagePathNotUniquelyDecidedException" name="LanguagePathNotUniquelyDecidedException"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="MultihopTranslationSoapBinding" type="impl:MultihopTranslationService"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="multihopTranslate"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="multihopTranslateRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:input> <wsdl:output name="multihopTranslateResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:output> <wsdl:fault name="ServiceNotFoundException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ServiceNotFoundException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="ServiceNotActiveException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ServiceNotActiveException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="NoValidEndpointsException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NoValidEndpointsException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="InvalidParameterException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidParameterException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="ServerBusyException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ServerBusyException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="AccessLimitExceededException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AccessLimitExceededException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="UnsupportedLanguagePathException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="UnsupportedLanguagePathException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="ProcessFailedException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ProcessFailedException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="NoAccessPermissionException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NoAccessPermissionException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> <wsdl:fault name="LanguagePathNotUniquelyDecidedException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LanguagePathNotUniquelyDecidedException" namespace="servicegrid:servicetype:nict.nlp:MultihopTranslation" use="encoded"/> </wsdl:fault> </wsdl:operation> </wsdl:binding> <wsdl:service name="kyoto1.langrid:TwoHopTranslation"> <wsdl:port binding="impl:MultihopTranslationSoapBinding" name="MultihopTranslation"> <wsdlsoap:address location="http://langrid.org/service_manager/invoker/kyoto1.langrid:TwoHopTranslation"/> </wsdl:port> </wsdl:service> </wsdl:definitions>