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...
... way ... as I wrote error is not about "couldn't find type" It is like : "An unhandled exception of type 'CookComputing.XmlRpc. XmlRpcServerException'...
I have a xmlrpc function that returns an XmlRpcStruct of XmlRpcStruct objects, and everything is returned ok, but my problem is that the items returned to the...
Hi Brad - the XML-RPC spec says: 'Does the "struct" element keep the order of keys. Or in other words, is the struct "foo=1, bar=2" equivalent to "bar=2,...
Please ignore the "couldn't find type" error - I was thinking of an earlier problem. The web.config goes in the virtual root directory, and your dll and the...
I just wrote a recursive sort algorithm to resort the entries, so it's working now... I tried using arrays, but a struct is required by the xmlrpc server......
... see? ... breakpoint ... exception? ... Hello again Charles! if I look at the URL of my service I've got : Server Error in '/' Application. Configuration...
"if, instead of making an XML-RPC request via a HTTP POST request, the caller makes a HTTP GET request to the same URL, the Service returns an automatically...
I'm not aware of how you can do this from a typical browser. If it was possible you would need to pass an XML-RPC request XML document as the content of the...
Hi, I am not quite sure on the system requirements using xmlrpc. I want to set up a xmlrpc server on a .NET/Windows Server. The services should be consumed by...
Hi Thilo - you can use .NET remoting to implement an XML-RPC service if you don't want to use IIS. There is a sample available for this and the FAQ has some...
Charles, .NET Remoting does not work cross platform?? Am I wrong? Thilo _____ Von: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] Im Auftrag von...
I am currently working with a XML-RPC service from Where2GetIt a mapping company. Because there response is somewhat reformed I am using XmlRpcStruct and...
In the scenario I suggested a custom channel sink is used to configure Remoting to accept XML-RPC requests. The client can be any XML-RPC compliant client....