» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with XML-RPC + Tutorial

XML-RPC HOWTO

Describes how to use XML-RPC to implement clients and servers in a variety of languages. Provides example code in Perl<sep/>

XML: del.icio.us/tag/xml

Processing XML with Java: SOAP chapter

The complete text of Elliotte Rusty Harold's book Processing XML with Java. published by Addison-Wesley, November 2002

XML: del.icio.us/tag/xml

Zend Developer Zone | XML- RPC Client

$xmlrpc_client = new xmlrpc_client('path/to/script','myserver.com',80);

XML: del.icio.us/tag/xml

XINS Primer

The XINS Primer is a tutorial for XINS. It takes the reader by the hand and lets him create his first XINS API implementation, learning the basics regarding authoring a XINS specification, generating a web application from that spec and then doing a little bit of Java coding.