Service1


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

getTRProdukt

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 /WSEnVersOnVerw/WSEnVersOnVerw.asmx HTTP/1.1
Host: 192.168.150.237
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://WSEnVersOnVerw.org/getTRProdukt"

<?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>
    <getTRProdukt xmlns="http://WSEnVersOnVerw.org/">
      <versart>string</versart>
      <plz>string</plz>
      <verbrauchHT>decimal</verbrauchHT>
      <verbrauchNT>decimal</verbrauchNT>
      <datum>dateTime</datum>
      <kundentyp>string</kundentyp>
      <bezugsart>string</bezugsart>
      <tarifart>string</tarifart>
    </getTRProdukt>
  </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>
    <getTRProduktResponse xmlns="http://WSEnVersOnVerw.org/">
      <getTRProduktResult>
        <stTRProdukt>
          <id>string</id>
          <bezeichnung>string</bezeichnung>
          <beschreibung>string</beschreibung>
          <info1>string</info1>
          <info2>string</info2>
          <info3>string</info3>
          <info4>string</info4>
          <info5>string</info5>
          <info6>string</info6>
          <info7>string</info7>
          <info8>string</info8>
          <versart>string</versart>
          <bezug>string</bezug>
          <anzTarife>string</anzTarife>
          <kundentyp>string</kundentyp>
          <ordnung>decimal</ordnung>
          <istOeko>boolean</istOeko>
          <istFremdprodukt>boolean</istFremdprodukt>
          <tarifvorbelegung>
            <stTRTarifvorbelegung xsi:nil="true" />
            <stTRTarifvorbelegung xsi:nil="true" />
          </tarifvorbelegung>
          <preise>
            <stTRPreise xsi:nil="true" />
            <stTRPreise xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <useplzgruppe>boolean</useplzgruppe>
          <plz>
            <stPLZ xsi:nil="true" />
            <stPLZ xsi:nil="true" />
          </plz>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <webTyp>
            <webTyp_id>string</webTyp_id>
            <bezeichnung>string</bezeichnung>
            <produktBezeichnung>string</produktBezeichnung>
            <bemerkung>string</bemerkung>
            <aktiv>string</aktiv>
            <defaultWert>string</defaultWert>
            <webEigenschaften xsi:nil="true" />
          </webTyp>
        </stTRProdukt>
        <stTRProdukt>
          <id>string</id>
          <bezeichnung>string</bezeichnung>
          <beschreibung>string</beschreibung>
          <info1>string</info1>
          <info2>string</info2>
          <info3>string</info3>
          <info4>string</info4>
          <info5>string</info5>
          <info6>string</info6>
          <info7>string</info7>
          <info8>string</info8>
          <versart>string</versart>
          <bezug>string</bezug>
          <anzTarife>string</anzTarife>
          <kundentyp>string</kundentyp>
          <ordnung>decimal</ordnung>
          <istOeko>boolean</istOeko>
          <istFremdprodukt>boolean</istFremdprodukt>
          <tarifvorbelegung>
            <stTRTarifvorbelegung xsi:nil="true" />
            <stTRTarifvorbelegung xsi:nil="true" />
          </tarifvorbelegung>
          <preise>
            <stTRPreise xsi:nil="true" />
            <stTRPreise xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <useplzgruppe>boolean</useplzgruppe>
          <plz>
            <stPLZ xsi:nil="true" />
            <stPLZ xsi:nil="true" />
          </plz>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <webTyp>
            <webTyp_id>string</webTyp_id>
            <bezeichnung>string</bezeichnung>
            <produktBezeichnung>string</produktBezeichnung>
            <bemerkung>string</bemerkung>
            <aktiv>string</aktiv>
            <defaultWert>string</defaultWert>
            <webEigenschaften xsi:nil="true" />
          </webTyp>
        </stTRProdukt>
      </getTRProduktResult>
    </getTRProduktResponse>
  </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 /WSEnVersOnVerw/WSEnVersOnVerw.asmx HTTP/1.1
Host: 192.168.150.237
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>
    <getTRProdukt xmlns="http://WSEnVersOnVerw.org/">
      <versart>string</versart>
      <plz>string</plz>
      <verbrauchHT>decimal</verbrauchHT>
      <verbrauchNT>decimal</verbrauchNT>
      <datum>dateTime</datum>
      <kundentyp>string</kundentyp>
      <bezugsart>string</bezugsart>
      <tarifart>string</tarifart>
    </getTRProdukt>
  </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>
    <getTRProduktResponse xmlns="http://WSEnVersOnVerw.org/">
      <getTRProduktResult>
        <stTRProdukt>
          <id>string</id>
          <bezeichnung>string</bezeichnung>
          <beschreibung>string</beschreibung>
          <info1>string</info1>
          <info2>string</info2>
          <info3>string</info3>
          <info4>string</info4>
          <info5>string</info5>
          <info6>string</info6>
          <info7>string</info7>
          <info8>string</info8>
          <versart>string</versart>
          <bezug>string</bezug>
          <anzTarife>string</anzTarife>
          <kundentyp>string</kundentyp>
          <ordnung>decimal</ordnung>
          <istOeko>boolean</istOeko>
          <istFremdprodukt>boolean</istFremdprodukt>
          <tarifvorbelegung>
            <stTRTarifvorbelegung xsi:nil="true" />
            <stTRTarifvorbelegung xsi:nil="true" />
          </tarifvorbelegung>
          <preise>
            <stTRPreise xsi:nil="true" />
            <stTRPreise xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <useplzgruppe>boolean</useplzgruppe>
          <plz>
            <stPLZ xsi:nil="true" />
            <stPLZ xsi:nil="true" />
          </plz>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <webTyp>
            <webTyp_id>string</webTyp_id>
            <bezeichnung>string</bezeichnung>
            <produktBezeichnung>string</produktBezeichnung>
            <bemerkung>string</bemerkung>
            <aktiv>string</aktiv>
            <defaultWert>string</defaultWert>
            <webEigenschaften xsi:nil="true" />
          </webTyp>
        </stTRProdukt>
        <stTRProdukt>
          <id>string</id>
          <bezeichnung>string</bezeichnung>
          <beschreibung>string</beschreibung>
          <info1>string</info1>
          <info2>string</info2>
          <info3>string</info3>
          <info4>string</info4>
          <info5>string</info5>
          <info6>string</info6>
          <info7>string</info7>
          <info8>string</info8>
          <versart>string</versart>
          <bezug>string</bezug>
          <anzTarife>string</anzTarife>
          <kundentyp>string</kundentyp>
          <ordnung>decimal</ordnung>
          <istOeko>boolean</istOeko>
          <istFremdprodukt>boolean</istFremdprodukt>
          <tarifvorbelegung>
            <stTRTarifvorbelegung xsi:nil="true" />
            <stTRTarifvorbelegung xsi:nil="true" />
          </tarifvorbelegung>
          <preise>
            <stTRPreise xsi:nil="true" />
            <stTRPreise xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <useplzgruppe>boolean</useplzgruppe>
          <plz>
            <stPLZ xsi:nil="true" />
            <stPLZ xsi:nil="true" />
          </plz>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <webTyp>
            <webTyp_id>string</webTyp_id>
            <bezeichnung>string</bezeichnung>
            <produktBezeichnung>string</produktBezeichnung>
            <bemerkung>string</bemerkung>
            <aktiv>string</aktiv>
            <defaultWert>string</defaultWert>
            <webEigenschaften xsi:nil="true" />
          </webTyp>
        </stTRProdukt>
      </getTRProduktResult>
    </getTRProduktResponse>
  </soap12:Body>
</soap12:Envelope>