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 548 - 578 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
548
.NET 2.0 may break existing XML-RPC.NET applications because of a breaking change in System.Reflection.Emit code generation. The problem was reported to...
charlescookuk
Offline Send Email
Nov 6, 2005
10:42 am
549
Hello all, hoping someone out there can help me with this I have a client / server using XmlRpc to pass data and call remotes methods and 90% of the time...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Nov 8, 2005
5:29 pm
550
The response looks fine to me. Based on a Google search for the error message this looks like a client written in XmlRpc++, a C++ library for XML-RPC. Have you...
charlescookuk
Offline Send Email
Nov 8, 2005
8:40 pm
551
I didn't realize there was a separate site for XmlRpc++, could you forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Nov 8, 2005
9:38 pm
552
Googling for "XmlRpc++" should take you there. - Charles ... forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent thing,...
charlescookuk
Offline Send Email
Nov 9, 2005
9:36 am
553
FYI I'll be offline for the next weeks. - Charles...
charlescookuk
Offline Send Email
Nov 10, 2005
5:27 pm
554 charlescookuk
Offline Send Email
Nov 10, 2005
8:31 pm
555
i'm trying to write some code that will interface with livejournal's xml-rpc interface. here's the thing. in order to log in to livejournal, you have two basic...
Mike Romero
ssurge95
Online Now Send Email
Nov 19, 2005
11:12 pm
556
Is it possible to change the way a type is mapped using code attributes. My server (a perl one) is automatically typeing phone numbers to integers but there is...
parcelstring
Offline Send Email
Nov 21, 2005
11:14 am
557
There won't be a problem with the LJGetChallenge method having no parameters. I don't understand the code - the return from LJGetChallenge is not used and...
charlescookuk
Offline Send Email
Nov 21, 2005
1:29 pm
558
According to the spec (and the XML-RPC.NET implementation) an integer value must be a "four-byte signed integer". It sounds like the server is returning an...
charlescookuk
Offline Send Email
Nov 21, 2005
1:33 pm
559
This is probably a case of me not entirely understanding the instructions. The LJ.XMLRPC.getchallenge method takes no arguments, and returns a struct with two...
Mike Romero
ssurge95
Online Now Send Email
Nov 22, 2005
2:46 am
560
I've posted about the Fiddler HTTP debugging proxy here: http://www.cookcomputing.com/blog/archives/000485.html#485 As the snapshots illustrate this is a great...
charlescookuk
Offline Send Email
Nov 22, 2005
9:10 am
561
Hi Mike - can you run Fiddler - mentioned in my previous post here - and supply the TextView output for request and response? This will tell us what the server...
Charles Cook
charlescookuk
Offline Send Email
Nov 22, 2005
3:28 pm
562
I gladly shall after I figure out how to intergrate it (temporarily) into my app. In the meantime, you can see Livejournal's technical specs on the challenge...
Mike Romero
ssurge95
Online Now Send Email
Nov 23, 2005
5:40 am
563
No need to integrate Fiddler with your app: just install it and run it and it will display HTTP traffic on your machine. - Charles ... [Non-text portions of...
Charles Cook
charlescookuk
Offline Send Email
Nov 23, 2005
8:40 am
564
i tried to run my code with Fiddler, got this error. It doesn't look Fiddler related, but it's stopping the executing of the code. Type...
Mike Romero
ssurge95
Online Now Send Email
Nov 24, 2005
6:56 am
565
This is related to the breaking change in .NET 2.0 I mentioned recently. The interface is not public at the assembly level because the Program class is not...
charlescookuk
Offline Send Email
Nov 24, 2005
10:13 am
566
Hallo, I try to implement a service :-). Until now everything worked fine. Now I changed a member of a struct which is used as a parameter for a function. The...
jteichi
Offline Send Email
Nov 26, 2005
8:06 pm
567
Hi JTeichi - that is a bug. I've fixed it and a build containing the fix is available here: http://www.cookcomputing.com/test/xml-rpc.net.0.9.3.1.alpha.zip -...
charlescookuk
Offline Send Email
Nov 28, 2005
10:06 am
568
thank you very much. best regards JTeichi [Non-text portions of this message have been removed]...
Joachim Teichmann
jteichi
Offline Send Email
Nov 28, 2005
8:44 pm
569
That worked :) I misread the instructions, I thought only the interface had to be explicitly declared public in order for this to work. Here's what Fiddler...
Mike Romero
ssurge95
Online Now Send Email
Nov 30, 2005
6:51 am
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
Messages 548 - 578 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