See patch on SOAP::Lite's devel mailing list.
Must be enabled via LWP::UserAgent.
Logged In: NO
Hmm, looks like we need something global. Maybe a SOAP::WSDL::Config singleton? Definitely not the globals as used in SOAP::Lite::Constants...
Logged In: YES user_id=884175 Originator: NO
The patch on the SOAP::Lite mailing list is a bit braindead, as calling
$soap->proxy($usr, keep_alive => $connections)
should do...
The question is, how we can implement it so that keep_alive can be used by our transport. Hmmm. Maybe a transport singleton? Hmm.
- added option in wsdl2perl && SOAP::WSDL - docs now say how to enable it in SOAP::WSDL, SOAP::WSDL::Client and generated classes
Log in to post a comment.
Logged In: NO
Hmm, looks like we need something global. Maybe a SOAP::WSDL::Config singleton? Definitely not the globals as used in SOAP::Lite::Constants...
Logged In: YES
user_id=884175
Originator: NO
The patch on the SOAP::Lite mailing list is a bit braindead, as calling
$soap->proxy($usr, keep_alive => $connections)
should do...
The question is, how we can implement it so that keep_alive can be used by our transport. Hmmm. Maybe a transport singleton?
Hmm.
Logged In: YES
user_id=884175
Originator: NO
- added option in wsdl2perl && SOAP::WSDL
- docs now say how to enable it in SOAP::WSDL, SOAP::WSDL::Client and generated classes