I need to specify HTTP 1.0 in order to communicate successfully with OpenGroupware's XML-RPC server; making calls equivalent to - webRequest.PreAuthenticate =...
To facilitate logging and debugging I wanted to log all incomming requests and their xml. The problem was I conly got control if a corresponding class and...
I want to connect to a XML-RPC server. All I know about the server is are the: URL: http://www.dataonline.nl/adresxpress/server/adresxpress_server.php Method...
Hello, first I want to thank the author of the library for the excellent implementation of XMLRPC and for releasing it under MIT License. So I'm starting using...
lists@...
Apr 4, 2004 6:45 pm
243
Finally I have made the call to a procedure at MovableType which proves the procedures at MovableType are working (or at least the one I tried: ...
response contains dateTime.iso8601 value where string expected [response : array mapped to type PostInfo[]: element 0 : struct mapped to type PostInfo :member...
I am creating a client to a server. The method requires an array of structures as defined below. However when I create a struct for this parameter to pass with...
I needed to use the XmlRpcMember attribute for one of my fields in a structure. It was not working and at first I thought I was using it incorectly (being new ...
Thanks. I really must get the next release out. I've been very busy with other stuff recently but I'll make an effort to sort things out asap. - Charles...
G'day Matt & Co, Similarly to your self, I am having to use an SSL connection along with a client certificate from within a windows service. Being a newbie to...
Ok, I figured out building the proxy class so I can access the XmlRpcClientProtocol properties, namely the ClientCertificates property. I can load my client...
FYI, I have got the client certs working OK. A setting on my IIS server did the trick. Awsome product BTW, with full credit to you Charles my boss is still ...
Apparently you have to use a local proxy of some sorts and then capture everything through it. You'll need to search through the FAQ's on the site and find...
hi, I'm writing a XML-RPC server, and would like to access the IP address and remote port of the client making the request. Do I have access to the standard...
Classes derived from class XmlRpcService have access to the HttpContext via the protected Context property. That gives you access to the UserHostAddress...
Hi KG - any tips on how you did this might be useful for anyone else here trying to do the same. Its good to hear you're finding the library of some use. -...
For my app currently my aim is to be able to have a 'live' view of the XML request/response displays in a textbox. So an event that can be subscribed and which...
Well, I got it working when running against my test server (IIS5 W2K svr, I will attach a sample of the code at the bottom of this message), but now I'm...
Okey dokey, well only a little embarrassed! I didn't have the private key for the Client Cert that our client gave us, therefor it wasn't properly loaded in...
a follow up to my previous post. I was able to workaround this problem by commenting out the entire Add () method in XmlRpcStruct.cs I realize this is not...
I have found sample code in c# and have a simple example working, but i dont understand the square bracket syntax used before the function.. how would the same...
hi, I'm running into an error that I can't figure out. Perhaps someone here can shed some light onto the problem. I have a XmlRpcStruct that I'm adding...
When calling the XmlRpcStruct.Add method, what was the type of the object passed in the second parameter? The method checks whether the .NET type can be...
See section 2.13 in http://www.xml-rpc.net/faq/xmlrpcnetfaq.html ... but i dont understand the square bracket syntax used before the function.. ... im new to...