Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XMLRPCNET · XML-RPC.NET

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 671
  • Category: Open Source
  • Founded: Apr 3, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 194 - 223 of 1417   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
194 brettw_w Send Email Oct 3, 2003
6:14 am
Hi all, Quick question for those in the know: I'm integrating an application with a vendor who has implemented their side of things in perl. They have defined...
195 jimmy_the_ghost_too
jimmy_the_gh... Send Email
Nov 4, 2003
9:05 am
Could you include constructor in XmlRpcStruct so it can be constructed from a System.Collections.Hashtable reference?...
196 jimmy_the_ghost_too
jimmy_the_gh... Send Email
Nov 4, 2003
9:05 am
Could you include constructor in XmlRpcStruct so it can be constructed from a System.Collections.Hashtable reference?...
197 dylanleong Send Email Nov 4, 2003
9:05 am
Hi, I am REALLY REALLY NEW to XML-RPC and Pocket PC programming, so bare with me. 1) Is it even remotely possible to create a Pocket PC client app that gets...
198 chief_millso Send Email Nov 4, 2003
9:05 am
Any ideas on how to GZIP the xml rpc call? I've only started looking into this and wondered if other people have done this before?...
199 bk@...
maxbiste Send Email
Nov 19, 2003
7:45 am
When XmlRpcClientProtocol creates a new WebRequest, for default the ProtocolVersion property is set to HttpVersion.Version11. With this value the header...
200 charlescookuk Send Email Dec 12, 2003
12:10 am
FYI I'm working on a new release. Currently moving the build to NAnt. All reported bugs will be fixed. - Charles...
201 Leo
leokscott Send Email
Dec 12, 2003
12:20 am
I need to talk to existing XML-RPC services from new ASP.NET pages I am creating (and I am also just learning ASP.NET). I have tried cut-n-pasting part of the...
202 Mike
mamund Send Email
Dec 12, 2003
4:00 am
That's great news. Looking forward to seeing the new bits. Thanks for all your work. MCA Mike Amundsen MCA@... +1.859.341.4844 ... From:...
203 rufusbuschart Send Email Dec 12, 2003
6:19 am
Hello, does one of you have experiences with XMLRPC.net running under the compact framework on a pocket pc? Thanks, Rufus...
204 ydeepakjois Send Email Dec 14, 2003
3:43 pm
Hi All I hope this is the right forum to ask this question. I am trying to run a basic XML-RPC.NET server (for trial only) and client usng .NET remoting on...
205 charlescookuk Send Email Dec 15, 2003
3:42 pm
Hi Deepak - I don't know what the Mono people have checked into CVS. I've not done any serious testing of XML-RPC.NET on Mono but am planning to do so for the...
206 ludoviclange Send Email Dec 15, 2003
8:53 pm
Hello, Sorry for being lightly off-topic, but I think someone may already have faced this specific problem concernint XML-RPC.Net : I'm trying to configure my...
207 countzero Send Email Dec 16, 2003
2:03 pm
I am currently writing a TypePad blogging tool in .NET and run into a DateTime exception with the response data when trying to call the MoveableType API ...
208 Peter Teichman
thinacme Send Email
Dec 17, 2003
7:25 am
I'm working on moving an existing xml-rpc service to Mono and XML-RPC.NET, including a port to C#. I'm up and running with basic calls, but anything returning...
209 charlescookuk Send Email Dec 24, 2003
3:44 pm
Try something like the following: public struct InnerStruct { public string Status; } public struct StructName { public string[] Mailbox; public InnerStruct...
210 alexhung@...
countzero Send Email
Jan 5, 2004
12:52 am
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,...
211 charlescookuk Send Email Jan 6, 2004
8:41 am
Hi Alex - have you tried reporting this to the TypePad people? Returning dates in this format is invalid XML-RPC. - Charles ... extended...
212 alexhung@...
countzero Send Email
Jan 7, 2004
12:10 am
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...
213 betnag Send Email Jan 10, 2004
7:07 am
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 ...
214 alexhung@...
countzero Send Email
Jan 12, 2004
9:10 pm
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...
215 charlescookuk Send Email Jan 12, 2004
9:32 pm
struct Struct3 { [XmlRpcMissingMapping(MappingAction.Ignore)] public string ms; [XmlRpcMissingMapping(MappingAction.Ignore)] public XmlRpcInt Y; } ... RPC...
216 charlescookuk Send Email Jan 13, 2004
9:20 am
You could try something along these lines in XmlRpcSerializer.ParseDateTime: DateTime dt; try { dt = DateTime.ParseExact(s, "yyyyMMddThh:mm:ss", ...
217 countzero@...
countzero Send Email
Jan 13, 2004
2:29 pm
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...
218 charlescook@...
charlescookuk Send Email
Jan 13, 2004
6:41 pm
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...
219 countzero@...
countzero Send Email
Jan 13, 2004
6:51 pm
Opps, should have re-read FAQ... my bad :) ... missing file ... used to ... file is not ... malicious version ... assembly ... <charlescook@u...>...
220 jyotsna_fic Send Email Jan 21, 2004
12:12 pm
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 =...
221 jyotsna_fic Send Email Jan 21, 2004
12:12 pm
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 =...
222 charlescookuk Send Email Jan 21, 2004
12:18 pm
Hi Jyotsna - please would you post or send me more of the source code, e.g. method definition and calling code. - Charles...
223 jyotsna_fic Send Email Jan 22, 2004
5:18 am
... (XmlTextWriter ... (Stream...
Messages 194 - 223 of 1417   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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