2012-03-22 52 views
0

我當時使用此模板:http://visualstudiogallery.msdn.microsoft.com/fbc7e5c1-a0d2-41bd-9d7b-e54c845394cd,創建了我的服務,一切正常。WCF WebHttp Services創建代理類

問題是在應用程序中使用它,我如何使用xsd.exe和模式來生成客戶端代理類。我知道它會產生這樣的東西:http://www.ageektrapped.com/blog/wp-content/uploads/serializer/generated.cs.html

當我學習這個時,我使用visual studio命令提示符來生成類,但現在我不記得它是如何完成的。

回答