Return to Snippet

Revision: 3373
at July 17, 2007 04:07 by asteinhaus


Initial Code
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>

Initial URL
http://www.oio.de/public/xml/rest-webservices.htm

Initial Description


Initial Title
REST Web Services - Beispiel für eine Repräsentation eines Warenkorbes

Initial Tags
xml

Initial Language
XML