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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1182 - 1212 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1195
Unlike the example in the FAQ you are using code-behind. Is the vb file in the App_Code folder? What do you see if you try to access the url of the ashx file...
Charles Cook
charlescookuk
Offline Send Email
Jul 24, 2009
2:47 pm
1196
I realize that the XML-RPC spec does NOT define support for 64-bit integers (at least based on my Google/Bing searches for the past hour or so), but I did see...
warrick_wilson
Offline Send Email
Jul 29, 2009
5:22 am
1197
I'm getting a: XmlRpcInvalidXmlRpcException: response contains struct member aImage with missing value [response : struct mapped to type XmlRpcStruct] when...
mauricioscheffer
mauriciosche...
Offline Send Email
Jul 29, 2009
4:06 pm
1198
I've checked in support for <i8>, with unit tests, on the 2.4 branch in preparation for a 2.5 release. You can checkout and build the code from here: ...
Charles Cook
charlescookuk
Offline Send Email
Jul 30, 2009
12:54 pm
1199
Hi, I have a simple method that returns the result set of whatever sql query I send as a parameter. Let's say I have one like this: select col1, col2, col3,...
Wayne Freeman
waynef95003
Online Now Send Email
Aug 3, 2009
4:55 am
1200
Hi Wayne: XmlRpcStruct derives from Hashtable and so the ordering of the entries in the collection depends on the hash value of each entry. The XML-RPC spec...
charlescookuk
Offline Send Email
Aug 3, 2009
8:42 am
1201
Please input any enhancement requests here: http://code.google.com/p/xmlrpcnet/issues/list...
charlescookuk
Offline Send Email
Aug 3, 2009
8:44 am
1202
Done: http://code.google.com/p/xmlrpcnet/issues/detail?id=57...
mauricioscheffer
mauriciosche...
Offline Send Email
Aug 3, 2009
4:58 pm
1204
Hi! First, I'm a big fan of the XMLRPC Library! Awesome code. I am working on a web handler (ashx) as an event listener. The events are being sent as a Request...
t_groten
Offline Send Email
Sep 4, 2009
3:59 pm
1205
Hi Tim: can you send me the contents of the request stream as described here (i.e. as a binary file and not a string): ...
charlescookuk
Offline Send Email
Sep 4, 2009
4:23 pm
1206
Hi Charles! Do you mean use the XmlRpcLogger to output the mentioned to xml files? If so, at what point (where) do I attach the tracer? I've successfully used...
t_groten
Offline Send Email
Sep 4, 2009
4:41 pm
1207
Sorry, what I suggested is for a client proxy only. It is not supported on the server. You will have to write some code to dump the request stream in...
charlescookuk
Offline Send Email
Sep 4, 2009
5:28 pm
1208
Ok. Give me about 10 minutes. Thanks again! tim...
t_groten
Offline Send Email
Sep 4, 2009
5:31 pm
1209
I sent the files to you gmail account. thx, tim...
t_groten
Offline Send Email
Sep 4, 2009
7:19 pm
1210
Hi Charles! I turned off my logging code and sure enough that error went away to be replaced with perhaps a more meaningful one (below). Is this being thrown...
t_groten
Offline Send Email
Sep 8, 2009
7:16 pm
1211
It looks like the Request does not follow the XML-RPC spec. A couple of the The <param> tags do not contain a <value> tag. Is there something I can do to work...
t_groten
Offline Send Email
Sep 8, 2009
8:58 pm
1212
Complain to the people who wrote the client code? :-) You could modify this code in DeserializeRequest: XmlNode valueNode = SelectSingleNode(paramNode,...
Charles Cook
charlescookuk
Offline Send Email
Sep 9, 2009
4:12 pm
Messages 1182 - 1212 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