If you like this service please feel free to support me in keeping
it hosted by a donation:
What ?
The MS Tag Rest interface is a third-party
(non-Microsoft related) webservice
that allows access to the
original
SOAP exposed service for Microsoft Tag ©. It is a WCF service that has implemented
the WCF REST Starterkit Preview 2.
Why ?
I wanted to play around with the API using PHP but I couldn't get the SOAP interface
to play nice. I also found several requests for a REST based interface towards the
existing API. I also noticed this wasn't very high up on the list of priorities
for team behind the Tag technology so I decided to build a REST based WCF service
that just proxies requests from the client to the API. It is actually nothing more
than a facade that transforms the request to the API and back to the client. Nothing
is stored in the service!
How ?
Related Projects:
If you are using this service in a project please let me know at Email Me! and I will put your project on this site as a reference.
Microsoft Tag PHP library
Currently parallel to this project there is a PHP library being created by
suddeneflilio that uses this interface to access the Microsoft Tag API.
This library will implement this REST service. It is located at Codeplex:
http://mstagrestlib.codeplex.com/
Microsoft Tag Java library
Currently parallel to this project there is a Java library being created by
suddeneflilio that uses this interface to access the Microsoft Tag API.
This library will implement this REST service. It is located at Codeplex:
http://mstagjavalib.codeplex.com/
Service Statistics:
This Service is not in any way affiliated with Microsoft © or the Microsoft Tag
© product. It is licensed under the
GNU General Public License version 2 (GPLv2) license.