Sample XML-RPC Response with HTTP Header

HTTP/1.1 200 OK
Connection: close
Content-Length: 150
Content-Type: text/xml
Date: Tue, 29 Feb 2000 11:07:42 GMT
Server: AddressFinder 2.3


<?xml version="1.0"?>
<methodResponse>
  <params>
    <param>
      <value><string>1332 East Fork Road, Lexington KY 11238</string></value>
    </param>
  </params>
</methodResponse>


Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 3, 2000