天天看點

[轉]用HTTP/Post與WCF互操作

I've created a little sample that shows how to POST data from a HTML form and parse it in WCF with a little help from the System.Web namespace.

Consider the following service contract:

HTML source:

Here's how you read the input Stream:

繼續閱讀