scoop
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
getArtikelDetails
Gibt einen Artikel mit allen Details zurück.
Test
Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.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 /scoop/api/v6/scoop.asmx HTTP/1.1 Host: secure.gelsenkirchen.de Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.gkd-el.de/webservices/scoop/getArtikelDetails" <?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:Header> <wsAuthHeader xmlns="http://www.gkd-el.de/webservices/scoop"> <token>guid</token> </wsAuthHeader> </soap:Header> <soap:Body> <getArtikelDetails xmlns="http://www.gkd-el.de/webservices/scoop"> <artikelID>int</artikelID> </getArtikelDetails> </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> <getArtikelDetailsResponse xmlns="http://www.gkd-el.de/webservices/scoop"> <getArtikelDetailsResult> <artikelDetails> <text>string</text> <bereiche> <wsBereich xsi:nil="true" /> <wsBereich xsi:nil="true" /> </bereiche> <cityAppBereiche> <wsCityAppBereich xsi:nil="true" /> <wsCityAppBereich xsi:nil="true" /> </cityAppBereiche> <anhaenge> <wsAnhang xsi:nil="true" /> <wsAnhang xsi:nil="true" /> </anhaenge> <links> <wsLink xsi:nil="true" /> <wsLink xsi:nil="true" /> </links> <kontakte> <wsKontakt xsi:nil="true" /> <wsKontakt xsi:nil="true" /> </kontakte> </artikelDetails> </getArtikelDetailsResult> </getArtikelDetailsResponse> </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 /scoop/api/v6/scoop.asmx HTTP/1.1 Host: secure.gelsenkirchen.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:Header> <wsAuthHeader xmlns="http://www.gkd-el.de/webservices/scoop"> <token>guid</token> </wsAuthHeader> </soap12:Header> <soap12:Body> <getArtikelDetails xmlns="http://www.gkd-el.de/webservices/scoop"> <artikelID>int</artikelID> </getArtikelDetails> </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> <getArtikelDetailsResponse xmlns="http://www.gkd-el.de/webservices/scoop"> <getArtikelDetailsResult> <artikelDetails> <text>string</text> <bereiche> <wsBereich xsi:nil="true" /> <wsBereich xsi:nil="true" /> </bereiche> <cityAppBereiche> <wsCityAppBereich xsi:nil="true" /> <wsCityAppBereich xsi:nil="true" /> </cityAppBereiche> <anhaenge> <wsAnhang xsi:nil="true" /> <wsAnhang xsi:nil="true" /> </anhaenge> <links> <wsLink xsi:nil="true" /> <wsLink xsi:nil="true" /> </links> <kontakte> <wsKontakt xsi:nil="true" /> <wsKontakt xsi:nil="true" /> </kontakte> </artikelDetails> </getArtikelDetailsResult> </getArtikelDetailsResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
Folgendes ist eine Beispielanforderung und -antwort für HTTP GET. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
GET /scoop/api/v6/scoop.asmx/getArtikelDetails?artikelID=string HTTP/1.1 Host: secure.gelsenkirchen.de
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <wsGetArtikelDetailsResponse xmlns="http://www.gkd-el.de/webservices/scoop"> <artikelDetails> <text>string</text> <bereiche> <wsBereich> <name>string</name> <bereichID>int</bereichID> </wsBereich> <wsBereich> <name>string</name> <bereichID>int</bereichID> </wsBereich> </bereiche> <cityAppBereiche> <wsCityAppBereich> <name>string</name> <cityAppBereichID>int</cityAppBereichID> </wsCityAppBereich> <wsCityAppBereich> <name>string</name> <cityAppBereichID>int</cityAppBereichID> </wsCityAppBereich> </cityAppBereiche> <anhaenge> <wsAnhang> <anhangID>int</anhangID> <filename>string</filename> <name>string</name> <beschreibung>string</beschreibung> <size>int</size> <mimetype>string</mimetype> <data>base64Binary</data> <sort>int</sort> </wsAnhang> <wsAnhang> <anhangID>int</anhangID> <filename>string</filename> <name>string</name> <beschreibung>string</beschreibung> <size>int</size> <mimetype>string</mimetype> <data>base64Binary</data> <sort>int</sort> </wsAnhang> </anhaenge> <links> <wsLink> <titel>string</titel> <url>string</url> <art>string</art> <sort>int</sort> </wsLink> <wsLink> <titel>string</titel> <url>string</url> <art>string</art> <sort>int</sort> </wsLink> </links> <kontakte> <wsKontakt> <einrichtung d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <art>persoenlich or sammelkontakt</art> <name>string</name> <abteilung>string</abteilung> <position>string</position> <email>string</email> <telefon>string</telefon> <fax>string</fax> </wsKontakt> <wsKontakt> <einrichtung d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <art>persoenlich or sammelkontakt</art> <name>string</name> <abteilung>string</abteilung> <position>string</position> <email>string</email> <telefon>string</telefon> <fax>string</fax> </wsKontakt> </kontakte> </artikelDetails> </wsGetArtikelDetailsResponse>
HTTP POST
Folgendes ist eine Beispielanforderung und -antwort für HTTP POST. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
POST /scoop/api/v6/scoop.asmx/getArtikelDetails HTTP/1.1 Host: secure.gelsenkirchen.de Content-Type: application/x-www-form-urlencoded Content-Length: length artikelID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <wsGetArtikelDetailsResponse xmlns="http://www.gkd-el.de/webservices/scoop"> <artikelDetails> <text>string</text> <bereiche> <wsBereich> <name>string</name> <bereichID>int</bereichID> </wsBereich> <wsBereich> <name>string</name> <bereichID>int</bereichID> </wsBereich> </bereiche> <cityAppBereiche> <wsCityAppBereich> <name>string</name> <cityAppBereichID>int</cityAppBereichID> </wsCityAppBereich> <wsCityAppBereich> <name>string</name> <cityAppBereichID>int</cityAppBereichID> </wsCityAppBereich> </cityAppBereiche> <anhaenge> <wsAnhang> <anhangID>int</anhangID> <filename>string</filename> <name>string</name> <beschreibung>string</beschreibung> <size>int</size> <mimetype>string</mimetype> <data>base64Binary</data> <sort>int</sort> </wsAnhang> <wsAnhang> <anhangID>int</anhangID> <filename>string</filename> <name>string</name> <beschreibung>string</beschreibung> <size>int</size> <mimetype>string</mimetype> <data>base64Binary</data> <sort>int</sort> </wsAnhang> </anhaenge> <links> <wsLink> <titel>string</titel> <url>string</url> <art>string</art> <sort>int</sort> </wsLink> <wsLink> <titel>string</titel> <url>string</url> <art>string</art> <sort>int</sort> </wsLink> </links> <kontakte> <wsKontakt> <einrichtung d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <art>persoenlich or sammelkontakt</art> <name>string</name> <abteilung>string</abteilung> <position>string</position> <email>string</email> <telefon>string</telefon> <fax>string</fax> </wsKontakt> <wsKontakt> <einrichtung d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <art>persoenlich or sammelkontakt</art> <name>string</name> <abteilung>string</abteilung> <position>string</position> <email>string</email> <telefon>string</telefon> <fax>string</fax> </wsKontakt> </kontakte> </artikelDetails> </wsGetArtikelDetailsResponse>