[ale] Implementing XML-RPC
Christopher Fowler
cfowler at outpostsentinel.com
Thu Feb 10 21:32:10 EST 2005
Some of my procedures will return XML data. Does this need to be
encoded in some way?
If my server responds with:
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value><string>....</string></value>
</param>
</params>
</methodResponse>
The .... as the string will actually be a bunch of XML. So you can
say that it is xml encapsulated in XML.
On Thu, 2005-02-10 at 19:30, Christopher Fowler wrote:
> I'm starting a project to implement XML-RPC on our embedded device.
> I've looked at the XML-RPC HOWTO and it seem to have left out some
> details. I need to know how the actual XML-RPC communications is done
> between the client and the server over HTTP.
>
> Questions:
>
> 1. Does the client post a form where data in that form is the actual
> XML-RPC code?
>
> 2. What does the server send back? Pure XML or HTML.
>
> I've looked at the various API's and they do not seem to address
> authentication. Our device requires a user to loing via a form at
> http://ip/login. After the client receives a cookie they can then easiy
> get to http://ip/xml-rpc and the start sending and receiving data.
>
>
> Thanks,
> Chris
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
More information about the Ale
mailing list