logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SOAP::Header - similar to SOAP::Data elements, a SOAP::Header object simply is encoded in the SOAP Header

Acknowledgements

       Special thanks to O'Reilly publishing which has graciously allowed SOAP::Lite to republish and
       redistribute large excerpts from ProgrammingWebServiceswithPerl, mainly the SOAP::Lite reference
       found in Appendix B.

Authors

       Paul Kulchenko (paulclinger@yahoo.com)

       Randy J. Ray (rjray@blackperl.com)

       Byrne Reese (byrne@majordojo.com)

perl v5.36.0                                       2023-03-01                                  SOAP::Header(3pm)

Description

       Objects instantiated from the SOAP::Header class are functionally the same as SOAP::Data objects, and as
       such share all the methods from that class. The distinction may be cosmetic, but it is present so that
       applications may more easily distinguish header blocks from more generic data elements.

Name

       SOAP::Header - similar to SOAP::Data elements, a SOAP::Header object simply is encoded in the SOAP Header
       block

See Also

       SOAP::Data

See Also