Client Interoperability Samples

The samples in this section show how Windows Communication Foundation (WCF) clients can interoperate with other services.

In This Section

  • XMLSerializer Sample
    Demonstrates how to serialize and deserialize the public fields and property values of an object into an XML stream.
  • COM+ Integration: Web-Hosted
    Demonstrates how to expose an interface from a COM+ application as a Windows Communication Foundation (WCF) service and how to call this from a WCF client.
  • COM+ Integration: COM+ Hosted
    Demonstrates how to expose an interface from a COM+ application as a Windows Communication Foundation (WCF) service and how to call this from a WCF client.
  • Interoperating with WSE
    Demonstrates how interoperability can be achieved between a Web Service Enhancements (WSE) 3.0 service and a WCF client or service.

Set Up Instructions

Typed Client

Channel Factory

Retrieve Metadata

© 2007 Microsoft Corporation. All rights reserved.