<?xml version='1.0' encoding='UTF-8'?><definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://kartverket.no/grunnbok/wsapi/v2/service/innsending" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/" name="InnsendingServiceWS" targetNamespace="http://kartverket.no/grunnbok/wsapi/v2/service/innsending" xsi:schemaLocation="http://kartverket.no/grunnbok/wsapi/v2/service/innsending innsendingParameters.xsd">
  <types>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://kartverket.no/grunnbok/wsapi/v2/service/innsending" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
            
  <xs:import namespace="http://kartverket.no/grunnbok/wsapi/v2/service/innsending" schemaLocation="https://betatest.grunnbok.no/grunnbok/wsapi/v2/InnsendingServiceWS?xsd=innsendingParameters.xsd"/>
        
</xs:schema>
  </types>
  <message name="serviceException">
    <part element="tns:serviceException" name="fault">
    </part>
  </message>
  <message name="hentStatusRequest">
    <part element="tns:hentStatus" name="parameters">
    </part>
  </message>
  <message name="sendTilTinglysingRequest">
    <part element="tns:sendTilTinglysing" name="parameters">
    </part>
  </message>
  <message name="hentStatusResponse">
    <part element="tns:hentStatusResponse" name="parameters">
    </part>
  </message>
  <message name="sendTilTinglysingResponse">
    <part element="tns:sendTilTinglysingResponse" name="parameters">
    </part>
  </message>
  <portType name="InnsendingService">
    <operation name="sendTilTinglysing">
      <input message="tns:sendTilTinglysingRequest">
    </input>
      <output message="tns:sendTilTinglysingResponse">
    </output>
      <fault message="tns:serviceException" name="ServiceException">
    </fault>
    </operation>
    <operation name="hentStatus">
      <input message="tns:hentStatusRequest">
    </input>
      <output message="tns:hentStatusResponse">
    </output>
      <fault message="tns:serviceException" name="ServiceException">
    </fault>
    </operation>
  </portType>
  <binding name="InnsendingServicePortBinding" type="tns:InnsendingService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="sendTilTinglysing">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
      <fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </fault>
    </operation>
    <operation name="hentStatus">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
      <fault name="ServiceException">
        <soap:fault name="ServiceException" use="literal"/>
      </fault>
    </operation>
  </binding>
  <service name="InnsendingServiceWS">
    <port binding="tns:InnsendingServicePortBinding" name="InnsendingServicePort">
      <soap:address location="https://betatest.grunnbok.no/grunnbok/wsapi/v2/InnsendingServiceWS"/>
    </port>
  </service>
</definitions>