Hy ! I just discover this xmlrpc amazing technology which fits very to what I would like to do with my futur application. So I tried few days few tests on...
Hello Denis ! ... Sorry for my english! Are you sure of your server configuration? Perhaps you can search about "encoding" (iso-8859-1 ) . You can install...
Hy Benoit, Thanks for your answer, but I definitly can't install apache on the client's machine. I tried to implement the xmlrpc server on Iis instead of .Net...
Dear All Hello! I want to use XML RPC .Net in my ASP .Net application with vb .net as code behind. I have written a service in asp .net using xml rpc and want...
Just uncomment using namespace std in xmlrpccpp.h and do a make. It should be successfule now. If not successfule add the C++ include cygwin or mingw in the...
Hello. I have a problem with my web site. A client script uses the send method of the microsoft.xmlhttp object to call a server method through XMLRPC. When I...
Hi, I need some advices for XML application. The application will connect to systems. The outputs of the first system is the input of the next one. So my task...
I am pleased to announce that version 0.5 of VTD-XML -- a new, non-extractive, Java-base XML processing API licensed under GPL -- is now freely available on...
Hello everybody, I need to develop an XML RPC server using C under linux. I have looking out for things on the net but none really helped. I hope somebody...
Hi, I have used Eric Kidd'c C implementation. I found it good, it works on windows too. http://xmlrpc-c.sourceforge.net/ here is the example with different...
hi, buddy i have a c++ application and need the xmlrpc client and server communication. in the client, i have some code like this: char strDeviceNumber[25]; ...
I have a need to pass a big block of XML-RDF as a payload in XML-RPC. Is this sensible? Or should I just pass a URL to the XML-RDF and collect it separately to...
Hi Julian, Since XML-RPC requires the content-length header in the HTTP-request the libraries have to build the complete message in memory before calculating...
... I agree with Greger. Very large payloads don't play well with XML-RPC because of the requirements for calculating the content-length header. John Wilson ...
Hi Does anybody have any suggestions for this org.apache.xmlrpc.XmlRpcException: Wrong username or password. at org.apache.xmlrpc.XmlRpcClient$Worker.execute ...
Dear All, I have a user of my library (vbXMLRPC) who is arguing "<string/>" represents "<string></string>". My position is "<string/>" is not valid XML-RPC...
... Phil, I'm afraid you're wrong :) XML-RPC uses XML. In XML <tag></tag> and <tag/> are identical. John Wilson The Wilson Partnership http://www.wilson.co.uk...
Hello! I've been fiddling with xml-rpc for a while now and totally dig it. I have a small problem. Let me explain.. I have an xml-rpc server written in PHP and...
... You should probably look at some source that would explain about how to do ordinary secured web transactions, since xml-rpc is really just like that. I'd...
Hello, I've redone the parsing in DXMLRPC 2 to work more cleanly around the empty string issue. It seems to works correctly with Syndic8, Meerkat and a few...
where can I get your new dxmlrpc. I'm doin' somthing using it now. is it still in this url: http://www.infinite-elements.com/uploads/XmlRpc/dxmlrpc-2.0.0.zip ...
Hello, Thanks for your message. The current official version of DXMLRPC is on SourceForge http://sourceforge.net/projects/delphixml-rpc/ Regarding the work in...
Hello Frederic, Thanks for your attention.Your work is not unusable. Im glad I found dxmlrpc. I'm now developing (cms&sms) application, which was web based...
Hello, I must stress I am not *the* developer of the Delphi XML-RPC implementation, not even a registered developer on the project, just a developer who...
I am developing an C++ appliation using XML-RPC. But when I compile my program it gives error "cannot open file '..\..\bin\Debug\wwwstream\wwwstreamD.lib'" I...