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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1138 - 1168 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1138
Does anyone know how to use XMLRPC to upload a ZIP file? Thanks in advance. John...
jpphysics
Offline Send Email
Mar 6, 2009
8:27 pm
1139
Hi John: you will have to supply more information. Supply details of the XML-RPC api you are wanting to use....
charlescookuk
Offline Send Email
Mar 7, 2009
10:40 am
1140
Actually, I got the upload to work as long as it is relativly small. (For now < 5 MB has been tested to work.) John ... -- John P. Greiner Mechanical Engineer...
John Greiner
jpphysics
Offline Send Email
Mar 9, 2009
5:49 am
1141
... you can probably base64 encode it and send it as data....
brian.guarraci
Offline Send Email
Mar 9, 2009
6:47 am
1142
i have response from service. If declare method as int32 MyMethod() i get first response node (0). But i neeed get third value <int>961984</int> How i must...
boris.shirokolov
boris.shirok...
Offline Send Email
Mar 16, 2009
8:48 am
1143
Hi Boris: this is not valid XML-RPC - only one value can be returned in the response....
charlescookuk
Offline Send Email
Mar 16, 2009
9:02 am
1144
I'm having a hard time seting the property in VB.net. Here is the code in c# [XmlRpcMethod("artist.getInfo", StructParams = true)] iin VB.NET ...
guylafontaine@...
guylafontain...
Offline Send Email
Mar 17, 2009
8:23 pm
1145
hi! may be StructParams := true ?...
boris.shirokolov
boris.shirok...
Offline Send Email
Mar 18, 2009
7:35 am
1146
i need make xmlrpc call from ms sql database. CookComputing.XmlRpcV2 requered System.Web System.Web requered System.EnterpriseServices ...
boris.shirokolov
boris.shirok...
Offline Send Email
Mar 18, 2009
7:40 am
1147
... Did not work, I added another method in XmlRpcMethodAttribute.cs public XmlRpcMethodAttribute(string method,bool StructPara) { this.method = method; ...
guylafontaine@...
guylafontain...
Offline Send Email
Mar 18, 2009
2:00 pm
1148
<XmlRpcMethod("artist.getInfo", StructParams:=True)> should work ok....
charlescookuk
Offline Send Email
Mar 18, 2009
2:28 pm
1149
The XML-RPC.NET dll has a reference to the System.Web assembly, which is required by some of the server-side code. In the next release the server code will be...
charlescookuk
Offline Send Email
Mar 18, 2009
2:32 pm
1150
Hi, Is it possible to use a pre-established SslStream (or some kind of stream) for XMLRPC.NET to use? I need to bypass a non-standard proxy manually, then...
valmont@...
valmont...
Offline Send Email
Mar 20, 2009
6:59 am
1151
Hi all, What the best way to log XML-RPC server (Hosted by HttpListener) requests and their responses? Thanks a lot, Yochai....
yochaizv
Offline Send Email
Mar 24, 2009
11:16 am
1152
I would suggest using Log4NET (http://logging.apache.org/log4net/index.html). For the requests, since you are writing your own server, you just output the log...
Zev Beckerman
zbeckerman
Offline Send Email
Mar 24, 2009
6:06 pm
1153
Up ! A year later i've got exactly the same problem and I can't find any solutions. When i try to define the return type like this (asp.net vb): '--The...
gpavoine@...
gpavoine...
Offline Send Email
Apr 3, 2009
2:11 pm
1155
Hi all, I made few changes you can see bcause my last posted code wasn't good : '--The structure Public Structure structCategory Public category as...
gpavoine@...
gpavoine...
Offline Send Email
Apr 6, 2009
8:59 am
1156
does xml-rpc.net lib work with this response? .... <member> <name>SUPERCOMMISSION</name> <value> <nil/> </value></member> .......
boris.shirokolov
boris.shirok...
Offline Send Email
Apr 13, 2009
7:25 am
1157
Hi Boris: there is currently no support for this. ... On Mon, Apr 13, 2009 at 8:24 AM, boris.shirokolov < ... [Non-text portions of this message have been...
Charles Cook
charlescookuk
Offline Send Email
Apr 14, 2009
8:49 am
1158
Hello everyone, Iam using the xmlrpc.net library with c#.net. In my server side iam having a function like this below. API = (('object_id', 'ASCII string', 1),...
verynew
dineshp_832003
Offline Send Email
Apr 14, 2009
12:11 pm
1159
I have a method defined as: bool TheMethod (string[,] data, string value); in: public interface Client : IXmlRpcProxy However, when I try to instantiate my...
zbeckerman
Offline Send Email
Apr 26, 2009
5:36 am
1160
I'll have a look at this. ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
Apr 27, 2009
5:26 pm
1161
I'm just adding a note to say how this problem was resolved. I found that the assembly files were missing so I could not compile any of the source projects. ...
mhook1981
Offline Send Email
Apr 28, 2009
11:46 am
1162
Hi - I've got a well established piece of C# which calls a web-service but for various reasons that service is running much slower than normally at the moment....
yahoogroups@...
richardshea98
Offline Send Email
Apr 28, 2009
12:43 pm
1163
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.4 ? ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
Apr 28, 2009
1:17 pm
1164
... Thanks for that. I had read that but I really was hoping to lean on someone elses experience of similar situations - I wasn't even sure that the...
yahoogroups@...
richardshea98
Offline Send Email
Apr 28, 2009
9:57 pm
1165
Currently, there are DLLs for .NET 1.1 and .NET 2.0.   Are there plans to release a .NET 3.0 compatible DLL? Is there are work to be done for this? Or do you...
Zev Beckerman
zbeckerman
Offline Send Email
May 4, 2009
4:30 pm
1166
Hi Zev: the .NET 2.0 version will work fine. ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
May 4, 2009
4:43 pm
1167
... I just wanted to let people searching the archives know that I made use of the timeout feature which Charles highlit here and it did the job perfectly. The...
yahoogroups@...
richardshea98
Offline Send Email
May 6, 2009
11:26 pm
1168
I have a client app that needs to call a method with a variable number of parameters of different types. I know that I need to do this using an array of...
-Not revealed-
cupcakeboy
Online Now Send Email
May 12, 2009
6:36 am
Messages 1138 - 1168 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