all groups > dotnet web services enhancements > december 2006
WCF with multiple threads
Posted by smarty at 12/28/2006 5:25:01 PM
Hi,
I am not quite sure where this should be posted becuase I couldn't see a WCF
subject group.
I have developed a WCF application but can see that when launching multiple
threads it does not work past two threads. I had a similar problem with a
webclient application and WSE, where it ... more >>
Help with Setting Policy Programmatically in WSE 3.0
Posted by garyrg9 NO[at]SPAM gmail.com at 12/20/2006 12:09:32 PM
The service is setting the policy with the config file.
The Client used to work when set with the config file. Now I am trying
to implement it with code.
/////////////////////////////////
//Test Set By Config THIS WORKED
// Set the ClientPolicy onto the proxy
//s... more >>
"Is anybody from Microsoft reading this?" you ask?
Posted by Clemens Vasters at 12/13/2006 11:18:14 PM
"Is anybody from Microsoft reading this?"
Well ... actually .... no .... welll ... maybe if you're really lucky. Let
me explain ...
My name is Clemens Vasters and I am a Program Manager on the Connected Framework
team here at Microsoft. Our team owns ASP.NET Web Services, .NET Remoting,
... more >>
Wse3 'Add web reference' Vista 64 bit
Posted by Phil Lee at 12/13/2006 12:43:14 PM
I have an existing WSE3 enabled web service which is now working fine on
Vista 64 bit.
My one remaining issue is that 'Update web reference' in VS2005 doesn't
generate a WSE enabled proxy.
It looks like the 'wsesettingsvs3.dll' isn't getting registered correctly.
Does anyone know how to get t... more >>
Registering certificates for WSE3 on Vista
Posted by Phil Lee at 12/11/2006 12:05:51 PM
I currently have a batch file adapted from the WSE3 samples to register a
test certificate, like this:
set CERTNAME=MyCertificateName
certmgr -del -r CurrentUser -s AddressBook -c -n %CERTNAME%
certmgr -del -r LocalMachine -s My -c -n %CERTNAME%
certmgr -add -all -c public.cer -r Curre... more >>
Is WSE 3 and Kerberos useful for securing services at the method level?
Posted by Eric at 12/7/2006 9:34:56 AM
I am designing some services that I am thinking would be good to secure
using Kerberos as we have an intranet setup. It is pretty clear how you
secure a user at the service level, but I'm curious as to how one would use
Kerberos to secure at the method level. Say I have an AD group named "MyA... more >>
Authentification using WSE2
Posted by escristian NO[at]SPAM hotmail.com at 12/5/2006 2:02:02 PM
I'm trying to login to a web service using Web Service
authentification. Everything works fine, but when I'm treating the case
where the user enters an invalid user name or password I get an
SoapHeaderException with the error message "The security token could
not be authenticated or authorized"
... more >>
Re:Help with verifying the signature of enveloped -message using x509 certificates.
Posted by param NO[at]SPAM community.nospam at 12/1/2006 10:04:21 PM
Hey Friends,
I have an xml given by our partner trying to integrating with us and i have
their certificate with public key installed in both personal and trusted
people folders.
when i am using the following code to check the signature of message signed
by my certificate i am able to ver... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|