Hi,
Does SOAP::WSDL support cookie-jar? In SOAP::lite I can do:
# build a user agent $ua with cookie_jar
# send a request to server to get a cookie
new SOAP::Lite->proxy( "https://10.0.0.100",
cookie_jar => $ua->cookie_jar())
Is there similar thing in SOAP::Lite?
Thanks,