Alan Bush Compositions
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Interface to the Alan Bush Compositions Database.
The Alan Bush Compositions Web Service provides a SOAP
interface to the Compositions Database of the British
composer Alan Bush who lived from 1900 to 1995. The
database in HTML format can be viewed at:
http://www.alanbushtrust.org.uk
It provides 2 methods:
GetCategories - Provides a list of composition categories.
GetCompositions - Provides a list of compositions for a particular
category.
Usage Notes
See Service Home Page for sample messages and code.
GetCategories:
The GetCategories method returns an XML document containing
a list of categories and category IDs. Category IDs are
used in the second method (GetCompositions).
Input Parameter: None
Output: Categories XML document
SOAPAction: "urn:alanbushtrust-org-uk:soap.methods.GetCategories"
GetCompositions:
The GetCompositions method takes a category ID parameter
and returns an XML document containing a list of
compositions with detailed info.
Input Parameter: xsd:string
Output: Compositions XML document
SOAPAction: "urn:alanbushtrust-org-uk:soap.methods.GetCompositions"
Help Message Board