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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 570 - 600 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
570
Hi Im trying to interoperate with a perl XMLRPC::Lite server. I would like to upload a file (via an ASP.NET page) to the server and save it in a MySQL...
parcelstring
Offline Send Email
Dec 9, 2005
11:59 pm
571
Try Fiddler. I mentioned it here: http://www.cookcomputing.com/blog/archives/000485.html...
charlescookuk
Offline Send Email
Dec 10, 2005
5:55 am
572
I don't know what I was doing wrong, but I redid my code and it worked this time. Thanks for all you help! ... to work. ... ...
Mike Romero
ssurge95
Online Now Send Email
Dec 12, 2005
1:38 am
573
Hi, I am having some trouble with MSN Spaces new metaWeblog API implementation. When I called blogger.getUsersBlogs I get a xml doc that has extranous...
countzero
Offline Send Email
Dec 14, 2005
4:23 am
574
The response is not valid XML - it contains two byte order marks. This was a problem during the Spaces API beta but was supposed to have been fixed. I've...
charlescookuk
Offline Send Email
Dec 14, 2005
9:36 am
576
I got a reply from their developer, Dare Obasanjo saying the same. "Our service is returning an extra unicode byte order mark at the beginning of the XML ...
countzero
Offline Send Email
Dec 14, 2005
12:52 pm
577
Hallo, Is there anyone who has successfully created a PDA client using the XML-RPC .net library and the .net Compact Framework? I can't find any examples or ...
Maarten Cardinaels
maartencardi...
Offline Send Email
Dec 14, 2005
2:28 pm
578
For those who are interested, here is how I stripped out the extra BOM characters. public XmlRpcResponse DeserializeResponse(Stream stm, Type svcType) { if...
countzero
Offline Send Email
Dec 18, 2005
5:22 pm
579
I'm trying to send the following payload using xml-rpc.net and have found in the documentation on sending a struct but how do I add the infomation prior and...
bjmorse77
Offline Send Email
Dec 27, 2005
12:35 pm
580
If I understand the question correctly you need to define a method which takes several parameters, i.e. taking an int, int, struct, string. - Charles...
charlescookuk
Offline Send Email
Dec 27, 2005
6:00 pm
581
Charles, Thanks for the reply. Yes, I tried using multiple parameters in the method call and it worked great. Sometimes things are too simple. Can I change the...
bjmorse77
Offline Send Email
Dec 27, 2005
10:12 pm
582
Hi Brad - you will need to change the source and rebuild if you want to change the output for integer values (or fix the server code if it can't handle <i4>). ...
Charles Cook
charlescookuk
Offline Send Email
Dec 28, 2005
6:40 am
583
how exactly do I map something like this return value: HTTP/1.1 200 OK Connection: close Content-length: 420 Content-Type: text/xml Date: Mon, 15 Jul 2002...
Mike Romero
ssurge95
Online Now Send Email
Dec 28, 2005
11:05 pm
584
Use something like this, with second struct as the return type. If the return type is XmlRpcStruct it will contain a single member with key "added" and value...
charlescookuk
Offline Send Email
Dec 30, 2005
8:59 am
585
I've developed a client using XML-RPC.NET (works great). It retrieves an XML-RPC struct from a server and in an object provides access to certain elements of...
ferillis2003
Offline Send Email
Jan 16, 2006
8:16 pm
586
There is a bug in XmlRpcStruct. Rebuild the library with the following version of XmlRpcStruct.cs. I'll make available a test build later today. /* XML-RPC.NET...
charlescookuk
Offline Send Email
Jan 17, 2006
1:45 pm
587
Hi all, Right now when I need to send an empty array I set the property to an empty c# array (e.g. new Category[]{} ) and xml-rpc.net outputs the following: ...
countzero
Offline Send Email
Jan 18, 2006
1:24 am
588
Hi Alex - the alternatives you provide are all valid XML-RPC values and so could not possibly be used to represent an empty array or empty struct. In general I...
charlescookuk
Offline Send Email
Jan 18, 2006
8:39 am
589
Snapshot of current state of next release here: http://www.cookcomputing.com/test/xml-rpc.net.0.9.3.3.alpha.zip Includes fix for problem below. - Charles ... ...
charlescookuk
Offline Send Email
Jan 19, 2006
8:45 am
590
... This is working great now, thanks....
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 22, 2006
2:29 pm
591
Thanks Charles, the EE developer agreed to handle the different types of empty arrays on their end. So problem solved... ... library....
countzero
Offline Send Email
Jan 23, 2006
2:25 am
592
Hi Group, Does anyone know if the xml-rpc.net 0.9.2 supports SSL/https? I have searched the web and the mailing list, but the only answer I can find is this...
Esben Laursen
lists@...
Send Email
Jan 24, 2006
8:07 pm
593
One of the things the LiveJournal service allows you to do is to use dedicated servers which are less congested when you're a paying member. In order for your...
Mike Romero
ssurge95
Online Now Send Email
Jan 24, 2006
9:56 pm
594
Hi :) Is there a way that I can view the xml request itself? I mean the xml that is sent when I call a proxy's method... Regards, Maciej...
Maciej Zieba
maciej_zieba
Offline Send Email
Jan 25, 2006
4:49 pm
595
... Please... This would be very helpful for debugging... Regards, Maciej...
Maciej Zieba
maciej_zieba
Offline Send Email
Jan 26, 2006
7:38 am
596
I tend to use Fiddler: www.fiddlertool.com There is also some sample code with logging in the XML-RPC.NET distribution. - Charles...
charlescookuk
Offline Send Email
Jan 26, 2006
8:18 am
597
Yes, if you need to provide a client certicate use the ClientCertificates property, otherwise, for example when connecting to the MSN Space XML-RPC API, the...
charlescookuk
Offline Send Email
Jan 26, 2006
8:34 am
598
... Thank you very much for your suggestion! :) It's been very helpful for me in finding what I did wrong (a very stupid mistake, really :D) Thanks again, ...
Maciej Zięba
maciej_zieba
Offline Send Email
Jan 26, 2006
9:52 pm
599
... Im just a novice, so Im not quite sure what you mean by the MSN space XML-RPC API. Is it possible to do a ssl communication without inporting a ssl...
Esben Laursen
lists@...
Send Email
Jan 27, 2006
3:32 pm
600
Hi again experts, Is there any way to get the header send/recieved from a xmlrpc? I know I can get the xml request/response, but I would also like to see the ...
Esben Laursen
lists@...
Send Email
Jan 27, 2006
8:14 pm
Messages 570 - 600 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