<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions 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.timecare.se/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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.timecare.se/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.timecare.se/">
      <s:element name="TimeCareAPITest">
        <s:complexType />
      </s:element>
      <s:element name="TimeCareAPITestResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="unbounded" name="TimeCareAPITestResult" type="tns:AddOnModule" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AddOnModule">
        <s:complexContent mixed="false">
          <s:extension base="tns:TObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Registered" type="s:boolean" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="TObjectBase" abstract="true" />
      <s:element name="TimeCareAPIVersion">
        <s:complexType />
      </s:element>
      <s:element name="TimeCareAPIVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeCareAPIVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArrayOfAddOnModule" nillable="true" type="tns:ArrayOfAddOnModule" />
      <s:complexType name="ArrayOfAddOnModule">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AddOnModule" nillable="true" type="tns:AddOnModule" />
        </s:sequence>
      </s:complexType>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="TimeCareAPITestSoapIn">
    <wsdl:part name="parameters" element="tns:TimeCareAPITest" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPITestSoapOut">
    <wsdl:part name="parameters" element="tns:TimeCareAPITestResponse" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPIVersionSoapIn">
    <wsdl:part name="parameters" element="tns:TimeCareAPIVersion" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPIVersionSoapOut">
    <wsdl:part name="parameters" element="tns:TimeCareAPIVersionResponse" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPITestHttpGetIn" />
  <wsdl:message name="TimeCareAPITestHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfAddOnModule" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPIVersionHttpGetIn" />
  <wsdl:message name="TimeCareAPIVersionHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPITestHttpPostIn" />
  <wsdl:message name="TimeCareAPITestHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfAddOnModule" />
  </wsdl:message>
  <wsdl:message name="TimeCareAPIVersionHttpPostIn" />
  <wsdl:message name="TimeCareAPIVersionHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="TimeCareAPIInfoSoap">
    <wsdl:operation name="TimeCareAPITest">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Test</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPITestSoapIn" />
      <wsdl:output message="tns:TimeCareAPITestSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Version</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPIVersionSoapIn" />
      <wsdl:output message="tns:TimeCareAPIVersionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="TimeCareAPIInfoHttpGet">
    <wsdl:operation name="TimeCareAPITest">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Test</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPITestHttpGetIn" />
      <wsdl:output message="tns:TimeCareAPITestHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Version</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPIVersionHttpGetIn" />
      <wsdl:output message="tns:TimeCareAPIVersionHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="TimeCareAPIInfoHttpPost">
    <wsdl:operation name="TimeCareAPITest">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Test</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPITestHttpPostIn" />
      <wsdl:output message="tns:TimeCareAPITestHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Time Care API Version</wsdl:documentation>
      <wsdl:input message="tns:TimeCareAPIVersionHttpPostIn" />
      <wsdl:output message="tns:TimeCareAPIVersionHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="TimeCareAPIInfoSoap" type="tns:TimeCareAPIInfoSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="TimeCareAPITest">
      <soap:operation soapAction="http://www.timecare.se/TimeCareAPITest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <soap:operation soapAction="http://www.timecare.se/TimeCareAPIVersion" 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="TimeCareAPIInfoHttpGet" type="tns:TimeCareAPIInfoHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="TimeCareAPITest">
      <http:operation location="/TimeCareAPITest" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <http:operation location="/TimeCareAPIVersion" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="TimeCareAPIInfoHttpPost" type="tns:TimeCareAPIInfoHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="TimeCareAPITest">
      <http:operation location="/TimeCareAPITest" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeCareAPIVersion">
      <http:operation location="/TimeCareAPIVersion" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="TimeCareAPIInfo">
    <wsdl:port name="TimeCareAPIInfoSoap" binding="tns:TimeCareAPIInfoSoap">
      <soap:address location="http://timecarekoping.vmkfb.se/TimeCareApi/timecareapiinfo.asmx" />
    </wsdl:port>
    <wsdl:port name="TimeCareAPIInfoHttpGet" binding="tns:TimeCareAPIInfoHttpGet">
      <http:address location="http://timecarekoping.vmkfb.se/TimeCareApi/timecareapiinfo.asmx" />
    </wsdl:port>
    <wsdl:port name="TimeCareAPIInfoHttpPost" binding="tns:TimeCareAPIInfoHttpPost">
      <http:address location="http://timecarekoping.vmkfb.se/TimeCareApi/timecareapiinfo.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>