Hi
I am using WSE 3.0 to secure my web service
when the client send the credentials the webservice accept the client
can access to each method I want to know how can I get the current
username inside my WebMethod
...
more >>
Hi friends..
When I was worked with WSE 2.0, I had retrevied the Usernametoken from the
ProcessMessage(SoapEnvelope envelope) by using following method
public UsernameToken GetSigningToken(SoapEnvelope envelope)
{
UsernameToken userToken = null;
forea...
more >>
Hi,
Using WSE 3.0, I've been trying to host my web service in my windows service
and I get the following error: "WSE802: Unsupported SoapChannelCapabilities
Flags."
An earlier post titled "SoapReceiver.Add" on 11/18/05 mentioned a similar
problem and the response was that you can't specify...
more >>
Hi,
I have a custom policy assertion that creates service input and output
filters. Is there a way to store information in the input filter so that it
will be available to the output filter? The output filter needs to be aware
of some of the things the input filter did in one of my scen...
more >>
Hi!
I am upgrading a WSE enabled web services project from VS2003 to VS2005.
Still using/referencing WSE 2.0 (not WSE 3.0) because of backwards client
compatibility issues.
When calling the web service from a test client following exception is
raised from the server (that worked of cours...
more >>