in reply to Re: SOAP::Lite and HTTP::Cookies
in thread SOAP::Lite and HTTP::Cookies
Thank you for the reply but actually, that doesn't work. I have solved it though. I am using GLOBs/function references and intercepting the calls to SOAP::Transport::HTTP::Client::send_receive and inserting a "Cookie" parameter directly to HTTP::Headers ref that is being passed in.
--habit