WsVersUnterbrechungenStrom


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

TransEinmalig

Senden der einmaligen Netzdaten zu Versorgungsunterbrechungen Strom

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/TransEinmalig"

<?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>
    <TransEinmalig xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <transaktionsNummerTE>string</transaktionsNummerTE>
      <einmaligTE>
        <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>
      </einmaligTE>
    </TransEinmalig>
  </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>
    <TransEinmaligResponse xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <TransEinmaligResult>
        <StatusWs>NichtGesetzt or Akzeptiert or Verweigert or Gesperrt or AusserBetrieb or TestTrans or VorPruefungOK or Fehler or NichtAkzeptiert or VorPruefungListe</StatusWs>
        <MeldungsCode>int</MeldungsCode>
        <Meldung>string</Meldung>
      </TransEinmaligResult>
    </TransEinmaligResponse>
  </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>
    <TransEinmalig xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <transaktionsNummerTE>string</transaktionsNummerTE>
      <einmaligTE>
        <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>
      </einmaligTE>
    </TransEinmalig>
  </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>
    <TransEinmaligResponse xmlns="https://app.bundesnetzagentur.de/WsVersorgUnterbrStrom">
      <TransEinmaligResult>
        <StatusWs>NichtGesetzt or Akzeptiert or Verweigert or Gesperrt or AusserBetrieb or TestTrans or VorPruefungOK or Fehler or NichtAkzeptiert or VorPruefungListe</StatusWs>
        <MeldungsCode>int</MeldungsCode>
        <Meldung>string</Meldung>
      </TransEinmaligResult>
    </TransEinmaligResponse>
  </soap12:Body>
</soap12:Envelope>