Version 0.9.0 is now available at www.xml-rpc.net. XmlRpcServiceAttribute has a new AutoDocumentation property which allows automatic documentation to be...
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...
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 ...
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 ...
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...
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...
Are you using the FaultCode and FaultString properties of XmlRpcFaultException? (The base class of XmlRpcFaultException is ApplicationException and is...
Hi Charles, ... Thanks for the hint, now it works fine. It was my mistake to catch standard "Exception" instead of catching special " XmlRpcFaultException". ...
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...
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...
Thanks... tcpTrace made it pretty easy. Apparently ASP.NET sends a custom header named VSDebuggerCausalityData that causes the header to exceed 2048 bytes....
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 ...
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> ...
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...
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 -...
Hi Charles, CF build of XmlRpcLib.dll causes an exception (displayed in debugger) ... "An unhandled exception of type 'System.IndexOutOfRangeException' ...
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...
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...
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...
From the FAQ "Classes derived from XmlRpcClientProtocol inherit a Credentials property. This is used where the XML-RPC server authenticates the caller. The...
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...