Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. HTTP/1.1 200 OK
  2. Date: Mon, 15 Nov 2010 13:04:59 GMT
  3. Server: Apache/2.2.17 (Unix) PHP/5.3.3 with Suhosin-Patch mod_ssl/2.2.17 OpenSSL/1.0.0a DAV/2
  4. X-Powered-By: PHP/5.3.3
  5. Content-length: 323
  6. Content-Type: text/xml
  7.  
  8. <?xml version="1.0" encoding="UTF-8"?>
  9. <customers>
  10.     <cliente>
  11.         <id>1</id>
  12.         <nome>Ivan</nome>
  13.         <comune>Fabrica di Roma</comune>
  14.     </cliente>
  15.  
  16.     <cliente>
  17.         <id>2</id>
  18.         <nome>Elenuccia</nome>
  19.         <comune>Roma</comune>
  20.     </cliente>
  21.  
  22.     <cliente>
  23.         <id>3</id>
  24.         <nome>Mauro</nome>
  25.         <comune>Roma</comune>
  26.     </cliente>
  27. </customers>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement