<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Suddenelfilio.net &#187; PHP</title>
	<atom:link href="http://www.suddenelfilio.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suddenelfilio.net</link>
	<description>Passionate about software development</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:07:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Release a new project: MSTagLib</title>
		<link>http://www.suddenelfilio.net/2009/11/02/release-a-new-project-mstaglib/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=release-a-new-project-mstaglib</link>
		<comments>http://www.suddenelfilio.net/2009/11/02/release-a-new-project-mstaglib/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:31:13 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[MSTagLib]]></category>
		<category><![CDATA[Microsoft Tag]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://suddenelfilio.net/?p=74</guid>
		<description><![CDATA[I recently started messing around with PHP development. Since I am a loyal .net fan it felt a little strange actually enjoying this newly discovered language php. I knew it existed but I never had an interest into it. Until now of course. Since there is no better way to learn a language then actually [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started messing around with PHP development. Since I am a loyal .net fan it felt a little strange actually enjoying this newly discovered language php. I knew it existed but I never had an interest into it. Until now of course.</p>
<p>Since there is no better way to learn a language then actually working with it I decided I would create a PHP library to access the <a href="https://ws.tag.microsoft.com/howto/howto.htm#CreateTag" target="_blank">Microsoft Tag API</a>. Problem with the API is that it was not really PHP friendly in that PHP soap-client could not parse the wsdl created for the API. I the tried a couple of other soap libraries out there but since I&#8217;m a newbie not much success was granted to me.</p>
<p>Also I saw that  a REST interface to the MS Tag API was a popular demand over at the <a href="http://getsatisfaction.com/microsofttag" target="_blank">community site for MS TAG</a>. I set off to create a REST interface for the API. To do this I used the <a href="http://" target="_blank">WCF REST Starter kit preview 2 </a>to create a sort of facade to the<a href="https://ws.tag.microsoft.com/MIBPService.wsdl" target="_blank"> actual API service</a> (which is also WCF, but just not REST exposed). It is nothing more than a service that forwards request to the genuine service and returns the result of that service in json. For more information on this facade service go to: <a href="http://tag.ws.suddenelfilio.net" target="_blank">http://tag.ws.suddenelfilio.net</a>. The facade is hosted in the <a href="http://www.microsoft.com/windowsazure/" target="_blank">Windows Azure cloud</a>.</p>
<p>Along side the development of the REST interface I also started implementing a PHP library that uses the facade service to interact with the MS Tag API. I put this library up at codeplex: <a href="http://mstagrestlib.codeplex.com" target="_blank">http://mstagrestlib.codeplex.com</a><br />
Currently I&#8217;ve implemented support for generating uri, dialer, vcard and freetext tags as well as requesting the generated tag from the MS Tag API. The codeplex project site also has some <a href="http://mstagrestlib.codeplex.com/documentation" target="_blank">samples on how to use the library</a></p>
<p>I plan to implement the entire MS Tag API but the keyword is baby steps <img src='http://www.suddenelfilio.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Feel free to download the PHP library a give me feedback on how to improve it because I&#8217;m pretty sure it can be better, but I&#8217;m limited by the little php knowledge I posses.</p>
<div id="pfButton"><a href="http://www.suddenelfilio.net/2009/11/02/release-a-new-project-mstaglib/?pfstyle=wp" title="Print an optimized version of this web page" style="text-decoration: none;"><img id="printfriendly" style="border:none; padding:0;" src="http://cdn.printfriendly.com/pf-print-icon.gif" alt="Print"/><span style="font-size: 12px; color: #55750c;"> Print <img src="http://cdn.printfriendly.com/pf-pdf-icon.gif" alt="Get a PDF version of this webpage" /> PDF </span></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.suddenelfilio.net/2009/11/02/release-a-new-project-mstaglib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
