<?xml version="1.0" encoding="UTF-8"?>



  <definitions name="WebRatio"
             targetNamespace="http://www.webml.org/webservices/wsdl"
             xmlns="http://schemas.xmlsoap.org/wsdl/"
             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
             xmlns:tns="http://www.webml.org/webservices/wsdl"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--TYPES DECLARATION-->
<types/><!--MESSAGES DECLARATION--><message name="CheckWellFormedXmlIN"/>
<message name="CheckWellFormedXmlResponse">
  <part name="Result" type="xsd:anyType"/>
</message><message name="ValidateBpmnSchemaIN"/>
<message name="ValidateBpmnSchemaResponse">
  <part name="Result" type="xsd:anyType"/>
</message><message name="ValidateMethodAndStyleIN"/>
<message name="ValidateMethodAndStyleResponse">
  <part name="Result" type="xsd:anyType"/>
</message><message name="ValidateBpmnIProfileIN"/>
<message name="ValidateBpmnIProfileResponse">
  <part name="Result" type="xsd:anyType"/>
</message><!--PORT-TYPES DECLARATION--><portType name="SOAPType">
  <operation name="CheckWellFormedXml">
    <input message="tns:CheckWellFormedXmlIN"/>
    <output message="tns:CheckWellFormedXmlResponse"/>
  </operation>
  <operation name="ValidateBpmnSchema">
    <input message="tns:ValidateBpmnSchemaIN"/>
    <output message="tns:ValidateBpmnSchemaResponse"/>
  </operation>
  <operation name="ValidateMethodAndStyle">
    <input message="tns:ValidateMethodAndStyleIN"/>
    <output message="tns:ValidateMethodAndStyleResponse"/>
  </operation>
  <operation name="ValidateBpmnIProfile">
    <input message="tns:ValidateBpmnIProfileIN"/>
    <output message="tns:ValidateBpmnIProfileResponse"/>
  </operation>
</portType><!--BINDINGS DECLARATION--><binding name="SOAP" type="tns:SOAPType">
  <soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="CheckWellFormedXml">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction=""/>
    <input>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </input>
    <output>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </output>
  </operation>
  <operation name="ValidateBpmnSchema">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction=""/>
    <input>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </input>
    <output>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </output>
  </operation>
  <operation name="ValidateMethodAndStyle">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction=""/>
    <input>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </input>
    <output>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </output>
  </operation>
  <operation name="ValidateBpmnIProfile">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction=""/>
    <input>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </input>
    <output>
      <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace=""/>
    </output>
  </operation>
</binding><!--SERVICES DECLARATION--><service name="Services"><port binding="tns:SOAP" name="SOAP_Port"><soap:address location="http://www.webratio.com/bpmnValidation/Services/SOAP.do"/></port></service></definitions>

