Hi, I'm trying to understand how I can use a base64 return from my server. I'm using byte array as needed, but I'm not sure what to do with what is returned....
Yes I noticed it :\ And I also found my answer. I was trying to treat the byte type like a 2 byte char type. I should have been sleeping, methinks. Anyhow, ...
I'm playing around with one of the examples in the FAQ, and it's throwing an error back at me. Did I miss something? Here's the example code I'm using for the...
Hi All, I am trying to find some XML RPC live demo clients which can used for testing. Can any body please provide me the links,webserver Address, port number...
Hi guys ! I'm a newbie in this area, and I would appreciate any help. What I want to do, is to connect and retrieve/send documents from/to a native XML...
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...