•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
Forgot password?  Register
XML syndication

Zend XmlRPC

Closing the tour of XML-RPC implementations usable with PHP-GTK, the shortest code to access our geo_nick service makes use a higher-level XML-RPC library: the Zend_XmlRpc_Client from the Zend Framework. Unlike earlier implementations, Zend Framework (ZF) includes both the mashalling/unmarshalling to/from XML line format and the HTTP request/reponse process, wrapped up in a class-based mechanism using exceptions to handle errors, both at the HTTP and XML service levels (not demonstrated here).
http://www.php-gtk.eu/site/accessing-geo-nick-with-zend-framework
PageRank: 5/10
(Clicks: 150; Comments: 0; Listing added: Apr 29, 2007) Listing Details Report Broken  Listing
From its home page, XML-RPC is described as a "...remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned." The Zend Framework provides support for both consuming remote XML-RPC services and building new XML-RPC servers.
http://framework.zend.com/manual/en/zend.xmlrpc.html
PageRank: 6/10
(Clicks: 190; Comments: 0; Listing added: Feb 3, 2007) Listing Details Report Broken  Listing
I've been working on Zend_XmlRpc_Server for some months now. In the past couple weeks, I've refactored it to push the class/function reflection into Zend_Server_Reflection, and, in doing so, noted that there were further areas for refactoring into additional helper classes. Currently, it now has classes for the Request, Response, and Faults, and all actual XML wrangling is done in those, making the server basically XML-agnostic.
http://weierophinney.net/matthew/archives/126-Zend_XmlRpc_Server.html
PageRank: 4/10
(Clicks: 246; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
Sort listings by: Alphabetic Date Rank Clicks    ascending | descending