In testing my .Net code I discovered that my xmlrpcd returns a duplicate
firstname value (which causes the .Net collection to bail due to
duplicate key/value pair).
I checked the connection with ethereal to confirm, and sure enough...
HTTP/1.1 200 OK
Date: Tue, 07 Sep 2004 18:45:17 GMT
Server: Apache/2.0.49 (Linux/SuSE)
content-type: text/xml
content-length: 6111
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
...
<member><name>firstname</name><value><string>Adam</string></value></member>
<member><name>firstname</name><value><string>Adam</string></value></member>
...
Can anyone else confirm this?
I'm using xmlrpcd-1.0-ogo049.i386.rpm
--
OpenGroupware.org XML-RPC
xmlrpc@xxxxxxxxxxxxxxxxx
http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|