Monthly Archives: October 2018

RESTful Communications: XML Request-Response

Planetary statistics relating to Pluto, displayed after a successful communication between a JavaScript client and a PHP RESTful Web Service.

This post demonstrates and describes XML communication between a JavaScript Client and a RESTful Web Service written in PHP. Images of the two major JavaScript functions that facilitate this communication are included; if the user is interested, (s)he may click on these images to enlarge them and inspect the JavaScript coding.

Tagged with: , , , ,
Posted in RESTful Communications

RESTful Communications: JSON Request-Response

JSON communication between a JavaScript client and a PHP RESTful Web Service.

This post demonstrates and explains a request-response communication between a JavaScript client and a RESTful Web Service written in PHP. JSON is used as the mode of data transport. Images display the two most important JavaScript functions that are used in this post; these images can be enlarged by clicking on them.

Tagged with: , , ,
Posted in RESTful Communications

RESTful Communications: Textual Request-Response

Statistics relating to planet Earth displayed in a bullet-pointed list, as a result of a successful communication with a RESTful Web Service.

This post demonstrates and explains how a JavaScript client can successfully communicate with a RESTful Web Service written in PHP. Planetary statistics are displayed in a bullet-pointed list upon successful request-response interaction. The JavaScript functions that facilitate this communication are displayed in image form; these images can be enlarged for closer inspection by interested users.

Tagged with: , ,
Posted in RESTful Communications