<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx">
      <s:element name="Validate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="input" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="pattern" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ValidateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ValidateResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ValidateWithOptions">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="input" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="pattern" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="options" type="tns:RegexOptions" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="RegexOptions">
        <s:list>
          <s:simpleType>
            <s:restriction base="s:string">
              <s:enumeration value="None" />
              <s:enumeration value="IgnoreCase" />
              <s:enumeration value="Multiline" />
              <s:enumeration value="ExplicitCapture" />
              <s:enumeration value="Compiled" />
              <s:enumeration value="Singleline" />
              <s:enumeration value="IgnorePatternWhitespace" />
              <s:enumeration value="RightToLeft" />
              <s:enumeration value="ECMAScript" />
              <s:enumeration value="CultureInvariant" />
            </s:restriction>
          </s:simpleType>
        </s:list>
      </s:simpleType>
      <s:element name="ValidateWithOptionsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ValidateWithOptionsResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ValidateSoapIn">
    <wsdl:part name="parameters" element="tns:Validate" />
  </wsdl:message>
  <wsdl:message name="ValidateSoapOut">
    <wsdl:part name="parameters" element="tns:ValidateResponse" />
  </wsdl:message>
  <wsdl:message name="ValidateWithOptionsSoapIn">
    <wsdl:part name="parameters" element="tns:ValidateWithOptions" />
  </wsdl:message>
  <wsdl:message name="ValidateWithOptionsSoapOut">
    <wsdl:part name="parameters" element="tns:ValidateWithOptionsResponse" />
  </wsdl:message>
  <wsdl:portType name="RegularExpressionValidationServiceSoap">
    <wsdl:operation name="Validate">
      <wsdl:input message="tns:ValidateSoapIn" />
      <wsdl:output message="tns:ValidateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ValidateWithOptions">
      <wsdl:input message="tns:ValidateWithOptionsSoapIn" />
      <wsdl:output message="tns:ValidateWithOptionsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RegularExpressionValidationServiceSoap" type="tns:RegularExpressionValidationServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Validate">
      <soap:operation soapAction="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx/Validate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidateWithOptions">
      <soap:operation soapAction="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx/ValidateWithOptions" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RegularExpressionValidationServiceSoap12" type="tns:RegularExpressionValidationServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Validate">
      <soap12:operation soapAction="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx/Validate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidateWithOptions">
      <soap12:operation soapAction="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx/ValidateWithOptions" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RegularExpressionValidationService">
    <wsdl:port name="RegularExpressionValidationServiceSoap" binding="tns:RegularExpressionValidationServiceSoap">
      <soap:address location="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx" />
    </wsdl:port>
    <wsdl:port name="RegularExpressionValidationServiceSoap12" binding="tns:RegularExpressionValidationServiceSoap12">
      <soap12:address location="http://www.ezzylearning.com/services/RegularExpressionValidationService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>