31 Mar 2008 11:00
Sending Struct is not working ?
tgriesel78 <tgriesel78 <at> yahoo.com>
2008-03-31 09:00:56 GMT
2008-03-31 09:00:56 GMT
Hi all,
I am trying to implement an xmlrpc client into a given framework. I
have to use c/c++ for the developing the client. The struct to call
the server has to look like this:
<struct>
<member>
<name>source_id</name>
<value>
<i4>3</i4>
</value>
</member>
<member>
<name>message</name>
<value>
<string>Your Message Here</string>
</value>
</member>
</struct>
I wrote myself a client now which should - I believe so - send a
struct like that. It is not working ! To ensure that the server works
correctly, I build a python client - that just works fine. I do not
know why the c/c++ client is not working. I am on that since a week...
Any help or hint is highly appreciated !!!
This is my code:
#include <stdlib.h>
(Continue reading)
RSS Feed