On 17 Mar 2006, at 14:42, Richard Featherstone wrote:
Hi,I'm trying to use xmlrpc to talk to a third party service. While trying to get check the xml sent over the wire I notice that where I expect <value><string>somevalue... I only get <value>somevalue..
That's expected behaviour. the XML-RPC spec says that <value> ... </ value> is another way of writing <value><string> .../<string><value>
John Wilson The Wilson Partnership http://www.wilson.co.uk
