Log in

View Full Version : Extend Your Web Site using XML Web Services


Andy Sjostrom
10-16-2002, 07:52 AM
<a href="http://www.devbuzz.com/content/zinc_compact_framework_web_service_xml_pg1.asp">http://www.devbuzz.com/content/zinc_compact_framework_web_service_xml_pg1.asp</a><br /><br />Derek Mitchell of DEVBUZZ.COM has written an interesting article called "Consuming a web service from your Pocket PC". It shows how straightforward it is to make parts of a web site available to Pocket PCs. Interesting concept: Fat client and Internet connectivity. Way to go!<br /><br />"... you won't believe how easy it is to add and comsume an XML web service in the Compact Framework. One of the very coolest things about .NET web services is that you can literally build a platform agnostic API to whatever application you want. In fact there is nothing to stop you building an API to your web site! But first let's learn to walk before we run headlong into that dark night by starting with something simple. Suppose that I want to provide a means for other webmasters to link to the developer articles on DEVBUZZ. There are many great technical authors who have contributed to DEVBUZZ and perhaps they would like to automatically generate links to their articles."<br /><br /><img src="http://www.pocketpcthoughts.com/images/xmlws_01.gif" />

Ed Hansberry
10-16-2002, 12:43 PM
.NET. I am not a programmer, but I see every day someone saying how dropdead simple it is to integrate different sources and how easily it integrates with the .NET Compact Framework.

Mr. Anonymous
10-16-2002, 01:51 PM
One of the very coolest things about .NET web services is that you can literally build a platform agnostic API to whatever application you want

Actually, that's one of the cool things around web services period. The .NET part is optional.

Rirath
10-16-2002, 02:47 PM
From what I've seen and used of the .NET compact framework, and .NET, I love it. Sadly I'm only an intermediate programmer though, so I can't make use of some of the best features.