Berin,
I'm attaching Win32 SSL URI resolver class and test code.
I haven't still finished testing.
I have some doubts. I have noticed that XSECURIResolver
interface doesn't have send() method and resolveURI()
returns BinInputStream.
Without send() I'm not sure how we can use it in SOAP?
Best reg
> I'm attaching Win32 SSL URI resolver class and test code.
> I haven't still finished testing.
Are there hooks to override the SSL trust processing? That's a common
failing with these kinds of interfaces, and SSL is useless without
sufficient control over the authentication.
> I have some doubts