all groups > dotnet web services enhancements > april 2008
WSE2013: X509TokenProvider is unable to provide an X.509 token
Posted by tdh at 4/29/2008 7:17:05 AM
In windows server 2003, it works fine but windows server 2008. certificate
has imported "personal" and "other people" in "local machine" certificate
location by mmc-->certificates. run Certificates Tool installed by WSE 3.0,
i
cannot find store name "personal" under "local machine" certif... more >>
How to send additional data with the UsernameToken
Posted by Michael_vb at 4/17/2008 5:58:01 AM
I want to send additional data with my token. I want to send the
username,group,webmethod name in the token. and then i will override
the AuthenticateToken method and perform my custom authorization. Any
ideas on how to do this?... more >>
How to set deafult proxy credentials in WSE3
Posted by Gilad at 4/13/2008 11:16:32 PM
Hi,
when using WebRequest, in order to over come the proxy server I set:
Req.Proxy = new WebProxy();
This takes the default proxy configuration from the system (the same
one you can configure in the internet explorer) and use it in the
request.
Now that I'm attpempting to move to... more >>
Quetion about WSE UsernameTakenManager
Posted by Jason at 4/11/2008 11:38:02 AM
it look like WSE 3.0 is reusing the TokenManager instance between calls to
the webservice. Is this by design?
I created a custom tokenManager by extending UsernameTokenManager and added
a private field for my custom user object.
This field seems to get corrupted when mutliple calls try to... more >>
DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/9/2008 2:48:36 PM
I know this is an old question but I cannot find any of the previous posting
wrt this issue.
We are finally upgrading to VS 2008 and .NET 3.5 from VS 2003 and .NET 1.1.
We have Windows forms, ASP.Net code and Windows services that interface with
3rd party web services that require the DIME ... more >>
|