Intercept messages in a WCF Client

后端 未结 3 1827
小蘑菇
小蘑菇 2020-12-10 19:03

Has anyone got any experience with Web Service Extensions? I spent time trying to make a web service extension from the MS examples.

I have an .net 3.5 web service

3条回答
  •  既然无缘
    2020-12-10 19:19

    Chances are you want to get some rest.

    You don't ever want to use WSE. WSE is obsolete.

    You don't want to be using ASMX Web Services - Microsoft now considers them to be "legacy" technology, and will not be fixing bugs. BTW, WSE is based on ASMX, so what's that make it?


    You only want to work with Windows Communication Foundation. The WCF Development Center on MSDN is at http://msdn.microsoft.com/wcf/.

    Have fun, and stay away from the nasty, ancient, obsolete stuff.

提交回复
热议问题