Service1
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
GetProducts
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/GetProducts"
<?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>
<GetProducts xmlns="http://WSEnVersOnVerw.org/">
<plz>string</plz>
<versart>string</versart>
<kundentyp>string</kundentyp>
<bezugsart>string</bezugsart>
<tarifart>string</tarifart>
<verbrauch>decimal</verbrauch>
<verbrauchHT>decimal</verbrauchHT>
<verbrauchNT>decimal</verbrauchNT>
<einzugsDatum>dateTime</einzugsDatum>
</GetProducts>
</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>
<GetProductsResponse xmlns="http://WSEnVersOnVerw.org/">
<GetProductsResult>
<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>
</GetProductsResult>
</GetProductsResponse>
</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>
<GetProducts xmlns="http://WSEnVersOnVerw.org/">
<plz>string</plz>
<versart>string</versart>
<kundentyp>string</kundentyp>
<bezugsart>string</bezugsart>
<tarifart>string</tarifart>
<verbrauch>decimal</verbrauch>
<verbrauchHT>decimal</verbrauchHT>
<verbrauchNT>decimal</verbrauchNT>
<einzugsDatum>dateTime</einzugsDatum>
</GetProducts>
</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>
<GetProductsResponse xmlns="http://WSEnVersOnVerw.org/">
<GetProductsResult>
<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>
</GetProductsResult>
</GetProductsResponse>
</soap12:Body>
</soap12:Envelope>