This text file contains example code from: Chapter 11 - Service-Orientation with .NET Part III: Reusability and Agnostic Service Models Book - SOA with .NET & Windows Azure: Realizing Service-Orientation with the Microsoft Platform Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl (www.soabooks.com/community) Certification - These examples are used as part of the Certified SOA .NET Developer curriculum (www.soaschool.com) <programlisting linenumbering="unnumbered"><feed xmlns="http://www.w3.org/2005/Atom"> <title type="text">Bosna</title> <id>http://standardmold/customerservice/customers/94</id> <updated>2010-01-10T16:36:46Z</updated> <link rel="self" type="application/atom+xml" href="http://standardmold/customerservice/ customers/94"/> <entry> <id>uuid:445cf20f-4eb0-4772-bad5-a44b51c48145;id=94</id> <title type="text">Bosna Jedina</title> <updated>2010-01-10T16:36:46Z</updated> <link rel="edit" title="Edit" href="http://standardmold/customerservice/ customers/94"/> <link rel="meetings" href="http://standardmold/customerservice/ customers/94/meetings"/> <content type="text/xml"> <Customer xmlns="http://schemas.datacontract.org/ 2004/07/EntityService.Models" xmlns:i="http://www.w3.org/ 2001/XMLSchema-instance"> <Cellular>+387(0)63912910</Cellular> <CompanyName>Bosna</CompanyName> <CustomerId>94</CustomerId> <Fax>+387(0)63912911</Fax> <Phone>+387(0)79900900</Phone> <TimeStamp>AAAAAAAAD6I=</TimeStamp> </Customer> </content> </entry> </feed></programlisting> </example>