I am converting my old wse 2.0 custom filter into 2.0 and everything is
working fine except for one issue. I've created the necessary classes and
created my policy file that looks like the following.
<policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
<extensions>
<extension name="compressionAssertion"
type="prairieFyre.Compression.CompressionFilterPolicyAssertion,
prairieFyre.WebServices" />
</extensions>
<policy name="ClientPolicy">
<compressionAssertion MinMesssageSizeInBytes="1000"/>
</policy>
</policies>
The code executes perfectly. However when I try to open up open up the WSE
2.0 configuration utility from visual studio it says. "Failed parsing the
policy document" and subsequently removes the policy file reference from my
app.config file.
What is the appropriate way to register my custom policy assertion?
BTW I am using VS 2005 RC 1 release v2.0.50727.
Thanks,
Darren Mombourquette
dmombour - 02 Oct 2005 18:33 GMT
Sorry I wrote WSE 2.0.. I meant to write WSE 3.0 on top of VS 2005 RC 1
release v2.0.50727
> I am converting my old wse 2.0 custom filter into 2.0 and everything is
> working fine except for one issue. I've created the necessary classes and
[quoted text clipped - 22 lines]
> Thanks,
> Darren Mombourquette