<?php/** * Instantiate the webservice */$service = new ThingISBNService();/** * Search for works related to the book identified by * 01927568392. Returns an array of isbns */$isbns = $service->getRelatedWorks('01927568392');?>