XML::Compile::XOP::Include(3pm) | User Contributed Perl Documentation | XML::Compile::XOP::Include(3pm) |
XML::Compile::XOP::Include - Represents one XOP node.
# See also SYNOPSIS of XML::Compile::XOP my $xop = XML::Compile::XOP->new; my $xop_image = $xop->bytes($binary_image); my $answer = $call->(image => $xop_image);
Represents one data-set which will be represented as separate (binary) object during transport. This can only be used on data fields which are base64Binary.
YOU SHOULD NOT instantiate this kind of objects directly, but use the XML::Compile::XOP method to create them.
The object is overloaded to produce the contained data when a scalar is required, for instance when you call functions like "length". This means that, hopefully, the end-user does not see much of a difference between data which is transported inline or packaged separately.
-Option--Default bytes undef cid <required> file undef type <required> xmime <required> xop <required>
Returned is an XML node to be included in the output tree.
This module is part of XML-Compile-SOAP distribution version 3.28, built on August 01, 2022. Website: http://perl.overmeer.net/CPAN/
Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
2022-08-04 | perl v5.34.0 |