Example Source Code from Chapter 2, XML Protocols: XML-RPC and SOAP, of Processing XML with Java
Example 2-1 An XML document that labels elements with schema simple types
Example 2-2 URLGrabber
Example 2-3 URLGrabberTest
Example 2-4 An RSS 0.91 document
Example 2-5 An RSS 1.0 document
Example 2-6 An XML-RPC request document
Example 2-7 POSTing an XML-RPC request document
Example 2-8 An XML-RPC response
Example 2-9 An XML-RPC request that passes an array as an argument
Example 2-10 An XML-RPC response document that returns an array
Example 2-11 An XML-RPC Request that passes a struct as an argument
Example 2-12 An XML-RPC fault
Example 2-13 A DTD for XML-RPC
Example 2-14 A Schema for XML-RPC
Example 2-15 A SOAP document requesting the current stock price of Red Hat
Example 2-16 A SOAP Response
Example 2-17 A SOAP document requesting the current stock price of Red Hat
Example 2-18 A SOAP document returning the current stock price of Red Hat
Example 2-19 A SOAP fault response
Example 2-20 A SOAP document that specifies the encoding style
Example 2-21 A schema that assigns type to elements in the http://namespaces.cafeconleche.org/xmljava/ch2/ namespace
Example 2-22 A SOAP Request with a digital signature in the header
Example 2-23 A SOAP Request with two header entries
Example 2-24 A SOAP Request with a mustUnderstand attribute
Example 2-25 A Master Schema for SOAP Trading documents
Examples from Other Chapters
|
Processing XML with Java
|
Cafe con Leche
Copyright 2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 23, 2002