Hi,
I am sending username and pwd in usernametoken in SendHashed format,
While in web service, i am getting Nothing in that UsernameToken's
Password.
If send it as SendPlainText, then in my web service, i get a hashed pwd.
Why this is So?
How to get Hashed pwd stored in UsernamToke...
more >>
Hi Everyone,
I'm having a bit of difficulty installing an X509Certificate which I have
created from the Active Directory "userCertificate" property of a user in my
Active Directory.
Here's what I'm trying to do, assume the X509Certificate was created from
the byte[] retrieved from the Ac...
more >>
I'm trying to experiment with a Custom Security Token. I'm going
through an article that comes with WSE 2.0 entitled "How to: Create a
Class Representing a Custom XML Security Token". In the example, they
give the following constructor:
Public Sub New(ByVal serviceToken As SecurityToken)
...
more >>
I am writing a server application using SOAP over TCP (soap.tcp). I want to
generate a WSDL file from this uri "soap.tcp://localhost:8080/stockservice".
All I have heard is that its not possible to add a web referene as it happens
to generate proxy class "If the SoapService endpoint is bound t...
more >>
I am writing a server application using SOAP over TCP (soap.tcp). I want to
generate a WSDL file from this uri "soap.tcp://localhost:8080/stockservice".
All I have heard is that its not possible to add a web referene as it
happens to generate proxy class for a http request ."If the SoapService...
more >>