WsVersUnterbrechungenStrom


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

RueckgabeEinmalig

Rueckgabe der einmaligen Netzdaten einer Transaktion (in RueckEinmaligAntwort gekapselt)

Test

Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /WsVersorgUnterbrStrom/WsVersUnterbrechungenStrom.asmx HTTP/1.1
Host: app.bundesnetzagentur.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom/RueckgabeEinmalig"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RueckgabeEinmalig xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <transaktionNummerRE>string</transaktionNummerRE>
    </RueckgabeEinmalig>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RueckgabeEinmaligResponse xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <RueckgabeEinmaligResult>
        <EinmalDaten>
          <VSU_1_2>int</VSU_1_2>
          <VSU_1_11_2>decimal</VSU_1_11_2>
          <VSU_1_3>decimal</VSU_1_3>
          <VSU_1_4>decimal</VSU_1_4>
          <VSU_1_5>decimal</VSU_1_5>
          <VSU_1_6>decimal</VSU_1_6>
          <VSU_1_7>decimal</VSU_1_7>
          <VSU_1_8>decimal</VSU_1_8>
          <VSU_1_11_1>string</VSU_1_11_1>
          <VSU_1_9>string</VSU_1_9>
        </EinmalDaten>
      </RueckgabeEinmaligResult>
    </RueckgabeEinmaligResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /WsVersorgUnterbrStrom/WsVersUnterbrechungenStrom.asmx HTTP/1.1
Host: app.bundesnetzagentur.de
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RueckgabeEinmalig xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <transaktionNummerRE>string</transaktionNummerRE>
    </RueckgabeEinmalig>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RueckgabeEinmaligResponse xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <RueckgabeEinmaligResult>
        <EinmalDaten>
          <VSU_1_2>int</VSU_1_2>
          <VSU_1_11_2>decimal</VSU_1_11_2>
          <VSU_1_3>decimal</VSU_1_3>
          <VSU_1_4>decimal</VSU_1_4>
          <VSU_1_5>decimal</VSU_1_5>
          <VSU_1_6>decimal</VSU_1_6>
          <VSU_1_7>decimal</VSU_1_7>
          <VSU_1_8>decimal</VSU_1_8>
          <VSU_1_11_1>string</VSU_1_11_1>
          <VSU_1_9>string</VSU_1_9>
        </EinmalDaten>
      </RueckgabeEinmaligResult>
    </RueckgabeEinmaligResponse>
  </soap12:Body>
</soap12:Envelope>