Argh!
Sorry, another error when writing the mail and cleaning the syntax.
The real code is :
var query:String = "<key oid='__cmd:?version'/>";
RPCConn.AddParameter( sessionID, XMLRPC.types.STRING);
RPCConn.AddParameter( query,XMLRPC.types.STRING );
RPCConn.AddParameter("<qos></qos>",XMLRPC.types.STRING);
//Call Method
RPCConn.Call("xmlBlaster.get");
I think I've to trace the xml sent to xmlBlaster. I don't know with
but since few days winpcap doesnot work anymore on my computer.
So it will be easyest for me if I could activate some trace in the
xml-rpc plugin without rebuild xmlBlaster. Is it possible ? Has it
some solution ?