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 your group to be featured on the Yahoo! Groups website? 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 1188 - 1218 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1213
Thanks again Charles! I made the modification as directed and it got me passed that and on to the next issue ( a non-standard dateTime format ). Aighh. Anyway,...
Tim Grotenhuis :: Hui...
t_groten
Offline Send Email
Sep 9, 2009
8:21 pm
1214
Hi i have downloaded the DrupalXmlRpc.NET. framwok from sourceforge.net and tried running the same example. i just changed the wensite address to my drupal...
deepali_tatkar27
deepali_tatk...
Offline Send Email
Sep 11, 2009
2:51 pm
1215
I am a newbie at xml-rpc.net and having some difficulty creating a method call that requires a string parameter and a struct parameter with a base64, and 2...
ddlakoduk
Offline Send Email
Sep 14, 2009
5:36 am
1216
Hi Duane: XML-RPC.NET maps the XML-RPC type base64 onto an array of Byte: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#1.12 ... [Non-text portions of this...
Charles Cook
charlescookuk
Offline Send Email
Sep 15, 2009
11:23 am
1217
Thanks for your reply Charles, I got this working last night. I changed the struct: public struct VideoStruct { public byte[] file; public string title; ...
ddlakoduk
Offline Send Email
Sep 15, 2009
12:03 pm
1218
Hi Deepali: there is a mismatch between what the client expects and what the server returns. This could be because when there is a error, for example login...
Charles Cook
charlescookuk
Offline Send Email
Sep 16, 2009
7:10 am
Messages 1188 - 1218 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