I created a ASP .NET Web application in the Visual Studio to act as a client
to a Web service signed by an X509 Certificate. Then I right clicked on the
application and clicked "WSE Settings 2.0", I specified the client request to
be signed by an X509 certificate. But when I started the client application,
the SOAP request sent by the client does not have the security header in it.
Then I tried to enable the diagnostic message tracing in the WSE setting.
Nothing happened, not even the trace file being written. The directory
permission is set ok.
It looks like for some reason that my WSE settings never take effect on the
client runtime.
What might be wrong? I'd appreciate if someone could shed some light on this.

Signature
Wangming Ye
Pablo Cibraro - 07 Sep 2005 14:37 GMT
Hi Wangming,
You should check the following three things:
1. Your web service's proxy class must inherit from
"Microsoft.Web.Services2.WebServicesClientProtocol"
2. Your client application must have a policy applied to that web service.
3. Your client application must have configured the
"microsoft.web.services2" section in the configuration file.
Regards,
Pablo Cibraro
www.lagash.com
>I created a ASP .NET Web application in the Visual Studio to act as a
>client
[quoted text clipped - 17 lines]
> What might be wrong? I'd appreciate if someone could shed some light on
> this.