Warning
WARNING: The TrackAbout MetaWiki has been deprecated and is no longer being updated.

Please visit our new TrackAbout Knowledge Base at https://supportkb.trackabout.com for the most-up-to-date documentation on TrackAbout and TrackAbout Mobile.

Difference between revisions of "Template:Service Metadata RESTful"

From TrackAbout MetaWiki
Jump to navigation Jump to search
(Created page with '=== Web Service Metadata=== TrackAbout creates Web Application Description Language (WADL) documents for all web services that make use of REST architecture. The WADL for a servi…')
 
Line 1: Line 1:
 
=== Web Service Metadata===
 
=== Web Service Metadata===
TrackAbout creates Web Application Description Language (WADL) documents for all web services that make use of REST architecture. The WADL for a service is accessible via the web service's URL with the word 'meta' appended as a query string parameter. For example, to access the WADL for the simple 'Echo' web service, you would use the following URL:
+
TrackAbout creates Web Application Description Language (WADL) documents for all web services that make use of REST architecture. The WADL for a service is accessible via the web service's URL with the word 'meta' appended as a query string parameter. For example, to access the WADL for the simple 'Echo' web service, you would use the following URL: <nowiki>https://www.trackabout.com/ws/Echo.asmx?meta</nowiki>
  
  https://www.trackabout.com/ws/Echo.asmx?meta
+
You can also specify a particular version of a web service to retrieve metadata for by including the major, minor, and revision numbers of the desired version in the query string. For example, to get the WADL for version 2.0.0 of the 'Echo' service, the URL becomes: <nowiki>https://www.trackabout.com/ws/Echo.asmx?v2.0.0&meta</nowiki>
 
 
You can also specify a particular version of a web service to retrieve metadata for by including the major, minor, and revision numbers of the desired version in the query string. For example, to get the WADL for version 2.0.0 of the 'Echo' service, the URL becomes:
 
 
 
  https://www.trackabout.com/ws/Echo.asmx?v2.0.0&meta
 
  
 
More information on WADL can be found at the following resources:
 
More information on WADL can be found at the following resources:
 
* [http://en.wikipedia.org/wiki/Web_Application_Description_Language: Web Application Description Language]
 
* [http://en.wikipedia.org/wiki/Web_Application_Description_Language: Web Application Description Language]

Revision as of 18:47, 23 February 2010

Web Service Metadata

TrackAbout creates Web Application Description Language (WADL) documents for all web services that make use of REST architecture. The WADL for a service is accessible via the web service's URL with the word 'meta' appended as a query string parameter. For example, to access the WADL for the simple 'Echo' web service, you would use the following URL: https://www.trackabout.com/ws/Echo.asmx?meta

You can also specify a particular version of a web service to retrieve metadata for by including the major, minor, and revision numbers of the desired version in the query string. For example, to get the WADL for version 2.0.0 of the 'Echo' service, the URL becomes: https://www.trackabout.com/ws/Echo.asmx?v2.0.0&meta

More information on WADL can be found at the following resources: