Consuming RSS From a WCF Service Using POX Encoding and a WPF Client

This sample provides an integration sample implementation between Windows Communication Foundation and Windows Presentation Foundation (WPF) using both Really Simple Syndication (RSS) and Plain Old XML (POX) encoding. To set up, build, and run the sample, ensure that you have performed the One Time Setup Procedure for the Windows Communication Foundation Samples.

To build the sample

  • Run MSBuild from the sample root directory or load the sample solution in Visual Studio.

To run the sample

  1. Create a "ConsumingRssFromWcfInWpf" folder in the "My Documents" folder.

  2. Copy all the files from the "Sample Files" folder into the "ConsumingRssFromWcfInWpf" folder.

  3. From the ConsumingRssFromWcfInWpf\client\bin folder, run client.exe.

Requirements

Microsoft .NET Framework

See Also

Other Resources

Basic WCF Setup Instructions