From: Byrne R. <by...@ma...> - 2004-10-20 00:51:12
|
Thank you so much for pointing this out to the development team. I know it has been a while since you wrote this, but you and your input is not forgotten. I have integrated this suggestion into the next release of SOAP::Lite - 0.65 beta 2. It will hopefully be released at the end of this week. Andrew Pimlott wrote: >I am using SOAP::Lite to access a Windows 2003 server with NTLM >authentication required. I've looked at the hacks in the cookbook, but >I don't think they will suffice, because I need to use NTLM not just for >the SOAP calls, but for accessing the WSDL file. > >Generally, I would really like to be able to pass in my own >LWP::UserAgent to use for all web requests. This allows for both >great flexibility and better use of resources. Would it be hard to add >this? Can anyone suggest an approach? > >In this case, I think I can work-around the problem by downloading the >WSDL file by hand, and giving it SOAP::Lite as a file: URL; then using >the SOAP::Transport::HTTP::Client::get_basic_credentials (or another) >trick for the SOAP requests. But I hope I can come up with a better >solution in the end. > >Andrew > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Soaplite-devel mailing list >Soa...@li... >https://lists.sourceforge.net/lists/listinfo/soaplite-devel > > > |