<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project id="1f43d759-b310-43ae-acf9-6f0fd33b7b8d" activeEnvironment="Default" name="Enrico 2.0" resourceRoot="" soapui-version="5.4.0" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" id="54d8a9d0-9427-49d8-a662-084c5d5ea633" wsaVersion="NONE" name="enricoBinding" type="wsdl" bindingName="{http://www.kayaposoft.com/enrico/ws/v2.0/}enricoBinding" soapVersion="1_1" anonymous="optional" definition="https://kayaposoft.com/enrico/ws/v2.0/index.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="https://kayaposoft.com/enrico/ws/v2.0/index.php?wsdl"><con:part><con:url>https://kayaposoft.com/enrico/ws/v2.0/index.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.kayaposoft.com/enrico/ws/v2.0/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.kayaposoft.com/enrico/ws/v2.0/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <xsd:schema targetNamespace="http://www.kayaposoft.com/enrico/ws/v2.0/">
      <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
      <xsd:complexType name="DateType">
        <xsd:sequence>
          <xsd:element name="day" type="xsd:int"/>
          <xsd:element name="month" type="xsd:int"/>
          <xsd:element name="year" type="xsd:int"/>
          <xsd:element name="dayOfWeek" type="xsd:int" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="LocalizedStringType">
        <xsd:sequence>
          <xsd:element name="lang" type="xsd:string"/>
          <xsd:element name="text" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="HolidayType">
        <xsd:sequence>
          <xsd:element name="date" type="tns:DateType"/>
          <xsd:element name="dateTo" type="tns:DateType" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="observedOn" type="tns:DateType" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="name" type="tns:LocalizedStringType" minOccurs="1" maxOccurs="unbounded"/>
          <xsd:element name="flags" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="note" type="tns:LocalizedStringType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="holidayType" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="HolidayCollectionType">
        <xsd:sequence>
          <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="holiday" type="tns:HolidayType" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="IsHolidayType">
        <xsd:sequence>
          <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="isHoliday" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="IsWorkDayType">
        <xsd:sequence>
          <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="isWorkDay" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="SupportedCountryType">
        <xsd:sequence>
          <xsd:element name="fullName" type="xsd:string"/>
          <xsd:element name="countryCode" type="xsd:string"/>
          <xsd:element name="region" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="fromDate" type="tns:DateType"/>
          <xsd:element name="toDate" type="tns:DateType"/>
          <xsd:element name="holidayType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="SupportedCountriesType">
        <xsd:sequence>
          <xsd:element name="error" type="xsd:string" minOccurs="0" maxOccurs="1"/>
          <xsd:element name="supportedCountry" type="tns:SupportedCountryType" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:schema>
  </types>
  <message name="getHolidaysForMonthRequest">
    <part name="month" type="xsd:integer"/>
    <part name="year" type="xsd:integer"/>
    <part name="country" type="xsd:string"/>
    <part name="region" type="xsd:string"/>
    <part name="holidayType" type="xsd:string"/>
  </message>
  <message name="getHolidaysForMonthResponse">
    <part name="holidays" type="tns:HolidayCollectionType"/>
  </message>
  <message name="getHolidaysForYearRequest">
    <part name="year" type="xsd:integer"/>
    <part name="country" type="xsd:string"/>
    <part name="region" type="xsd:string"/>
    <part name="holidayType" type="xsd:string"/>
  </message>
  <message name="getHolidaysForYearResponse">
    <part name="holidays" type="tns:HolidayCollectionType"/>
  </message>
  <message name="getHolidaysForDateRangeRequest">
    <part name="fromDate" type="tns:DateType"/>
    <part name="toDate" type="tns:DateType"/>
    <part name="country" type="xsd:string"/>
    <part name="region" type="xsd:string"/>
    <part name="holidayType" type="xsd:string"/>
  </message>
  <message name="getHolidaysForDateRangeResponse">
    <part name="holidays" type="tns:HolidayCollectionType"/>
  </message>
  <message name="isPublicHolidayRequest">
    <part name="date" type="tns:DateType"/>
    <part name="country" type="xsd:string"/>
    <part name="region" type="xsd:string"/>
  </message>
  <message name="isPublicHolidayResponse">
    <part name="isPublicHoliday" type="tns:IsHolidayType"/>
  </message>
  <message name="isWorkDayRequest">
    <part name="date" type="tns:DateType"/>
    <part name="country" type="xsd:string"/>
    <part name="region" type="xsd:string"/>
  </message>
  <message name="isWorkDayResponse">
    <part name="isWorkDay" type="tns:IsWorkDayType"/>
  </message>
  <message name="getSupportedCountriesRequest"/>
  <message name="getSupportedCountriesResponse">
    <part name="supportedCountries" type="tns:SupportedCountriesType"/>
  </message>
  <portType name="enricoPortType">
    <operation name="getHolidaysForMonth">
      <documentation>Gets holidays for month</documentation>
      <input message="tns:getHolidaysForMonthRequest"/>
      <output message="tns:getHolidaysForMonthResponse"/>
    </operation>
    <operation name="getHolidaysForYear">
      <documentation>Gets holidays for year</documentation>
      <input message="tns:getHolidaysForYearRequest"/>
      <output message="tns:getHolidaysForYearResponse"/>
    </operation>
    <operation name="getHolidaysForDateRange">
      <documentation>Gets holidays for date range</documentation>
      <input message="tns:getHolidaysForDateRangeRequest"/>
      <output message="tns:getHolidaysForDateRangeResponse"/>
    </operation>
    <operation name="isPublicHoliday">
      <documentation>Checks if the specified date is public holiday</documentation>
      <input message="tns:isPublicHolidayRequest"/>
      <output message="tns:isPublicHolidayResponse"/>
    </operation>
    <operation name="isWorkDay">
      <documentation>Checks if the specified date is a work holiday</documentation>
      <input message="tns:isWorkDayRequest"/>
      <output message="tns:isWorkDayResponse"/>
    </operation>
    <operation name="getSupportedCountries">
      <documentation>Gets the list of supported countries</documentation>
      <input message="tns:getSupportedCountriesRequest"/>
      <output message="tns:getSupportedCountriesResponse"/>
    </operation>
  </portType>
  <binding name="enricoBinding" type="tns:enricoPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getHolidaysForMonth">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForMonth" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
    <operation name="getHolidaysForYear">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForYear" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
    <operation name="getHolidaysForDateRange">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForDateRange" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
    <operation name="isPublicHoliday">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#isPublicHoliday" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
    <operation name="isWorkDay">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#isWorkDay" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
    <operation name="getSupportedCountries">
      <soap:operation soapAction="http://www.kayaposoft.com/enrico/ws/v2.0/#getSupportedCountries" style="rpc"/>
      <input>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </input>
      <output>
        <soap:body use="literal" namespace="http://www.kayaposoft.com/enrico/ws/v2.0/"/>
      </output>
    </operation>
  </binding>
  <service name="enrico">
    <port name="enricoPort" binding="tns:enricoBinding">
      <soap:address location="https://kayaposoft.com/enrico/ws/v2.0/index.php"/>
    </port>
  </service>
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:endpoint>https://kayaposoft.com:443/enrico/ws/v2.0/index.php</con:endpoint></con:endpoints><con:operation id="1a20de31-88e3-436d-8176-4c08ca6e299c" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForDateRange" name="getHolidaysForDateRange" bindingOperationName="getHolidaysForDateRange" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7dbbb3df-320e-4834-8908-1f412e9878a8" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">
   <soapenv:Header/>
   <soapenv:Body>
      <v2:getHolidaysForDateRange>
         <fromDate>
            <day>4</day>
            <month>7</month>
            <year>2022</year>
         </fromDate>
         <toDate>
            <day>4</day>
            <month>7</month>
            <year>2024</year>
         </toDate>
         <country>usa</country>
         <region>dc</region>
         <holidayType>public_holiday</holidayType>
      </v2:getHolidaysForDateRange>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForDateRange"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="27be43a5-8234-4010-b461-d1cad68867e1" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForMonth" name="getHolidaysForMonth" bindingOperationName="getHolidaysForMonth" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="df5689fc-25a0-4b38-adba-22953bd76d5d" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">
   <soapenv:Header/>
   <soapenv:Body>
      <v2:getHolidaysForMonth>
         <month>1</month>
         <year>2022</year>
         <country>deu</country>
         <region>bw</region>
         <holidayType>public_holiday</holidayType>
      </v2:getHolidaysForMonth>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForMonth"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="30891699-e280-420e-aff7-05adacb84481" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForYear" name="getHolidaysForYear" bindingOperationName="getHolidaysForYear" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1edef22e-54f1-4cd4-a477-12fe8e87d4d6" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">
   <soapenv:Header/>
   <soapenv:Body>
      <v2:getHolidaysForYear>
         <year>2022</year>
         <country>est</country>
         <region></region>
         <holidayType>public_holiday</holidayType>
      </v2:getHolidaysForYear>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getPublicHolidaysForYear"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="10d07c25-4d07-47dd-b354-93090aede804" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getSupportedCountries" name="getSupportedCountries" bindingOperationName="getSupportedCountries" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7f3450d2-576c-45e2-a255-41386c14e4fd" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">\r
   <soapenv:Header/>\r
   <soapenv:Body>\r
      <v2:getSupportedCountries/>\r
   </soapenv:Body>\r
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#getSupportedCountries"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="913e2b3b-6abf-4a54-9a96-fdabe41f1599" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#isPublicHoliday" name="isPublicHoliday" bindingOperationName="isPublicHoliday" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d52fd388-87ae-413a-b7ff-a1f691075c4b" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">
   <soapenv:Header/>
   <soapenv:Body>
      <v2:isPublicHoliday>
         <date>
            <day>5</day>
            <month>7</month>
            <year>2022</year>
         </date>
         <country>svk</country>
         <region></region>
      </v2:isPublicHoliday>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#isPublicHoliday"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="e3485117-f000-482b-9968-31cb2ae8cca0" isOneWay="false" action="http://www.kayaposoft.com/enrico/ws/v2.0/#isWorkDay" name="isWorkDay" bindingOperationName="isWorkDay" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ff890917-9afa-4803-ba43-d18a89f4f3d0" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>https://kayaposoft.com/enrico/ws/v2.0/index.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.kayaposoft.com/enrico/ws/v2.0/">\r
   <soapenv:Header/>\r
   <soapenv:Body>\r
      <v2:isWorkDay>\r
         <date>\r
            <day>30</day>\r
            <month>7</month>\r
            <year>2022</year>\r
         </date>\r
         <country>hun</country>\r
         <region></region>\r
      </v2:isWorkDay>\r
   </soapenv:Body>\r
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.kayaposoft.com/enrico/ws/v2.0/#isWorkDay"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/><con:oAuth2ProfileContainer/><con:oAuth1ProfileContainer/><con:sensitiveInformation/></con:soapui-project>