[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] coming back after years in space ;o)




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 ?


Set
java -Dcom.sun.management.jmxremote org.xmlBlaster.Main -plugin/xmlrpc/debug true


See
http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.xmlrpc.html

regards
Marcel


Cheers, cyrille