RE: XSECSOAPRequestorSimple::doRequest()

2005-01-24 Thread Milan Tomic
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

RE: XSECSOAPRequestorSimple::doRequest()

2005-01-24 Thread Scott Cantor
> 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