/ Published in: XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
HTTP/1.1 200 OK Content-Type: text/xml <?xml version="1.0"?> <warenkorb xmlns:xlink="http://www.w3.org/1999/xlink"> <kunde xlink:href="http://shop.snipplr.com/kunde/5873"> 5873</kunde> <position nr="1" menge="5"> <artikel xlink:href="http://shop.snipplr.com/artikel/4501" nr="4501"> <beschreibung>Dauerlutscher</beschreibung> </artikel> </position> <position nr="2" menge="2"> <artikel xlink:href="http://shop.snipplr.com/artikel/5860" nr="5860"> <beschreibung>Earl Grey Tea</beschreibung> </artikel> </position> </warenkorb>
URL: http://www.oio.de/public/xml/rest-webservices.htm