The FAQ has examples. Note that the url and port are configured by whatever is hosting the service class. - Charles ... required logic & have extended the...
Version 0.9.2 is now available at www.xml-rpc.net: http://www.xml-rpc.net/release/xml-rpc.net.0.9.2.zip Changes * Fixed parsing struct containing an enum...
Does anyone know of a way to cast a class to a struct, or a struct to a class? Ben _____ From: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] On...
Hello, I wanted to make a communication between a server (written in Python) and a client written in C#, using XMLRPC. So, I started to make a little test with...
I understand that .NET DateTime can't contain a value like: "0000-00-00T00:00:00" but is there any way to suppress the error (maybe enter value as void or...
Hi, Does anybody know how to access an XIndice1.1b3/b4 database from .NET (Visual C#) by using XMLRPC.NET? Do I need an additional library or something...
Hi Ben - I had a quick look to see what is involved in mapping .NET class types to/from XML-RPC struct and it is a fairly simple change. I've not done any...
To get a dump of the response from Xindice hook up an instance of RequestResponseLogger (in util.cs) to your proxy (see LoggingExample sample for illustration...
Hi Brad - in the short term I think you need to modify the library to handle this special case - see ParseDateTime in XmlRpcSerializer.cs - and return, say,...
Hi, I am trying to run a .NET CF application with an XIndice 1.0 database and I am struggling a bit with it :(. Could you help me, please? First of all, I have...
Hi, Regarding my last email and the requests/responses posted in it I would like to clarify something: the 3 first requests/responses dumps belong to the first...
Has anybody had any success getting xml-rpc.net working with php's built-in xmlrpc functions? Everything seems to be going alright until the server response...
Hi Erik - are there really two blank lines between the final header and the content of the response? If so, wouldn't this cause the exception - the content of...
Hi, I've tried the example from the FAQ with a PHP PEAR XML-RPC Client without success. Everytime I call the service from PHP I get the error (fault): ...
Hi Andreas - sorry, Sean Rohead posted about a fix for this and I didn't apply it. I've built a test version of the library containing the fix and its...
Hi Charles, ... Thanks a lot for your fast response! I've tried out your test version, ... HTTP/1.1 500 Im Server ist ein interner Fehler aufgetreten....
Hi Andreas - I can reproduce the error message if I use the wrong URI in the client. For the sample in section 3.3 of the FAQ, if client and server are...
Hi Charles, ... That's true: it was the wrong URI. Now with a Python XML-RPC Client everything is working fine. My PHP Client (PEAR:XML_RPC) isn't working but...
Do you mean I should use fully qualified name? <add verb="*" path="statename.rem" type="rpctest.StateNameService, ClassLibrary2" /> anyway it doesn't work........
Hi Dereck - I built your service and configured with your config file (with the correction below). Works fine on my machine. The only way I can force the...
Hi, Is there any way of passing a hashtable as a parameter to a XML-RPC call? I am trying to make a XML-RPC call to an Xindice method which has a hashtable as...
... file ... I ... type ... so, can you write how you test it? i mean, you bild client+proxy and run .exe? service is in .dll file? Maybe my IIS is crashed or...