Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: XMLRPC


  
 [No title]
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy to use API for developers to serialize RPC requests to and from XML.
The API is primarily based upon proprietary code written for internal usage at Epinions.com, and was later modified to incorporate concepts from the xmlrpc protocol.
It passed the xmlrpc validation test suite in December 2000.
xmlrpc-epi.sourceforge.net   (309 words)

  
 XmlRpc++ - Home
XmlRpc++ is a C++ implementation of the XML-RPC protocol.
The XmlRpc protocol was designed to make remote procedure calls easy: it encodes data in a simple XML format and uses HTTP for communication.
XmlRpc++ is designed to make it easy to incorporate XML-RPC client and server support into C++ applications.
xmlrpcpp.sourceforge.net   (144 words)

  
 XML-RPC for PHP   (Site not responding. Last check: 2007-10-16)
A demo xmlrpc debugger application, built on thop of this library, is active at the address http://gggeek.damacom.it/debugger/.
Other xmlrpc implementations are supposed to ignore such an attribute (unless they implement a brain-dead custom xml parser...), so it should be safe enabling it in eterogeneous environments.
Xmlrpcval objects are created when the server script decodes xmlrpc requests or when some php scripts acts as an xmlrpc client and decodes a response sent by a server.
xmlrpc.usefulinc.com /php.html   (2277 words)

  
 [No title]   (Site not responding. Last check: 2007-10-16)
") myresp = xmlRPC ("http://xmlrpc.apogeehk.com/xml-rpc.asp", "vnsUser.alterUserInGroup", paramLista) response.write(myresp & "
") myresp = xmlRPC ("http://xmlrpc.apogeehk.com/xml-rpc.asp", "vnsUser.alterUserInGroup", paramListb) response.write(myresp & "
") myresp = xmlRPC ("http://xmlrpc.apogeehk.com/xml-rpc.asp", "vnsUser.alterUserInGroup", paramListc) response.write(myresp & "
www.naturo.com /xmlrpc/group.asp   (100 words)

  
 ZopeLABS - XMLRPC File into ZOPE   (Site not responding. Last check: 2007-10-16)
Unlike most systems where XMLRPC is a special call.
Here are 3 easy steps to getting a binary file to be XMLRPC'ed from a client to ZOPE Server and storing the result on the filesystem.
The main thing to notice is XMLRPC doesnt have a file type.
www.zopelabs.com /cookbook/1019061205   (228 words)

  
 SOAP::Lite for Perl
Found and fixed a bug at work where XMLRPC requests where being serialized using the SOAP document-literal serializer when serializing arrays.
As far as XMLRPC is concerned, there is good news and bad news (I suppose).
The bug prevents incoming XMLRPC requests to be processed by the XMLRPC deserializer.
www.soaplite.com   (1369 words)

  
 [No title]   (Site not responding. Last check: 2007-10-16)
The charter of this specification is to define a small set of error codes that are common across most server implementations so that clients can programmatically handle common errors such as "method not found" or "parse error".
-32000, inclusive, for use as pre-defined xmlrpc error codes.
Any implementation which conforms to this spec should not allow the application to set an error code within this range.
xmlrpc-epi.sourceforge.net /specs/rfc.fault_codes.php   (339 words)

  
 vcXMLRPC HOME (XML-RPC Implementation in Javascript)
Both browsers limit the server to wich a message can be send to the domain on which the file resides that wants to send the message.
To fix this problem we supply a perl file which receives the XMLRPC Message send by the client-browser and routes it through the service on another domain.
In IE it is possible to add a server to the trusted sites section and then no routing is necessary to talk to other domains.
www.vcdn.org /Public/XMLRPC   (957 words)

  
 XML-RPC.NET FAQ
In Visual Studio.NET this is is achieved by using the References dialog which is invoked from the References item in the Solution Explorer.
The using statement is for convenience so the XmlRpc types don't have to be qualified by namespace.
The Service has to be placed in a virtual directory, say xmlrpc in this case, which has a sub-directory called bin.
www.xml-rpc.net /faq/xmlrpcnetfaq.html   (6646 words)

  
 myelin: HTTP / XMLRPC debug proxy   (Site not responding. Last check: 2007-10-16)
It's based on the simple proxy in the Medusa tutorial (that's the asynch socket library that Python Community Server uses), and slightly modified to not mangle XML-RPC responses.
Run it on your local machine (or your web server, if you prefer) and point your XMLRPC client at it rather than at the target.
It will proxy your requests through and also dump them to the console, so you can see what's going on.
www.myelin.co.nz /notes/xmlrpc-debug-proxy.html   (173 words)

  
 freshmeat.net: freshmeat - freshmeat XML-RPC API available
They have a nice short example of code, and mappings of XMLRPC types to Java types (eg a struct is a Hashtable).
Simple XML would be *great* if you could play with the server manually via telnet, but because HTTP demands that you count the characters to give a length, it's impossible...
freshmeat.net/ xmlrpc which I just added to the FAQ as well.
freshmeat.net /articles/view/1048   (2113 words)

  
 XmlRpcToWiki - Main - Wiki - 0xDECAFBAD   (Site not responding. Last check: 2007-10-16)
Exposes an API via XmlRpc on a wiki to allow programatic inspection, retrieval, and modification of its contents.
XmlRpc can be used pretty much anywhere a CGI script can be used
Implicit API of forms and textareas might be just fine.
www.decafbad.com /twiki/bin/view/Main/XmlRpcToWiki   (697 words)

  
 Status-Q » 2003 » May
I wanted to be able to receive these pings and to perform some simple operation as a result; in this case grabbing an file from the associated Movable Type blog.
Here is a very simple Python CGI script which does just that, based on Jan-Klaas Kollhof’s neat little xmlrpc server module.
Update: This works with Movable Type - in your weblog config you can specify it as one of the sites to be notified by typing the CGI script’s URL into the ‘Others’ box.
www.statusq.org /archives/2003/05   (854 words)

  
 Blogger XML-RPC Tools in VB   (Site not responding. Last check: 2007-10-16)
Count methods in XMLRPCArray, XMLRPCParams and XMLRPCStruct classes have been changed to properties.
I believe I am "almost there" with respect to the XMLRPC DLL.
I have therefore increased the status to BETA and set the version number at 0.9.
www.fongueusemare.com /vbblog.asp   (2072 words)

  
 SimpleXMLRPC
the automatic conversion of a PHP array to an XMLRPC message and VISA VERSA.
Click this or the link above to download.
THE INDICES MIGHT NOT BE INCREASING WITH 1.
simplexmlrpc.sourceforge.net   (150 words)

  
 Xml Rpc Vs Corba
What about data derived from some existing program that you want to transfer?
I think the obvious difference here is that the more complex CORBA can perform more complicated tasks, but XMLRPC is perfectly suited for simple transfers.
CORBA may be complicated internally, but it is actually quite easy to use: You put your interfaces in IDL, compile them, and then derive your classes from theirs to provide an implementation.
c2.com /cgi/wiki?XmlRpcVsCorba   (1498 words)

  
 Quick Guide to Zope
Use a dedicated app that can access Zope objects through the XMLRPC procotol.
Even though it was never the intention, the Epoz WYSIWYG editor development had split in 2 branches, confusing both developers and users.
How to set up and test xmlrpc in Zope
www.fredshack.com /docs/zope.html   (7848 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.