DataFlex Web Service
This webservice is created with DataFlex. It contains information about the a Dutch book series called Arendsoog. The 64 books were published between 1934 and 1995. The books are mainly written in Dutch, the titles and detail information will be in Dutch.
The following operations are available. For a formal definition, please review the
Service Description.
-
BooktitleByISBN
Returns the title of a book based on the ISBN Number, if found in the serie.
-
Booktitles
Returns an array of all booktitles.
-
BookTitlesGroupedByAuthor
Returns an array of booktitles grouped by author
-
BookDescription
Returns the description for a given book
-
BooksInfo
Returns an array of bookinformation
-
AuthorsList
List of authors for the passed type. Type can be 'T', 'S' or nothing (for complete list)
-
BookTitlesByAuthor
Get a list of book titles for the passed author. The authorname must be one of the existing names, use AuthorsList to get the correct names. The type parameter indicates whether you want to select on writer (0), illustrations author (1) or cover drawings author (2).
-
SearchBookDescriptions
Search the book descriptions for a certain word. The boolean parameter will be used to make the search case insensitive. Returns an array of books that match the search.