October 2008
Intermediate to advanced
1008 pages
23h 16m
English
IN THE PAST FEW YEARS, EXTENSIBLE MARKUP LANGUAGE (XML) has become an important means of communication. In this chapter, you use Amazon’s Web Services interface to build a shopping cart on your website that uses Amazon as a back end. (This application is named Tahuayo, which is the name of an Amazonian tributary.) You use two different methods to do this: SOAP and REST. REST is also known as XML over HTTP. You use PHP’s built-in SimpleXML library and the external NuSOAP library to implement these two methods.
In this chapter, we discuss the following topics:
Understanding the basics of XML and ...