<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://rki.dk/webservice" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://rki.dk/webservice" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://rki.dk/webservice">
      <s:element name="Echo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EchoString" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EchoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EchoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AdgangsOplysninger">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AdgangsOplysningerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AdgangsOplysningerResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SkiftPassword">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newpassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SkiftPasswordResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SkiftPasswordResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PersonSoegning">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xmldom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PersonSoegningResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PersonSoegningResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FirmaSoegning">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xmldom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FirmaSoegningResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FirmaSoegningResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VirSoegning">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xmldom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VirSoegningResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VirSoegningResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FaktaOplysning">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xmldom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FaktaOplysningResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FaktaOplysningResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TelefonNrOpslag">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xmldom" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TelefonNrOpslagResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TelefonNrOpslagResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="EchoSoapIn">
    <wsdl:part name="parameters" element="tns:Echo" />
  </wsdl:message>
  <wsdl:message name="EchoSoapOut">
    <wsdl:part name="parameters" element="tns:EchoResponse" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerSoapIn">
    <wsdl:part name="parameters" element="tns:AdgangsOplysninger" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerSoapOut">
    <wsdl:part name="parameters" element="tns:AdgangsOplysningerResponse" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordSoapIn">
    <wsdl:part name="parameters" element="tns:SkiftPassword" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordSoapOut">
    <wsdl:part name="parameters" element="tns:SkiftPasswordResponse" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningSoapIn">
    <wsdl:part name="parameters" element="tns:PersonSoegning" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningSoapOut">
    <wsdl:part name="parameters" element="tns:PersonSoegningResponse" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningSoapIn">
    <wsdl:part name="parameters" element="tns:FirmaSoegning" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningSoapOut">
    <wsdl:part name="parameters" element="tns:FirmaSoegningResponse" />
  </wsdl:message>
  <wsdl:message name="VirSoegningSoapIn">
    <wsdl:part name="parameters" element="tns:VirSoegning" />
  </wsdl:message>
  <wsdl:message name="VirSoegningSoapOut">
    <wsdl:part name="parameters" element="tns:VirSoegningResponse" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningSoapIn">
    <wsdl:part name="parameters" element="tns:FaktaOplysning" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningSoapOut">
    <wsdl:part name="parameters" element="tns:FaktaOplysningResponse" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagSoapIn">
    <wsdl:part name="parameters" element="tns:TelefonNrOpslag" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagSoapOut">
    <wsdl:part name="parameters" element="tns:TelefonNrOpslagResponse" />
  </wsdl:message>
  <wsdl:message name="EchoHttpGetIn">
    <wsdl:part name="EchoString" type="s:string" />
  </wsdl:message>
  <wsdl:message name="EchoHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="newpassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="VirSoegningHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="VirSoegningHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagHttpGetIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="EchoHttpPostIn">
    <wsdl:part name="EchoString" type="s:string" />
  </wsdl:message>
  <wsdl:message name="EchoHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AdgangsOplysningerHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="newpassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SkiftPasswordHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PersonSoegningHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FirmaSoegningHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="VirSoegningHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="VirSoegningHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FaktaOplysningHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagHttpPostIn">
    <wsdl:part name="userid" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="xmldom" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TelefonNrOpslagHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="RKIOpenSoap">
    <wsdl:operation name="Echo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an echo of string entered into s parameter</wsdl:documentation>
      <wsdl:input message="tns:EchoSoapIn" />
      <wsdl:output message="tns:EchoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns your login information</wsdl:documentation>
      <wsdl:input message="tns:AdgangsOplysningerSoapIn" />
      <wsdl:output message="tns:AdgangsOplysningerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Change your login password</wsdl:documentation>
      <wsdl:input message="tns:SkiftPasswordSoapIn" />
      <wsdl:output message="tns:SkiftPasswordSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single person</wsdl:documentation>
      <wsdl:input message="tns:PersonSoegningSoapIn" />
      <wsdl:output message="tns:PersonSoegningSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single company</wsdl:documentation>
      <wsdl:input message="tns:FirmaSoegningSoapIn" />
      <wsdl:output message="tns:FirmaSoegningSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search in the VIR database</wsdl:documentation>
      <wsdl:input message="tns:VirSoegningSoapIn" />
      <wsdl:output message="tns:VirSoegningSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get factual informations about a company</wsdl:documentation>
      <wsdl:input message="tns:FaktaOplysningSoapIn" />
      <wsdl:output message="tns:FaktaOplysningSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Phone number lookup</wsdl:documentation>
      <wsdl:input message="tns:TelefonNrOpslagSoapIn" />
      <wsdl:output message="tns:TelefonNrOpslagSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RKIOpenHttpGet">
    <wsdl:operation name="Echo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an echo of string entered into s parameter</wsdl:documentation>
      <wsdl:input message="tns:EchoHttpGetIn" />
      <wsdl:output message="tns:EchoHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns your login information</wsdl:documentation>
      <wsdl:input message="tns:AdgangsOplysningerHttpGetIn" />
      <wsdl:output message="tns:AdgangsOplysningerHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Change your login password</wsdl:documentation>
      <wsdl:input message="tns:SkiftPasswordHttpGetIn" />
      <wsdl:output message="tns:SkiftPasswordHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single person</wsdl:documentation>
      <wsdl:input message="tns:PersonSoegningHttpGetIn" />
      <wsdl:output message="tns:PersonSoegningHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single company</wsdl:documentation>
      <wsdl:input message="tns:FirmaSoegningHttpGetIn" />
      <wsdl:output message="tns:FirmaSoegningHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search in the VIR database</wsdl:documentation>
      <wsdl:input message="tns:VirSoegningHttpGetIn" />
      <wsdl:output message="tns:VirSoegningHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get factual informations about a company</wsdl:documentation>
      <wsdl:input message="tns:FaktaOplysningHttpGetIn" />
      <wsdl:output message="tns:FaktaOplysningHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Phone number lookup</wsdl:documentation>
      <wsdl:input message="tns:TelefonNrOpslagHttpGetIn" />
      <wsdl:output message="tns:TelefonNrOpslagHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RKIOpenHttpPost">
    <wsdl:operation name="Echo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an echo of string entered into s parameter</wsdl:documentation>
      <wsdl:input message="tns:EchoHttpPostIn" />
      <wsdl:output message="tns:EchoHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns your login information</wsdl:documentation>
      <wsdl:input message="tns:AdgangsOplysningerHttpPostIn" />
      <wsdl:output message="tns:AdgangsOplysningerHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Change your login password</wsdl:documentation>
      <wsdl:input message="tns:SkiftPasswordHttpPostIn" />
      <wsdl:output message="tns:SkiftPasswordHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single person</wsdl:documentation>
      <wsdl:input message="tns:PersonSoegningHttpPostIn" />
      <wsdl:output message="tns:PersonSoegningHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search for a single company</wsdl:documentation>
      <wsdl:input message="tns:FirmaSoegningHttpPostIn" />
      <wsdl:output message="tns:FirmaSoegningHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Search in the VIR database</wsdl:documentation>
      <wsdl:input message="tns:VirSoegningHttpPostIn" />
      <wsdl:output message="tns:VirSoegningHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get factual informations about a company</wsdl:documentation>
      <wsdl:input message="tns:FaktaOplysningHttpPostIn" />
      <wsdl:output message="tns:FaktaOplysningHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Phone number lookup</wsdl:documentation>
      <wsdl:input message="tns:TelefonNrOpslagHttpPostIn" />
      <wsdl:output message="tns:TelefonNrOpslagHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RKIOpenSoap" type="tns:RKIOpenSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Echo">
      <soap:operation soapAction="http://rki.dk/webservice/Echo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <soap:operation soapAction="http://rki.dk/webservice/AdgangsOplysninger" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <soap:operation soapAction="http://rki.dk/webservice/SkiftPassword" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <soap:operation soapAction="http://rki.dk/webservice/PersonSoegning" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <soap:operation soapAction="http://rki.dk/webservice/FirmaSoegning" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <soap:operation soapAction="http://rki.dk/webservice/VirSoegning" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <soap:operation soapAction="http://rki.dk/webservice/FaktaOplysning" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <soap:operation soapAction="http://rki.dk/webservice/TelefonNrOpslag" 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="RKIOpenSoap12" type="tns:RKIOpenSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Echo">
      <soap12:operation soapAction="http://rki.dk/webservice/Echo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <soap12:operation soapAction="http://rki.dk/webservice/AdgangsOplysninger" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <soap12:operation soapAction="http://rki.dk/webservice/SkiftPassword" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <soap12:operation soapAction="http://rki.dk/webservice/PersonSoegning" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <soap12:operation soapAction="http://rki.dk/webservice/FirmaSoegning" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <soap12:operation soapAction="http://rki.dk/webservice/VirSoegning" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <soap12:operation soapAction="http://rki.dk/webservice/FaktaOplysning" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <soap12:operation soapAction="http://rki.dk/webservice/TelefonNrOpslag" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RKIOpenHttpGet" type="tns:RKIOpenHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Echo">
      <http:operation location="/Echo" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdgangsOplysninger">
      <http:operation location="/AdgangsOplysninger" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <http:operation location="/SkiftPassword" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <http:operation location="/PersonSoegning" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <http:operation location="/FirmaSoegning" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <http:operation location="/VirSoegning" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <http:operation location="/FaktaOplysning" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <http:operation location="/TelefonNrOpslag" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RKIOpenHttpPost" type="tns:RKIOpenHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Echo">
      <http:operation location="/Echo" />
      <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="AdgangsOplysninger">
      <http:operation location="/AdgangsOplysninger" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SkiftPassword">
      <http:operation location="/SkiftPassword" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PersonSoegning">
      <http:operation location="/PersonSoegning" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FirmaSoegning">
      <http:operation location="/FirmaSoegning" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VirSoegning">
      <http:operation location="/VirSoegning" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FaktaOplysning">
      <http:operation location="/FaktaOplysning" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TelefonNrOpslag">
      <http:operation location="/TelefonNrOpslag" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RKIOpen">
    <wsdl:port name="RKIOpenSoap" binding="tns:RKIOpenSoap">
      <soap:address location="http://webservices.rki.dk/rkiopen.asmx" />
    </wsdl:port>
    <wsdl:port name="RKIOpenSoap12" binding="tns:RKIOpenSoap12">
      <soap12:address location="http://webservices.rki.dk/rkiopen.asmx" />
    </wsdl:port>
    <wsdl:port name="RKIOpenHttpGet" binding="tns:RKIOpenHttpGet">
      <http:address location="http://webservices.rki.dk/rkiopen.asmx" />
    </wsdl:port>
    <wsdl:port name="RKIOpenHttpPost" binding="tns:RKIOpenHttpPost">
      <http:address location="http://webservices.rki.dk/rkiopen.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>