Hello all - I hope this isn't a completely foolish question, but I can't seem to work it out. I'm working with a an XML-RPC server that answers requests in...
Hi all - Eureka! If anyone else has a similar problem (the server you are talking to returns different structures depending on the success or failure of your...
Hello XmlRpc users, I've got a multi-thread application. I read in the FAQ that we have to create separate proxy for each concurents calls. But the...
Cyrille37
cyrille37@...
Feb 5, 2006 5:59 pm
606
I'm new to XML-RPC. With a new project on horizon. I would like to start on the right foot. Any suggestions which IDE is prefered? I've been working with VS...
... I think you should use VS2005 and especially Framework 2.0. cyrille...
Cyrille37
cyrille37@...
Feb 10, 2006 3:10 pm
608
Argument for 2005: more and more, when you Google for answers to your questions, the posts you read will be based on whatever is latest. Arguments for 2003: -...
It isn't elegant, but I use Ethereal http://www.ethereal.com. It is essentially a network analyzer, and you can trace/view the traffic between you machine and...
I'm new to xmlrpc and I'm trying to implement xmlrpc.net using vb.net. I've downloaded the library and added the reference to my project. It compiles OK. The...
Hi all, I am not sure if anyone here can help me out or not but here is my issue. I am trying to communicate with the XML-RPC server implemented in Second...
Rob, I think you may have overlooked something. You are calling a procedure that has three parameters - two strings and an int. You have stated this is not...
The only thing that comes to mind is that the default namespace in VB sometimes causes people problems but you seem to have covered that. Can you supply your...
... connecting to ... does all ... space ... He's just saying that MSN Spaces' new MetaweblogAPI, which works through SSL (https://) works just fine with a...
... sure that make sense. thanks for your help, it now working. Cheers Esben...
Esben Laursen
lists@...
Mar 4, 2006 3:36 pm
619
Hi, I have one simple question.. Every time there is a System.Net.WebException exception in xmlrpc.net is always returns it as a System.NullReferenceException....
Esben Laursen
lists@...
Mar 4, 2006 3:43 pm
620
Hi Esben - I tried to reproduce your problem in a VB.NET program with code similar to yours. The catch for WebException catches the WebException exception, for...
Hi Charles, Thanks for replying, this is a "timeout" where the host cant be contacted. System.NullReferenceException: Object reference not set to an instance ...
Esben Laursen
lists@...
Mar 5, 2006 2:56 pm
622
I'm new to XMLRPC, and I'm having problems trying to get data where the incoming request contains nested arrays. For example, the following data is being sent...
I have now managed to extract the contents of the nested array, but I would still be interested in a solution as I'm not sure if my method is as efficient as...
I have written a method using VB.NET that works fine. I now want to also call that method from another method, i.e I want to be able to call it direct as well...
Oops - another stupid error - sorry; Should have been:- Dim s2 As service2.service2 = new service2.service2 It now works fine; thanks for your help. ... to ......
Hi, I'm having a problem with XMLRPC saying the following XML response is invalid. The error is: Response from the Server does not contain Valid XML. ...
David, Unless the tail end of the xml doc got missed, there are quite a few closing tags missing. I would suspect that's what's giving you your error. Thanks, ...
I copied the response XML from your post into a file and deserialized it with this code: StreamReader sr = new StreamReader("C:\\download\\foo.xml"); ...
In the HTTP response from Wordpress the Content-Length is specified as 89654 whereas the actual content is several hundred bytes less than this. According to...