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 934 - 963 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
934
Hi, I'm using XML-RPC.NET to implement both a client and a server. When I make a request to the server, I'm getting a fault back with an error code of 0 and a...
Andrew
ike654
Offline Send Email
Oct 2, 2007
8:20 am
935
Hi all, Im new here. I was looking for help with upcdatabase.com XMLRC examples. I didnt find one here, but eventualy figured it out. Here is my c# code. ...
Dan Scott
wheatgrinder
Offline Send Email
Oct 2, 2007
8:20 am
936
Hopeful bump... still not solved this after another few hours trying every alternative I could think of... ... using...
Carl Edwards
carled9_2000
Offline Send Email
Oct 2, 2007
8:27 am
937
Hi Andrew: can you supply the XML-RPC related code you are using on the server? Without that it is difficult to diagnose the problem....
charlescookuk
Offline Send Email
Oct 2, 2007
5:15 pm
938
I've been racking my brain trying to figure out how to fix this. I use the XML-RPC api to interface with SmugMug and have moved from version 1.1 of their api...
shahineo
Offline Send Email
Oct 3, 2007
4:03 am
939
Looks like the server is returning a struct containing a single member called Categories whose value is an array of structs. Your code is expecting an array to...
charlescookuk
Offline Send Email
Oct 4, 2007
1:45 pm
940
Here's the relevant code for the server, which is implemented as a Windows Service. When it's first started, I use remoting to get the XML-RPC part going:...
Andrew
ike654
Offline Send Email
Oct 4, 2007
5:06 pm
941
And...that sure didn't work. Let's try that again... Starts the server: http://www.du.edu/~ahunt/Server.html The actual server code: ...
Andrew
ike654
Offline Send Email
Oct 4, 2007
5:25 pm
942
You rock, thanks. Not sure why I didn't catch that....
shahineo
Offline Send Email
Oct 6, 2007
1:18 am
943
Hi Andrew - the problem occurs because the Remoting runtime cannot create an instance of the Server class. To do this it needs to use a constructor which does...
charlescookuk
Offline Send Email
Oct 7, 2007
1:42 pm
944
Hi everyone, just joined and I have a question since I'm getting started. Is it possible to use XML-RPC.NET to send data to a website that is implemented in...
gravityspec
Offline Send Email
Oct 12, 2007
10:38 pm
945
Hi Can we write XMLRPC.NET client application in Csharp to talk to a XMRPC application running in Linux developed used C++? Here is the code of XMLRPC service...
abhilash.linuxgeek
abhilash.lin...
Offline Send Email
Oct 25, 2007
12:05 pm
946
Yes, XML-RPC.NET clients will work with any valid XML-RPC server....
charlescookuk
Offline Send Email
Oct 25, 2007
12:10 pm
947
Yes, XML-RPC.NET clients will work with any valid XML-RPC server. ... started....
charlescookuk
Offline Send Email
Oct 25, 2007
12:16 pm
948
Posting again in the hope of the final bit of help I think I need! If I use the structures as shown in previous posts, I get an error message saying that the...
Carl Edwards
carled9_2000
Offline Send Email
Oct 26, 2007
4:43 pm
949
Ha... I think I'm talking to myself... ;-) Anyhow, just to back up what I said a few days ago, here's a screenshot of what I'm on about, showing the structure...
Carl Edwards
carled9_2000
Offline Send Email
Oct 29, 2007
9:16 am
950
Hi Carl: please post the struct definitions you are using. ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
Oct 29, 2007
10:40 am
951
Hi Charles - they're the ones you helped me set up a couple of weeks ago... ;-) public struct CustPOI { public string uid; public string description; public...
Carl Edwards
carled9_2000
Offline Send Email
Oct 29, 2007
3:09 pm
952
Shouldn't the CustPOI[] member be called "poi"?...
charlescookuk
Offline Send Email
Oct 29, 2007
5:38 pm
953
Oh god... it wasn't as simple as that all along, was it...? Hang on... Nope. Just tried it. Altered the CustPOI member to be: public struct POIArray { public...
Carl Edwards
carled9_2000
Offline Send Email
Oct 29, 2007
9:12 pm
954
Charles... I'm so sorry to have wasted your (and others') time... I've just actually READ what you typed and just realised that not all languages are as...
Carl Edwards
carled9_2000
Offline Send Email
Oct 30, 2007
10:00 am
955
I'm using this XMLRPC libary for Wordpress blog and work great. But for Livejournal the xml that supposed to get to the server should be like this: <?xml...
sor2005
Offline Send Email
Oct 31, 2007
2:43 pm
956
Looks like LiveJournal is expecting a single struct parameter and not two string parameters....
charlescookuk
Offline Send Email
Oct 31, 2007
2:46 pm
957
I am working with a application that has the following specifications. I pulled just 9 pages that are relevent to my questions and posted them here in pdf form...
been_mean
Offline Send Email
Nov 7, 2007
1:38 pm
958
I'm getting the following exception when using the cook computing xmlrpc library to connect to a service running on localhost. The code works on XP but once...
bcboy2k7
Offline Send Email
Nov 7, 2007
2:46 pm
959
There si somethinks I don't undestand. This is my C# struct : ////////// [CookComputing.XmlRpc.XmlRpcMissingMapping(MappingAction.Ignore)] public struct...
joffrey_a
Offline Send Email
Nov 9, 2007
1:22 pm
960
In the case that is failing there is an invalid int value: <member> <name>9</name> <value><int></int></value> </member> Are you catching the exception from...
charlescookuk
Offline Send Email
Nov 9, 2007
3:43 pm
961
It looks like that if you want to use BioApp.addServer you have to pass the URL of an XML-RPC listener, i.e. an XML-RPC server whose specified method will be...
charlescookuk
Offline Send Email
Nov 9, 2007
3:47 pm
962
The is no Exception throw by the proxy this is the code I use : try { res = logekomProxy.renvoi_liste_des_biens_a_appeler_d_un_proprietaire ("robot1", "xxxx",...
joffrey_a
Offline Send Email
Nov 12, 2007
2:46 pm
963
That was the bug ! Now, it's ok, thanks you !...
joffrey_a
Offline Send Email
Nov 14, 2007
2:35 pm
Messages 934 - 963 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