Blogger :
meta-douglasp
All posts :
All posts by meta-douglasp
Category :
WSCF/WCF
Blogged date : 2006 Feb 18
Schedules happen.
There are a lot of features that we wish we could do, but at some stage we need to
ship.
This is the reason that WCF doesn't support any partial trust scenarios in v1.
So what can you do if you need to support a partially trusted WPF client communicating
to a WCF service?
It turns out we have an answer for v1: use an ASMX proxy.
All you need to do is configure a WCF endpoint with the BasicHttpBinding and use your
favorite proxy creation tool (VS Add Web Reference or disco.exe/wsdl.exe) to create
a partial trust proxy.
We'll see what we can do to address this scenario in a better way in Orcas.