[account.update] contact problem
Walter Christian <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am currently facing a small problem. I tried to add an contact with the
xmlrpc api, but the changes don't get applied. If I use the Web
application and manually set the account and retrieve the document it
shows exactly the same result as I sent over the xmlrpc account (I did
this to verify that the sent data from my client is correct). But my
client does not update the relevant data.
1) data sent from my client.
-- data I send with the xmlrpc api ---
<member>
<name>contact</name>
<value>
<struct>
<member>
<name>login</name>
<value>stb</value>
</member>
<member>
<name>id</name>
<value>skyrix://backoffice-00/backoffice-00/10610</value>
</member>
</struct>
</value>
</member>
-- an example which returned by ogo when manually setting the contact --
<member>
<name>contact</name>
<value>
<struct>
<member>
<name>id</name>
<value>
<string>skyrix://backoffice-00/backoffice-00/10610</string>
</value>
</member>
<member>
<name>login</name>
<value>
<string>stb</string>
</value>
</member>
</struct>
</value>
</member>
Regards,
Walter Christian
--
SILVER SERVER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\ \\
email: [email protected] \ Friends don't let friends drink and su(1)
web: www.sil.at \ -- Kevin Harris
--
OpenGroupware.org XML-RPC
[email protected]
http://mail.opengroupware.org/mailman/listinfo/xmlrpc