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...
For embedded application I suggest c rather than java. Expat (SAX style) XML parser is highly efficient and portable even for embedded applications. regards ...
Hi. I'm looking for code examples of XML-RPC clients and servers written in Perl and using its DBI modules to communicate with a database. More generally, if...
I think c implementation is quite efficient, I am using in our SQL class of product. I dont see any problem. I agree SOAP is great but XML-RPC is good enough...
I need to reach the maintainer of the www.xmlrpc.com home page. I didn't find any link on the page for that. The page has a link to the XML-RPC Howto. It's...
Sandip, Could you be more precise ? If I understand your mail correctly, you've used successfully and extended the XML-RPC library of Eric Kidd. Is this...
Have you tried Dave Wiener ? I thought he was the one... At worst, someone at UserLand Software should be knowledgeable on the matter, I believe. paul...
The name is spelled Dave Winer (and the guy is not famous for being a forgiving fellow, so you'd better be careful). his own blog is accessible form a link in...
I tried the apache xmlrpc mailing list but it seems down. I have attempted to create a servlet that implements an xmplrpc server. The problem is when I try to...
I have used Apache XML-RPC quite a bit and I have never been able to get generic Object to work reliably as handlers. I have since created my method handlers...
Hi, We have written an xml-rpc client and server in php and they both communicate with each other very nicely. Now, we have a server written in python and I...
Thats would be so great... This is what I tried so far... The handler... public class TestHandler //implements XmlRpcHandler { public TestHandler() { ...
I'm a low low low php newbie: and i can't make any progress alone on this problem that arose when switching to a new hosting server. i'm using tikiwiki ...
we have been using a version close to 1.0 of Apache XML-RPC since three years and it's working very very fine... though we don't use all sorts of clients...
The PHP-bundeled xmlrpc extension comes with a function named xmlrpc_dedode (as well as encode). The phpxmlrpc lib uses the same name for its functions. Either...
I just got it working yesterday! :D apache xml-rpc 1.2b The server side I implemented it as a servlet and i recommend that you'r handler extends or implements...
Actually, I have using the Apache XML-RPC code. I have this successfully used this with a custom JavaScript front end. I have to say though, the Apache code is...