Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 603 - 632 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
603
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...
mt_headed99
Offline Send Email
Feb 5, 2006
6:37 am
604
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...
mt_headed99
Offline Send Email
Feb 5, 2006
6:37 am
605
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@...
Send Email
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...
Manuel Gonzales III
mgonzales3
Offline Send Email
Feb 10, 2006
4:53 am
607
... I think you should use VS2005 and especially Framework 2.0. cyrille...
Cyrille37
cyrille37@...
Send Email
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: -...
mt_headed99
Offline Send Email
Feb 10, 2006
7:16 pm
609
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...
samiuela
Offline Send Email
Feb 18, 2006
6:47 am
610
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...
daveeaseman
Offline Send Email
Feb 24, 2006
12:21 pm
611
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
rjsnell_
Offline Send Email
Feb 25, 2006
6:49 am
612
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...
Stephen Sadowski
ronin793
Offline Send Email
Feb 25, 2006
3:34 pm
613
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...
charlescookuk
Offline Send Email
Feb 25, 2006
3:42 pm
614
... connecting to ... does all ... space ... He's just saying that MSN Spaces' new MetaweblogAPI, which works through SSL (https://) works just fine with a...
samiuela
Offline Send Email
Feb 27, 2006
1:44 am
615
OK, I went back to basics, deleted the project and started over again. This time everything works!...
daveeaseman
Offline Send Email
Feb 27, 2006
1:49 pm
616
I propose two little patches: one for cookie management, the other one for fault struct definition cleanup. Hope this helps, regards. ... +++...
jc.bertin
Offline Send Email
Feb 28, 2006
12:21 pm
617
Hi jc - thanks for your contribution. - Charles...
charlescookuk
Offline Send Email
Mar 2, 2006
8:47 am
618
... sure that make sense. thanks for your help, it now working. Cheers Esben...
Esben Laursen
lists@...
Send Email
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@...
Send Email
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...
charlescookuk
Offline Send Email
Mar 5, 2006
2:43 pm
621
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@...
Send Email
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...
daveeaseman
Offline Send Email
Mar 6, 2006
11:18 am
623
Try defining the DETAIL value as object[], i.e. as per this sample code: XmlRpcStruct[] ret = ... XmlRpcStruct member1 = ret[1]; object[] details =...
charlescookuk
Offline Send Email
Mar 6, 2006
1:39 pm
624
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...
daveeaseman
Offline Send Email
Mar 6, 2006
2:01 pm
625
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...
daveeaseman
Offline Send Email
Mar 8, 2006
4:50 pm
626
I don't know VB.NET but this looks wrong to me: Dim s2 As service2.service2 SR = s2.method2(inParam)...
charlescookuk
Offline Send Email
Mar 8, 2006
5:11 pm
627
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 ......
daveeaseman
Offline Send Email
Mar 9, 2006
2:34 pm
628
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 Ashwood
alwaysaseeker
Offline Send Email
Mar 13, 2006
9:12 am
629
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, ...
Stephen Sadowski
ronin793
Offline Send Email
Mar 13, 2006
1:52 pm
630
Do you know of a decent online validator? I ran the XML results (sniffed with proxyTrace) through one and it validated ok. David ... few closing...
David Ashwood
alwaysaseeker
Offline Send Email
Mar 13, 2006
3:36 pm
631
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"); ...
charlescookuk
Offline Send Email
Mar 13, 2006
4:33 pm
632
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...
charlescookuk
Offline Send Email
Mar 14, 2006
8:04 am
Messages 603 - 632 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help