Service1


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

GetAllProducts

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

<?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>
    <GetAllProducts xmlns="http://WSEnVersOnVerw.org/" />
  </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>
    <GetAllProductsResponse xmlns="http://WSEnVersOnVerw.org/">
      <GetAllProductsResult>
        <Produkt>
          <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>
          <preise>
            <Preis xsi:nil="true" />
            <Preis xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <smart>string</smart>
          <sepa>string</sepa>
          <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>
          <highlight>boolean</highlight>
          <cheapest>boolean</cheapest>
        </Produkt>
        <Produkt>
          <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>
          <preise>
            <Preis xsi:nil="true" />
            <Preis xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <smart>string</smart>
          <sepa>string</sepa>
          <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>
          <highlight>boolean</highlight>
          <cheapest>boolean</cheapest>
        </Produkt>
      </GetAllProductsResult>
    </GetAllProductsResponse>
  </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>
    <GetAllProducts xmlns="http://WSEnVersOnVerw.org/" />
  </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>
    <GetAllProductsResponse xmlns="http://WSEnVersOnVerw.org/">
      <GetAllProductsResult>
        <Produkt>
          <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>
          <preise>
            <Preis xsi:nil="true" />
            <Preis xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <smart>string</smart>
          <sepa>string</sepa>
          <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>
          <highlight>boolean</highlight>
          <cheapest>boolean</cheapest>
        </Produkt>
        <Produkt>
          <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>
          <preise>
            <Preis xsi:nil="true" />
            <Preis xsi:nil="true" />
          </preise>
          <produkt2tarifvgruppe_id>string</produkt2tarifvgruppe_id>
          <tarifvgruppe_id>string</tarifvgruppe_id>
          <brutto>decimal</brutto>
          <netto>decimal</netto>
          <kuendkurzbeschreibung>string</kuendkurzbeschreibung>
          <kuendbeschreibung>string</kuendbeschreibung>
          <smart>string</smart>
          <sepa>string</sepa>
          <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>
          <highlight>boolean</highlight>
          <cheapest>boolean</cheapest>
        </Produkt>
      </GetAllProductsResult>
    </GetAllProductsResponse>
  </soap12:Body>
</soap12:Envelope>