Beginner: Consuming a defined DataContract

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • m@

    Beginner: Consuming a defined DataContract

    Hi,
    I have a well-defined DataContract that I'm trying to make use of.
    The practicality of consuming a DC is a bit fuzzy to me. My ultimate
    goal is to have one of my aspx pages display the content that the DC
    defines.
    I'm assuming that the DC will allow me to subscribe to it's URI and
    then I have to create some kind of proxy that will collect the DC's
    members and filter for what I want to display on my client.

    Can someone please confirm my assumptions or guide me a good basic
    tutorial on consuming a DC (as opposed to the many 'creating DC'
    tutorials I keep running into).

    Thanks!
Working...