﻿<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" targetNamespace="http://tempuri.org/" name="IXaktDataService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" />
      <xs:import namespace="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" />
      <xs:element name="GetAllCustomersForCompany_List">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="ticket" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" type="q1:XaktServiceTicket" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllCustomersForCompany_ListResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="GetAllCustomersForCompany_ListResult" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" type="q2:ArrayOfXaktCustomerExportData" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllCustomersForCompany_DataTable">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="ticket" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" type="q3:XaktServiceTicket" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllCustomersForCompany_DataTableResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="1" name="GetAllCustomersForCompany_DataTableResult">
              <xs:complexType>
                <xs:sequence>
                  <xs:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <xs:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_DataTable">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="ticket" nillable="true" xmlns:q4="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" type="q4:XaktServiceTicket" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_DataTableResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="1" name="GetAllActiveCustomersForCompany_DataTableResult">
              <xs:complexType>
                <xs:sequence>
                  <xs:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <xs:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_List">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="ticket" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" type="q5:XaktServiceTicket" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_ListResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="GetAllActiveCustomersForCompany_ListResult" nillable="true" xmlns:q6="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" type="q6:ArrayOfXaktCustomerExportData" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_Json">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="xaktCustomerNumber" type="xs:int" />
            <xs:element minOccurs="1" name="organizationNumber" type="xs:int" />
            <xs:element minOccurs="1" name="passWord" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetAllActiveCustomersForCompany_JsonResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="GetAllActiveCustomersForCompany_JsonResult" nillable="true" xmlns:q7="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" type="q7:ArrayOfXaktCustomerExportData" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetCustomObjectById">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="customObjectId" type="xs:int" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="GetCustomObjectByIdResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="GetCustomObjectByIdResult" nillable="true" xmlns:q8="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" type="q8:CustomObject" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="HelloWorld">
        <xs:complexType>
          <xs:sequence />
        </xs:complexType>
      </xs:element>
      <xs:element name="HelloWorldResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="HelloWorldResult" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:element name="anyType" nillable="true" type="xs:anyType" />
      <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
      <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
      <xs:element name="boolean" nillable="true" type="xs:boolean" />
      <xs:element name="byte" nillable="true" type="xs:byte" />
      <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
      <xs:element name="decimal" nillable="true" type="xs:decimal" />
      <xs:element name="double" nillable="true" type="xs:double" />
      <xs:element name="float" nillable="true" type="xs:float" />
      <xs:element name="int" nillable="true" type="xs:int" />
      <xs:element name="long" nillable="true" type="xs:long" />
      <xs:element name="QName" nillable="true" type="xs:QName" />
      <xs:element name="short" nillable="true" type="xs:short" />
      <xs:element name="string" nillable="true" type="xs:string" />
      <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
      <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
      <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
      <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
      <xs:element name="char" nillable="true" type="tns:char" />
      <xs:simpleType name="char">
        <xs:restriction base="xs:int" />
      </xs:simpleType>
      <xs:element name="duration" nillable="true" type="tns:duration" />
      <xs:simpleType name="duration">
        <xs:restriction base="xs:duration">
          <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
          <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
          <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
        </xs:restriction>
      </xs:simpleType>
      <xs:element name="guid" nillable="true" type="tns:guid" />
      <xs:simpleType name="guid">
        <xs:restriction base="xs:string">
          <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
        </xs:restriction>
      </xs:simpleType>
      <xs:attribute name="FactoryType" type="xs:QName" />
      <xs:attribute name="Id" type="xs:ID" />
      <xs:attribute name="Ref" type="xs:IDREF" />
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/XaktCommonWCFApplication" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:complexType name="XaktServiceTicket" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="OrganizationNumber" type="xs:int" />
          <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="XaktCustomerNumber" type="xs:int" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="XaktServiceTicket" nillable="true" type="tns:XaktServiceTicket" />
    </xs:schema>
    <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/XaktDataWCFApplication" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:complexType name="XaktCustomerExportData" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="Address1" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="BirthDate" type="xs:dateTime" />
          <xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="CustomerId" type="xs:int" />
          <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Gender" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Mobile" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="PostCode" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="PostOffice" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="XaktCustomerExportData" nillable="true" type="tns:XaktCustomerExportData" />
      <xs:complexType name="CustomObject" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" name="CustomObjectId" type="xs:int" />
          <xs:element minOccurs="0" name="CustomObjectStringProperty" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="CustomObject" nillable="true" type="tns:CustomObject" />
      <xs:complexType name="ArrayOfXaktCustomerExportData" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/">
        <xs:sequence>
          <xs:element minOccurs="0" maxOccurs="unbounded" name="XaktCustomerExportData" nillable="true" type="tns:XaktCustomerExportData" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="ArrayOfXaktCustomerExportData" nillable="true" type="tns:ArrayOfXaktCustomerExportData" />
    </xs:schema>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="IXaktDataService_GetAllCustomersForCompany_List_InputMessage">
    <wsdl:part name="parameters" element="tns:GetAllCustomersForCompany_List" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllCustomersForCompany_List_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetAllCustomersForCompany_ListResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllCustomersForCompany_DataTable_InputMessage">
    <wsdl:part name="parameters" element="tns:GetAllCustomersForCompany_DataTable" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllCustomersForCompany_DataTable_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetAllCustomersForCompany_DataTableResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_DataTable_InputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_DataTable" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_DataTable_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_DataTableResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_List_InputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_List" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_List_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_ListResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_Json_InputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_Json" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetAllActiveCustomersForCompany_Json_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetAllActiveCustomersForCompany_JsonResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetCustomObjectById_InputMessage">
    <wsdl:part name="parameters" element="tns:GetCustomObjectById" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_GetCustomObjectById_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetCustomObjectByIdResponse" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_HelloWorld_InputMessage">
    <wsdl:part name="parameters" element="tns:HelloWorld" />
  </wsdl:message>
  <wsdl:message name="IXaktDataService_HelloWorld_OutputMessage">
    <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
  </wsdl:message>
  <wsdl:portType name="IXaktDataService">
    <wsdl:operation name="GetAllCustomersForCompany_List">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_List" message="tns:IXaktDataService_GetAllCustomersForCompany_List_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_ListResponse" message="tns:IXaktDataService_GetAllCustomersForCompany_List_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetAllCustomersForCompany_DataTable">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_DataTable" message="tns:IXaktDataService_GetAllCustomersForCompany_DataTable_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_DataTableResponse" message="tns:IXaktDataService_GetAllCustomersForCompany_DataTable_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_DataTable">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_DataTable" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_DataTable_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_DataTableResponse" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_DataTable_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_List">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_List" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_List_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_ListResponse" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_List_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_Json">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_Json" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_Json_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_JsonResponse" message="tns:IXaktDataService_GetAllActiveCustomersForCompany_Json_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetCustomObjectById">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/GetCustomObjectById" message="tns:IXaktDataService_GetCustomObjectById_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/GetCustomObjectByIdResponse" message="tns:IXaktDataService_GetCustomObjectById_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="HelloWorld">
      <wsdl:input wsam:Action="http://tempuri.org/IXaktDataService/HelloWorld" message="tns:IXaktDataService_HelloWorld_InputMessage" />
      <wsdl:output wsam:Action="http://tempuri.org/IXaktDataService/HelloWorldResponse" message="tns:IXaktDataService_HelloWorld_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BasicHttpBinding_IXaktDataService" type="tns:IXaktDataService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllCustomersForCompany_List">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_List" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllCustomersForCompany_DataTable">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetAllCustomersForCompany_DataTable" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_DataTable">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_DataTable" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_List">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_List" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllActiveCustomersForCompany_Json">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetAllActiveCustomersForCompany_Json" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCustomObjectById">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/GetCustomObjectById" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HelloWorld">
      <soap:operation soapAction="http://tempuri.org/IXaktDataService/HelloWorld" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="IXaktDataService">
    <wsdl:port name="BasicHttpBinding_IXaktDataService" binding="tns:BasicHttpBinding_IXaktDataService">
      <soap:address location="https://services.aspnor.no/XaktDataService.svc" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>