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...
Hi. How can I debugging turned on in my php client ? I'm have this code problem code 2 Invalid return payload: enabling debugging to examine incoming payload ...
Which xml-rpc implementation are you using ? There is no standard between implementations, but typically you may want to intercept the XML data actually being...
I need to send an xml document to a server that only accepts requests via POST. this is the code that I am supposed to send, but I am a unix/php guy this is...
1> I have been trying to ssl enable my xmlrpc web server which is an abyss web server. I could ssl enable the xmlrpc and www libraries. I have tried to make...
Hi, I have to make a Java program, using the Apache XML-RPC Packege, that receives xml messages and responds to them. This isn't a problem. The problem is that...
Hi Jan, Yo may have a look at my xmlrpc-site http://perisic.com/xmlrpc This contains examples based on the Apache package. As this is used for teaching, I...
Marc Conrad
Marc.Conrad@...
Oct 21, 2004 5:31 pm
5987
I program I play tic tae toc using logica PHP and being in a service Web according to norm XML - RPC nevertheless I have had some problem with the program that...
Hi , I have problem using xmlrpc and unicode encoding. My application gets the client request in the form of xml . My xmlservlet class sets the encoding as...
Hi List, (hi again), Browsing the web didn't bring me to a solution, not even for SOAP and WSDL actually... so here's my question: I'd like to document our...
xmethods.net has a service inspector available online, for human-readable access to WSDL descriptions. XML-RPC provides an introspection mechanism, but - I...
Anyone who knows of a white paper about this? any web site where I can get info? I have found several how-to's but none pertains to Visual FoxPro? Is this...
Hi, I am trying to build a secure peer to peer shell program that can talk to each other using xml-rpc. Each peer is can interact with only a valid set of...
This doesn't seem, to me, to be something that XML-RPC in general has a hope to bring over... so I would suggest you should ask a list about the products that...
For those interested: a new xmlrpc lib is available on SF at the following address: http://sourceforge.net/projects/plsqlxmlrpc/ It is written in pure PLSQL,...
Hi, I'm new to XML-RPC and am considering it for use in an application that controls and monitors an embedded device. The device is running embedded Linux and...
XML-RPC is XML-based, which means you already carry a lot of baggage when you start using it, and especially an XML parser you might not need otherwise....
I think that, in the java world, this was the intent of the authors of the MinML parser, a quite minimal parser that is suitable for XML-RPC. Have you checked...