This
will enable a more verbose output, including the RAW input
and response.
Joomla! includes an XML-RPC client, located in xmlrpc/client.php. To use
this client, debugging must be enabled in the Global Configuration. The client is
relatively simple; the phpxmlrpc debugger provides us with a far more powerful
mechanism with which to interrogate the XML-RPC server.
Chapter 10
[ 309 ]
Summary
XML is integral to many web services. It is essential if we intend to use a web
service that relies on XML that we understand how to parse and navigate a parsed
XML document.
The provided XML parsers make Joomla! especially flexible when it comes to
handling XML. In this chapter, we described how to use the JSimpleXML parser.
Before we use this parser, we should always consider any possible benefits of using
the other parsers that are easily available to us.
AJAX has become a bit of a 'buzz word' and as a result it is sometimes used
inappropriately just because we can. Before we implement any AJAX we should
always consider the impact and suitability of using it.
Pages:
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424