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 210 - 239 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
210
Charles, I am running into a brick wall with TypePad over dateTime.iso8601 at the moment. The date format TypePad sends back is the ISO8601 extended format,...
alexhung@...
countzero
Offline Send Email
Jan 5, 2004
12:52 am
211
Hi Alex - have you tried reporting this to the TypePad people? Returning dates in this format is invalid XML-RPC. - Charles ... extended...
charlescookuk
Offline Send Email
Jan 6, 2004
8:41 am
212
Hi Charles, I have not but I've found that it was a known bug that was fixed in MT2.65 which was released in mid-Dec. I guess TypePad has not been upgraded to...
alexhung@...
countzero
Offline Send Email
Jan 7, 2004
12:10 am
213
Are there any attribute that can be set on the struct members so if the members value is emtpy or null it is not included in the XML RPC request. -Thanks ...
betnag
Offline Send Email
Jan 10, 2004
7:07 am
214
Charles, Talked to Ben Trott at TypePad/MT. His reply is that MTv2.65 and TypePad supports ISO8601 date format (which is true) but not the format given in the...
alexhung@...
countzero
Offline Send Email
Jan 12, 2004
9:10 pm
215
struct Struct3 { [XmlRpcMissingMapping(MappingAction.Ignore)] public string ms; [XmlRpcMissingMapping(MappingAction.Ignore)] public XmlRpcInt Y; } ... RPC...
charlescookuk
Offline Send Email
Jan 12, 2004
9:32 pm
216
You could try something along these lines in XmlRpcSerializer.ParseDateTime: DateTime dt; try { dt = DateTime.ParseExact(s, "yyyyMMddThh:mm:ss", ...
charlescookuk
Offline Send Email
Jan 13, 2004
9:20 am
217
Thanks for the suggestion. I am getting a Cryptographic failure during the build though. It can't find the 'CookComputing.key' file to do the signing of the...
countzero@...
countzero
Offline Send Email
Jan 13, 2004
2:29 pm
218
From the FAQ: 6.3 Why is the key file not included in the distribution? Building XML-RPC.NET from the distribution will fail because of a missing file called...
charlescook@...
charlescookuk
Offline Send Email
Jan 13, 2004
6:41 pm
219
Opps, should have re-read FAQ... my bad :) ... missing file ... used to ... file is not ... malicious version ... assembly ... <charlescook@u...>...
countzero@...
countzero
Offline Send Email
Jan 13, 2004
6:51 pm
220
Hi,Can anyone help me figure out as to why I am getting this exception. I am making a call to the XML-RPC server as requestParams =...
jyotsna_fic
Offline Send Email
Jan 21, 2004
12:12 pm
221
Hi,Can anyone help me figure out as to why I am getting this exception. I am making a call to the XML-RPC server as requestParams =...
jyotsna_fic
Offline Send Email
Jan 21, 2004
12:12 pm
222
Hi Jyotsna - please would you post or send me more of the source code, e.g. method definition and calling code. - Charles...
charlescookuk
Offline Send Email
Jan 21, 2004
12:18 pm
223
... (XmlTextWriter ... (Stream...
jyotsna_fic
Offline Send Email
Jan 22, 2004
5:18 am
224
I have a function on my server called GetList(). It takes no parameters and returns an array of structs, one for each list item in a database. I tried to do: ...
jlanders2325
Offline Send Email
Jan 23, 2004
7:24 am
225
Using this test server implemented via .ashx page: ==================================== <%@ WebHandler Language="C#" Class="Echo" %> <%@ Assembly...
charlescookuk
Offline Send Email
Jan 25, 2004
12:52 pm
226
I'm trying to call an XML-RPC server (OpenGroupware's xmlrpcd) via Mono (0.29) on Linux, but can't seem to get authentication to work. Is this a bug in Mono...
Adam Williams
ferillis2003
Offline Send Email
Jan 28, 2004
7:51 am
227
I'm trying to call an XML-RPC server (OpenGroupware's xmlrpcd) via Mono (0.29) on Linux, but can't seem to get authentication to work. Is this a bug in Mono...
Adam Williams
ferillis2003
Offline Send Email
Jan 28, 2004
7:51 am
228
Hi Adam - Your code looks ok. You could isolate whether it is a Mono problem by writing some code which uses System.Net.WebRequest to request something from...
charlescookuk
Offline Send Email
Jan 28, 2004
8:20 am
229
Hi, I would like to be able to tap into the raw xml messages in my XML- RPC assembly for logging purposes. Is there a way to do this in the current version? ...
noonemancanfightthefu...
noonemancanf...
Offline Send Email
Jan 29, 2004
7:06 am
230
... This also pukes, so I suspect a problem in Mono, or at least its interaction with OGo's xmlrcpd - using System; using System.Net; using System.Net.Sockets;...
Adam Williams
ferillis2003
Offline Send Email
Jan 29, 2004
11:33 am
231
Hi, I'm trying to understand how I can use a base64 return from my server. I'm using byte array as needed, but I'm not sure what to do with what is returned....
Scott
scottadn
Online Now Send Email
Feb 9, 2004
12:15 pm
232
??? for (int i=0; i < 10; i++) Console.Write(rs[0]); ... server. ... (IWeblog)); ... the ... kYXRlZD4yMDA0LTAyLTA4IDAwOjQ1OjEzLjgzODc4NTwv ... ...
charlescookuk
Offline Send Email
Feb 9, 2004
12:34 pm
233
Yes I noticed it :\ And I also found my answer. I was trying to treat the byte type like a 2 byte char type. I should have been sleeping, methinks. Anyhow, ...
Scott
scottadn
Online Now Send Email
Feb 9, 2004
1:28 pm
234
I'm playing around with one of the examples in the FAQ, and it's throwing an error back at me. Did I miss something? Here's the example code I'm using for the...
Scott
scottadn
Online Now Send Email
Feb 16, 2004
5:44 am
235
Hi All, I am trying to find some XML RPC live demo clients which can used for testing. Can any body please provide me the links,webserver Address, port number...
abdul shukoor
shukoor2k3
Online Now Send Email
Feb 16, 2004
7:51 am
236
Try adding a reference to System.Web.Services.dll when building the code. - Charles...
charlescookuk
Offline Send Email
Feb 16, 2004
7:56 am
237
Try this one. http://aspzone.com/articles/178.aspx ... for testing. ... number and methods name....
xxjt123xx
Offline Send Email
Feb 20, 2004
7:30 am
238
Hi guys ! I'm a newbie in this area, and I would appreciate any help. What I want to do, is to connect and retrieve/send documents from/to a native XML...
Wiz
wizake
Online Now Send Email
Feb 27, 2004
5:55 am
239
I need to specify HTTP 1.0 in order to communicate successfully with OpenGroupware's XML-RPC server; making calls equivalent to - webRequest.PreAuthenticate =...
Adam Williams
ferillis2003
Offline Send Email
Mar 1, 2004
7:57 pm
Messages 210 - 239 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