Hi Lucas,
If you don't have the password, you might create a usernametoken without a
password. (You will have to implement a custom UsernameTokenManager to
accept tokens without a password)
In that case, to avoid "non-repudiation" attacks, you will need to encrypt
and sign the message with a X509 Cert and only accept messages protected
with that certificate.
Yes, it's possible to publish a SoapService as an ASMX , you will have to
configure it as a HttpHandler.
Regards,
Pablo Cibraro
www.lagash.com
> Hi Pablo,
> Thanks for the answer. I have some doubts about that.
[quoted text clipped - 41 lines]
>> >
>> > Thanks a lot
LucasC - 30 Sep 2005 20:03 GMT
Hi Pablo,
Is there any way to use something like Intergrated Security in the same way
you set default Network Credentials?
Thanks a lot

Signature
LucasC
> Hi Lucas,
> If you don't have the password, you might create a usernametoken without a
[quoted text clipped - 55 lines]
> >> >
> >> > Thanks a lot
Pablo Cibraro - 03 Oct 2005 01:20 GMT
Sorry Lucas,
I forgot to mention something, you can use a kerberos token instead (The
current user's credentials will flow to the server).
It will work as Integrated Security in that way.
Regards,
Pablo.
> Hi Pablo,
> Is there any way to use something like Intergrated Security in the same
[quoted text clipped - 67 lines]
>> >> >
>> >> > Thanks a lot