The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Session::Serialize::SOAPEnvelope - serialize as SOAPEnvelope

SYNOPSIS

  use Apache::Session::Flex;

  tie %session, 'Apache::Session::Flex', $id, {
       Store     => 'MySQL',
       Lock      => 'Null',
       Generate  => 'MD5',
       Serialize => 'SOAPEnvelope',
  };

DESCRIPTION

Apache::Session::Serialize::SOAPEnvelope provides Apache::Session serialization as SOAP Envelope. SOAP Envelope is XML and You can share session data with other Language which supports SOAP.(eg. Ruby, Python, Java..)

AUTHOR

IKEBE Tomohiro <ikebe@edge.co.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Apache::Session SOAP::Lite Apache::Session::Serialize::YAML