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 151 - 180 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
151
The error noted in the last email was caused by my overlooking a commented out [XmlRpcMethod] line. The actual problem comes in at compile time when adding the...
Brian
briwalsh2000
Offline Send Email
Jun 9, 2003
9:24 am
152
Hi, I am building an RPC client for a server with overloaded methods. Does anybody know if I can use the overloaded methods with XMLRPC.NET or if I simply have...
Brian
briwalsh2000
Offline Send Email
Jun 9, 2003
9:24 am
153
Hi Brian - unfortunately there is no support for overloaded methods in XmlRpcProxyGen, neither is there support in the XmlRpcSerializer class for handling...
charlescookuk
Offline Send Email
Jun 9, 2003
9:43 am
154
Hi Jay - I've not done any testing on very large requests or responses so I don't know what the limitations are. Maybe someone else has some experience in this...
charlescookuk
Offline Send Email
Jun 9, 2003
10:00 am
155
Hi All -- I'm a newbie to XML-RPC, and .NET in general. I come from an ASP/VB background mainly (using VB mainly for business logic DLLs via COM and DCOM)....
Shreyas Ravishankar
sravi2k1
Offline Send Email
Jun 10, 2003
8:50 pm
156
Hi all, I have just started learning some stuff about XML RPC and was trying to create a XML Service and a client that can consume it. But i have been stopped...
Vijay
vijay_rec
Offline Send Email
Jun 12, 2003
6:10 am
157
Question 2.20 in the FAQ: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html You can set credentials on the instance of WebProxy. - Charles ... was ... But ... an ...
charlescookuk
Offline Send Email
Jun 12, 2003
6:15 am
158
(1) Set Url property of proxy class. (2) Without looking at the code I think the mouduleName element will be ignored. If not it would be easy to modify the...
charlescookuk
Offline Send Email
Jun 12, 2003
6:25 am
159
When i try to assign http://new.blogger.com/api/RPC2/ as my XmlRpcUrl, the invoke call to blogger.getUserInfo times out ! I am providing the correct...
Vijay
vijay_rec
Offline Send Email
Jun 12, 2003
4:03 pm
160
According to the DANO Faq: http://new.blogger.com/projects/dano/faq.pyra the new endpoint is: http://new.blogger.com/api...
charlescookuk
Offline Send Email
Jun 12, 2003
6:05 pm
161
When I call this method: [XmlRpcMethod("metaWeblog.getCategories", Description="Retrieves a list of valid categories for a post " + "using the metaWeblog API....
shahineo
Offline Send Email
Jun 17, 2003
2:23 pm
162
Using radio 8.0.8, whenever I try and use the getCategories call I get this error: "response contains struct value where array expected [response]" I have...
shahineo
Offline Send Email
Jun 17, 2003
2:23 pm
163
See my other reply as to why this problem occurs. The interface in CookComputing.MetaWeblog works with other MetaWeblog implementations but strictly speaking...
charlescookuk
Offline Send Email
Jun 17, 2003
2:37 pm
164
According to this page: http://www.xmlrpc.com/metaWeblogApi, getCategories returns a struct: Update 3/16/02 -- Added metaWeblog.getCategories. There was no way...
charlescookuk
Offline Send Email
Jun 17, 2003
2:38 pm
165
Thanks Charles! Can you clue me in on how I can actually get something back that doesn't cause an error? I have tried creating a struct, that in turn contains...
shahineo
Offline Send Email
Jun 17, 2003
2:54 pm
166
No, I suspect its worse than it appears......I would guess the outer struct is a container for an arbitrary number of structs, the name of each struct being...
charlescookuk
Offline Send Email
Jun 17, 2003
3:20 pm
167
Here is a response with two categories: <?xml version="1.0" ?> <methodResponse> <params> <param> <value> <struct> <member> <name>CalTrain</name> <value> ...
shahineo
Offline Send Email
Jun 17, 2003
3:36 pm
168
Its ugly but I think this is the only way of handling this. Define the method to return XmlRpcStruct. This is a class derived from Hashtable and the call will...
charlescookuk
Offline Send Email
Jun 17, 2003
3:56 pm
169
Thanks, that worked. When I finish my base class that handles all the radio calls, would you be interested in it? It could be called RadioMetaWeblogAPI -Omar ...
shahineo
Offline Send Email
Jun 17, 2003
6:15 pm
170
Yes, please send it to me. Sorry about the error in the MetaWeblog API! Thanks, Charles...
charlescookuk
Offline Send Email
Jun 19, 2003
1:58 pm
171
Hi there, I'm currently developing a BBS client that uses XML-RPC to transport data between the client and server. One of the features of the BBS is that of a...
mirdindotcodotuk
mirdindotcod...
Offline Send Email
Jun 19, 2003
9:36 pm
172
I'm afraid I don't quite understand. Are you saying that you create the proxy object on one thread and then call it on another thread? Can you provide some...
charlescookuk
Offline Send Email
Jun 20, 2003
8:16 am
173
Hi, Here is the code which has been vastly simplified. Applogies if some variable delcarations are missing. The program should work as follows, Class1 is the...
mirdindotcodotuk
mirdindotcod...
Offline Send Email
Jun 20, 2003
11:05 am
174
Thanks, I'll have a look at this tomorrow. - Charles...
charlescookuk
Offline Send Email
Jun 20, 2003
12:13 pm
175
Hi, I'm having a litle problem with encodings of icelandic letters. This is my small app. I've written the method blogger.newPost for my website so people can ...
ingigauti
Offline Send Email
Jun 21, 2003
5:51 am
176
Hi, I currently have a VB.NET application that reads and writes to XML documents on my local machine. I would like to put these XML documents in Xindice's db...
TinaSani
Offline Send Email
Jun 21, 2003
7:29 pm
177
There is an XML-RPC API for Xindice but I couldn't find a definition of it anywhere. If the API supports the functionality you require then you will be able to...
charlescookuk
Offline Send Email
Jun 22, 2003
6:52 am
178
Hi Ingi - I've reproduced the problem. I'll send you a fixed dll later today (although at the moment I can only build a .NET 1.1 version). - Charles ... This...
charlescook@...
charlescookuk
Offline Send Email
Jun 22, 2003
2:38 pm
179
Hi Charles Thanks for fixing that problem. My yahoo email account was inactive but should be active now. Ingi ... later today...
ingigauti
Offline Send Email
Jun 22, 2003
3:00 pm
180
I've been unable to reproduce this problem. The test code below creates an XML-RPC proxy on one thread and then makes calls on it on another thread (I've ...
charlescook@...
charlescookuk
Offline Send Email
Jun 22, 2003
3:11 pm
Messages 151 - 180 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