QueueMetrics > Scripting QueueMetrics

C# examples using CookComputing.XmlRpcV2.dll

(1/2) > >>

cx2x3:
Has anyone tried to get XmlRpc working in .Net ? .. I need some pointers and sample code just to get started .. do we need to install something on our server? or what would be the default location for this xmlrpc.do page?

QueueMetrics:
You can ask for the xmlrpc page as of http://server:8080/queuemetrics/xmlrpc.do - it's a virtual page, it does not exist on the filseystem!

sagar:
hi cx2x3

I have implemented a small code which implements xmlrpc server (web service) and xmlrpc client
in xmlrpc.net dll . no need to install anything on server ..ofcourse the web service will be on server ..
nut in code just add reference to cookcomputing.xmlrpc dll

:)

cx2x3:
Thanks all.. I am trying to call the QM.stats method

in the examples - they use an Java ArrayList .. if I use a C#/.Net ArrayList I get a "Parameter count mismatch." error

also tried to just change it to string but then I get another error...

Server returned a fault exception: [-1] redstone.xmlrpc.XmlRpcException: The method cannot be found. Signature: java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String


has anyone got .net (VB or C#) code that works for this method (QM.stats)

cx2x3:
any help here guys?

I have enable my robot user and now i'm using robot to connect but still get the same errors?

Is it maybe something to do with the ArrayList that QM.stats expects as a the last parameter .. Is a .net ArrayList the same as a Java ArrayList ?

Navigation

[0] Message Index

[#] Next page

Go to full version