SOA and .NET v2.0

WSE 3.0 runs only with .NET 2.0 (because it extended ASP.NET 2.0 web services), integrates into Visual Studio 2005, and is supported by Microsoft. WSE 3.0 also ensures interoperability with WCF services when using the turnkey security profiles, ensuring that the investment you make today is still usable with Windows Vista.

Sample XML Schema

Listing B-4 shows an example of a schema describing a country, and Listing B-5 shows a sample XML document implementing that schema.

Example. Simple Schema Sample
<xs:schema
 xmlns:xs="http://www.w3.org/2001/XMLSchema">
 <xs:element name="country">
  <xs:complexType>
   <xs:sequence>
<xs:element name="name" type="xs:string"/> <xs:element name="population" type="xs:decimal"/> <xs:sequence> <xs:complexType> ...

Get Pro WCF: Practical Microsoft SOA Implementation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.