<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://tools.deri.org/wsml/validator/v1.2/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://tools.deri.org/wsml/validator/v1.2/" xmlns:intf="http://tools.deri.org/wsml/validator/v1.2/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://wsml.wsmo.org" xmlns:tns2="http://exception.common.wsmo.org" 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
Built on May 03, 2005 (02:20:24 EDT)-->
 <wsdl:types>
  <schema targetNamespace="http://wsml.wsmo.org" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://tools.deri.org/wsml/validator/v1.2/"/>
   <import namespace="http://exception.common.wsmo.org"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ParserException">
    <sequence>
     <element name="errorLine" type="xsd:int"/>
     <element name="errorPos" type="xsd:int"/>
     <element name="expectedToken" nillable="true" type="soapenc:string"/>
     <element name="foundToken" nillable="true" type="soapenc:string"/>
     <element name="message" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://exception.common.wsmo.org" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://tools.deri.org/wsml/validator/v1.2/"/>
   <import namespace="http://wsml.wsmo.org"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="InvalidModelException">
    <sequence/>
   </complexType>
  </schema>
  <schema targetNamespace="http://tools.deri.org/wsml/validator/v1.2/" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://exception.common.wsmo.org"/>
   <import namespace="http://wsml.wsmo.org"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType abstract="true" name="ValidationError">
    <sequence>
     <element name="violatesVariant" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfValidationError">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:ValidationError[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType abstract="true" name="ValidationWarning">
    <sequence/>
   </complexType>
   <complexType name="ArrayOfValidationWarning">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:ValidationWarning[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="ParserException">

      <wsdl:part name="fault" type="tns1:ParserException"/>

   </wsdl:message>

   <wsdl:message name="getWsmlVariantResponse">

      <wsdl:part name="getWsmlVariantReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="isValidRequest">

      <wsdl:part name="wsml" type="soapenc:string"/>

      <wsdl:part name="variant" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getWarningsResponse">

      <wsdl:part name="getWarningsReturn" type="impl:ArrayOfValidationWarning"/>

   </wsdl:message>

   <wsdl:message name="determineVariantResponse">

      <wsdl:part name="determineVariantReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getErrorsResponse">

      <wsdl:part name="getErrorsReturn" type="impl:ArrayOfValidationError"/>

   </wsdl:message>

   <wsdl:message name="isValidResponse">

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

   </wsdl:message>

   <wsdl:message name="getErrorsRequest">

      <wsdl:part name="wsml" type="soapenc:string"/>

      <wsdl:part name="variant" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="InvalidModelException">

      <wsdl:part name="fault" type="tns2:InvalidModelException"/>

   </wsdl:message>

   <wsdl:message name="determineVariantRequest">

      <wsdl:part name="wsml" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getWsmlVariantRequest">

      <wsdl:part name="wsml" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getWarningsRequest">

      <wsdl:part name="wsml" type="soapenc:string"/>

      <wsdl:part name="variant" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="ValidatorWS">

      <wsdl:operation name="isValid" parameterOrder="wsml variant">

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

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

         <wsdl:fault message="impl:InvalidModelException" name="InvalidModelException"/>

         <wsdl:fault message="impl:ParserException" name="ParserException"/>

      </wsdl:operation>

      <wsdl:operation name="getErrors" parameterOrder="wsml variant">

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

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

         <wsdl:fault message="impl:InvalidModelException" name="InvalidModelException"/>

         <wsdl:fault message="impl:ParserException" name="ParserException"/>

      </wsdl:operation>

      <wsdl:operation name="getWarnings" parameterOrder="wsml variant">

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

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

         <wsdl:fault message="impl:InvalidModelException" name="InvalidModelException"/>

         <wsdl:fault message="impl:ParserException" name="ParserException"/>

      </wsdl:operation>

      <wsdl:operation name="getWsmlVariant" parameterOrder="wsml">

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

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

         <wsdl:fault message="impl:InvalidModelException" name="InvalidModelException"/>

      </wsdl:operation>

      <wsdl:operation name="determineVariant" parameterOrder="wsml">

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

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

         <wsdl:fault message="impl:InvalidModelException" name="InvalidModelException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="validatorSoapBinding" type="impl:ValidatorWS">

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

      <wsdl:operation name="isValid">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="isValidRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="isValidResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidModelException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidModelException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ParserException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ParserException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getErrors">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getErrorsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getErrorsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidModelException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidModelException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ParserException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ParserException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getWarnings">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getWarningsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getWarningsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidModelException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidModelException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

         <wsdl:fault name="ParserException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="ParserException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getWsmlVariant">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getWsmlVariantRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getWsmlVariantResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidModelException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidModelException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="determineVariant">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="determineVariantRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="determineVariantResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="InvalidModelException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidModelException" namespace="http://tools.deri.org/wsml/validator/v1.2/" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="ValidatorWSService">

      <wsdl:port binding="impl:validatorSoapBinding" name="validator">

         <wsdlsoap:address location="http://tools.deri.org/wsml/validator/v1.2/services/validator"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
