Hello,
The authentication I built for an application with the TP no longer works in
RTM (see message from a few days ago if you're interested). Rather than
waste more time trying to fix what may not have been a good design in the
first place, I'd like to see what those of you with more experience with WSE
would recommend. Here's some copy from my previous post. Any recommendations
are greatly appreciated.
Thanks!
-jk
Technology:
We're an ISV that sells a product consisting of two services (hosted on a
server) that can be hosted in Windows Services or IIS, as well as client
tools that talk to these services. The services are written as SoapServices
and we're registering them as HttpHandlers when hosted in IIS (we aren't
using ASMX). The clients use custom proxies that extend SoapClient.
Requirements:
Since the applications are bundled and sold as a single product, we can't
have requirements like certificate servers; anyone should be able to buy the
product and install it with minimal impact to OS configuration. Customers
can use our user database, AD, LDAP, or anything else they write a provider
for, so we must send the password over the wire. That's it, really. Simple
stuff.
What would be the simplest solution? I appreciate your input.
Softwaremaker - 29 Jun 2004 23:02 GMT
Hi Jeff,
Just curious as to "why the authentication you built with TP no longer works
in RTM", what is the exception you are seeing ?

Signature
Thank you very much
Warmest Regards,
Softwaremaker
+++++++++++++++++++++++++++++++++
> Hello,
>
[quoted text clipped - 24 lines]
>
> What would be the simplest solution? I appreciate your input.
Jeff Key - 30 Jun 2004 15:15 GMT
Hello,
The behavior of the UsernameTokenManager changed and the documentation for
that class is lacking (ie. unfinished) in RTM.
Thanks
-jk
> Hi Jeff,
>
[quoted text clipped - 35 lines]
> >
> > What would be the simplest solution? I appreciate your input.