SOAP-WSDL - Re: Basic Auth Issue SOAP-WSDL-2.00_32

Posted on Sun Mar 9 07:44:50 2008 by jrupard in response to 7296 (See the whole thread of 3)
Re: Basic Auth Issue SOAP-WSDL-2.00_32
*SOAP::Transport::HTTP::get_basic_credentials = sub {

To
*SOAP::Transport::HTTP::Client::get_basic_credentials = sub {

I've found that the this code works fine when I'm connecting to a non-SSL endpoint. When the endpoint is SSL (https://server/webservice) I receive a 401 Unauthorized error.
Again, my soaplite client is working over SSL.

Regards,
Jason
Direct Responses: 7303 | Write a response