This text file contains example code from: Chapter 8 - Cloud Services with Windows Azure 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"><ServiceDefinition xmlns= "http://schemas.microsoft.com/ServiceHosting/2008/10/ ServiceDefinition" name="HelloWorld"> <WorkerRole name="WorkerRole1"> <Endpoints> <emphasis role="pd_red"><InternalEndpoint name="NotifyWorker" protocol="tcp" /></emphasis> </Endpoints> </WorkerRole> </ServiceDefinition></programlisting> </example>