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 292 - 322 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
292
Version 0.9.0 is now available at www.xml-rpc.net. XmlRpcServiceAttribute has a new AutoDocumentation property which allows automatic documentation to be...
charlescookuk
Offline Send Email
Sep 2, 2004
6:10 pm
293
I spent a couple of hours last night porting XML-RPC.NET to the .NET Compact Framework. After I had stripped out all the server-side code and the...
charlescookuk
Offline Send Email
Sep 15, 2004
7:04 am
294
I have an Internet Explorer toolbar for which I want to use XML-RPC to communicate back to the server that has served the page which is showing as the main...
kgilpin
Offline Send Email
Sep 28, 2004
6:06 pm
296
How do I read attributes of an XML-RPC file and create a response document when the incoming request looks like this? Is this standard XML-RPC or not? I am ...
d v
d_vmn
Offline Send Email
Oct 6, 2004
3:33 pm
297
hi I am new to this group I need urgent help. I am trying to make an application using c#.Net and java I have written following code to access the method in ...
vivek phadke
vicky_phadke
Offline Send Email
Oct 23, 2004
9:46 am
298
Hi Vivek - the section in the FAQ on implementing clients should help you: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html - Charles ... params1 = new...
charlescookuk
Offline Send Email
Oct 23, 2004
9:53 am
299
I am trying to accessing a service using xmlrpc in c#.net The request structure expects two variables %limit and %offset. but c# doesnt allow me to declare...
Vivek Phadke
vicky_phadke
Offline Send Email
Nov 18, 2004
6:27 am
300
This may help: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#1.11 - Charles ... variables...
charlescookuk
Offline Send Email
Nov 18, 2004
10:47 am
301
thanx charles. it worked thank you for your help...
Vivek Phadke
vicky_phadke
Offline Send Email
Nov 19, 2004
5:03 am
302
Hi, I try to work with CF version of XmlRpcLib.dll. How can I make XmlRpcLib.dll returning my server side error messages instead of message "1 : Server...
onnobid
Offline Send Email
Dec 1, 2004
10:01 am
303
Are you using the FaultCode and FaultString properties of XmlRpcFaultException? (The base class of XmlRpcFaultException is ApplicationException and is...
charlescookuk
Offline Send Email
Dec 1, 2004
10:13 am
304
Hi Charles, ... Thanks for the hint, now it works fine. It was my mistake to catch standard "Exception" instead of catching special " XmlRpcFaultException". ...
onnobid
Offline Send Email
Dec 1, 2004
11:23 am
305
Hi, I am trying to consume an XMLRPC server using ASP.NET. I am using the CookComputer.XmlRpc assembly. When I make a call to the server, the Server writes...
phatmatt_1
Offline Send Email
Dec 2, 2004
8:44 pm
306
With problems like this it is always worth using Simon Fell's ProxyTrace or TcpTrace to observe the HTTP/XML-RPC requests and responses. If there is a long...
charlescookuk
Offline Send Email
Dec 2, 2004
8:54 pm
307
Thanks... tcpTrace made it pretty easy. Apparently ASP.NET sends a custom header named VSDebuggerCausalityData that causes the header to exceed 2048 bytes....
phatmatt_1
Offline Send Email
Dec 2, 2004
9:53 pm
308
Hi everybody, I'd like to develop a library for accessing the egroupware suite. Now, I have the problem that I can generate a valid request for login, the ...
irriger
Offline Send Email
Dec 7, 2004
7:34 am
309
Axel - this section in the FAQ should point you in the right directions: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.1 - Charles...
charlescookuk
Offline Send Email
Dec 7, 2004
7:59 am
310
Hello I have this XML-RPC service running here http://sool.cc.ioc.ee/~viljar/rpc.php It's sample client implementation is here ...
Jaan Arjasepp
arjasepp
Offline Send Email
Dec 8, 2004
7:42 am
311
Hi Jaan - when I run your client it displays this response from the server: <?xml version="1.0" encoding="iso-8859-1" ?> <methodResponse> <params> <param> ...
charlescookuk
Offline Send Email
Dec 8, 2004
8:42 am
312
Thank you for your quick response. I said to my teacher, that it doesnt work, he said that, if value has no type tags, then it should be by default string...
Jaan
arjasepp
Offline Send Email
Dec 8, 2004
2:23 pm
313
Your teacher was correct about string values but the problem here is the format of array values, not strings. I don't know why the data element was designed -...
charlescookuk
Offline Send Email
Dec 8, 2004
2:47 pm
314
Hi Charles, CF build of XmlRpcLib.dll causes an exception (displayed in debugger) ... "An unhandled exception of type 'System.IndexOutOfRangeException' ...
onnobid
Offline Send Email
Dec 9, 2004
11:17 am
315
Hi Onno - I'm currently waiting for delivery of a Loox 720 so I can't try to reproduce this problem right now. I'll send you the source files and the VS...
charlescookuk
Offline Send Email
Dec 9, 2004
2:21 pm
316
Could XMLRPC.Net support multicall in one http request, because the http invokation is a time consuming work, if we can call many rpc methods in one http...
jacky hua
hua_jacky1977
Offline Send Email
Dec 26, 2004
2:41 pm
317
Hi, I am new to XML-RPC. Does anyone know whether I can use Basic Authentication with XML-RPC.NET? Thanks in advance....
minyihe
Offline Send Email
Dec 27, 2004
8:36 pm
318
I am writing a client for an xml-rpc server that occasionally exhibits a bug where it duplicate a key/value pair in the response. Since the assembly...
ferillis2003
Offline Send Email
Jan 7, 2005
4:48 pm
319
From the FAQ "Classes derived from XmlRpcClientProtocol inherit a Credentials property. This is used where the XML-RPC server authenticates the caller. The...
charlescookuk
Offline Send Email
Jan 9, 2005
10:16 am
320
The library could be extended in this way. I've not got any plans to do this right now. - Charles...
charlescookuk
Offline Send Email
Jan 9, 2005
10:54 am
321
Although the XML-RPC spec does not state that member names in structs are unique, I think it is generally assumed that this is the intention. It would not be...
charlescookuk
Offline Send Email
Jan 9, 2005
11:00 am
322
... Excellent, thanks. Sure enough a one line tweak works around the problem. mappingAction); parseStack.Pop(); } +++ if (!(retObj as...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 13, 2005
3:42 am
Messages 292 - 322 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