1SOAP::Header(3) User Contributed Perl Documentation SOAP::Header(3)
2
3
4
6 SOAP::Header - similar to SOAP::Data elements, a SOAP::Header object
7 simply is encoded in the SOAP Header block
8
10 Objects instantiated from the SOAP::Header class are functionally the
11 same as SOAP::Data objects, and as such share all the methods from that
12 class. The distinction may be cosmetic, but it is present so that
13 applications may more easily distinguish header blocks from more
14 generic data elements.
15
17 SOAP::Data
18
20 Special thanks to O'Reilly publishing which has graciously allowed
21 SOAP::Lite to republish and redistribute large excerpts from
22 Programming Web Services with Perl, mainly the SOAP::Lite reference
23 found in Appendix B.
24
26 Copyright (C) 2000-2004 Paul Kulchenko. All rights reserved.
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
32 Paul Kulchenko (paulclinger@yahoo.com)
33
34 Randy J. Ray (rjray@blackperl.com)
35
36 Byrne Reese (byrne@majordojo.com)
37
38
39
40perl v5.34.0 2021-07-22 SOAP::Header(3)