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 1165 - 1194 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline Send Email
May 12, 2009
6:36 am
1169
Hi all. I'm referencing the CookComputing XMLRPC Dll for an XML Client that I've coded in C#. I also have some code the acts as a XMLRPC server for the...
zbethem
Offline Send Email
May 13, 2009
4:29 pm
1170
Hi all. I'm using the CookComputing XMLRPC dll for an XML client. I've also modified some existing code for an XMLRPC server. Everything is in C#. Here's the...
zbethem
Offline Send Email
May 14, 2009
12:22 am
1171
This is not a valid XML-RPC response. Each item within an array needed to be a child of a <value> element. This is not the case for the inner array items here....
Charles Cook
charlescookuk
Offline Send Email
May 14, 2009
11:28 am
1172
Looks like you can either pass an instance of XmlRpcStruct or a struct with optional members. ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
May 14, 2009
11:58 am
1173
All, I'm running drupal 6.x on a local Vista machine using wamp. I'm trying to use the drupal services (xmlrpc and node.get and node.save services) in...
brianmcdaniel1
Offline Send Email
May 14, 2009
9:54 pm
1174
Hi Brian: sounds like a Drupal config problem. I found this: http://drupal.org/node/33832 ... On Thu, May 14, 2009 at 10:12 PM, brianmcdaniel1 ... [Non-text...
Charles Cook
charlescookuk
Offline Send Email
May 15, 2009
8:40 am
1175
Thanks for the info Charles, thanks for the xmlrpc.net class. I ended up using the metaWeblog stuff for the RPCMethod and that works, never could get the...
brianmcdaniel1
Offline Send Email
May 15, 2009
9:18 pm
1176
Hi Guyz, I am absolutely new to xml-rpc and web technologies, so please excuse me for some of very obvious questions. My task is to create an xml-rpc interface...
Muhammad Farooq
mfarooqkhan78
Offline Send Email
May 19, 2009
7:49 am
1177
Hi Guyz, The original problem is solved. Now i have one more question and like to have some expert opinion from you guys. I have one application running on...
Muhammad Farooq
mfarooqkhan78
Offline Send Email
May 19, 2009
2:23 pm
1178
Hello, I am playing around with the XML-RPC-(CF)NET classes and want to send a Object, that has nested objects inside, to the server, but a exception is thrown...
dadeda2002
Offline Send Email
May 27, 2009
4:40 am
1179
Hi Hans: I had a quick look at this: for class/struct members to be serialized they need to be public and also List<T> is not supported (you have to use an...
Charles Cook
charlescookuk
Offline Send Email
May 28, 2009
1:55 pm
1180
Hey Charles, I have already found out that the members must be public, but it didn't work. But thanks fot the hint that lists are not supported. I'll test it...
Hans Bert
dadeda2002
Offline Send Email
May 28, 2009
7:24 pm
1181
Hi,   I am very new to this group and xmlrpc.   However, I need to modify an application written in VB6.0 to pass information from this application to a web...
Lynn Walker
lwalkerams
Offline Send Email
May 29, 2009
8:24 pm
1182
Am using CookComputing.XmlRpc library to post blogs to Live Spaces using the MetaWeblog API. Am using the newPost() method of the API. I try to add the...
Ajay Bothra
ajaybothra
Offline Send Email
Jun 1, 2009
2:39 pm
1183
Hello all, Has anybody done a Shopatron integration using XMLRPCNET? I'd like to use it in my project - great project, docs and community - but I'm concerned...
mister_roark
Offline Send Email
Jun 1, 2009
5:03 pm
1184
Hi there! I am trying to get an connection to an existing XMLRPC-Server in the www. I create a new proxy, set the NetworkCredentials and try to connect to the...
frankgriessbaum
Offline Send Email
Jun 8, 2009
8:12 am
1185
I can't find how to correct this error. I'm trying to use a desktop app to connect to a Drupal CMS site. ""Type...
zhdavid0
Offline Send Email
Jun 23, 2009
5:15 am
1186
It's a problem with proxy generation. Without seeing the interface code, and associated types, it is impossible to determine what is causing it. ... [Non-text...
Charles Cook
charlescookuk
Offline Send Email
Jun 24, 2009
8:45 am
1187
It turns out the class that everything was in needed to be public....
zhdavid0
Offline Send Email
Jun 26, 2009
4:01 am
1188
Hey people! I have following problem: I'm trying to get some data via xmlrpc from the server (which is a Java-Server). My client is written in C# but the...
sminiiii
Offline Send Email
Jul 6, 2009
8:34 am
1189
Hi, I am trying to establish an XML-RPC connection through an Excel VBA macro however I cannot figure out how to go about this. Thanks, -Tom...
tomarmstro
Offline Send Email
Jul 7, 2009
9:21 pm
1190
Hi guys, Could somebody help me extracting the response data from XmlRpcStruct in xml-rpc webservice method call. I have a xml-rpc webservice which...
Syed Zeeshan Alam
zeeshana_2000
Offline Send Email
Jul 10, 2009
9:51 am
1191
Is it just me or are the compiled binaries missing from the currently linked xml-rpc.net.2.4.0.zip file? (I tried recompiling but I obviously don't have the...
michaelpryor
Offline Send Email
Jul 22, 2009
5:48 pm
1192
Hi. I'm New in C# and xml-rpc.NET. But it's a good idea use the Try Catch. Here a code, I didn't test, but I think is ok. I removed ToString too. I hope have...
Diego Vargas
cyph3rk
Offline Send Email
Jul 22, 2009
5:49 pm
1193
We have an .ashx file in a subfolder within our main application folder. As per the instructions on the http://www.xml-rpc.net/faq, section 3.11 "Can I...
jakassay
Offline Send Email
Jul 23, 2009
4:31 pm
1194
See here: http://tech.groups.yahoo.com/group/XMLRPCNET/...
charlescookuk
Offline Send Email
Jul 23, 2009
4:48 pm
Messages 1165 - 1194 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