=head1 NAME XML::Compile::SOAP::Util - general purpose routines for XML::Compile::SOAP =head1 INHERITANCE XML::Compile::SOAP::Util is a Exporter =head1 DESCRIPTION This module collects functions which are useful on many places in the SOAP implemention, just as L does for general XML implementations (often you will needs things from both). On the moment, only a long list of constant URIs are exported. =head1 FUNCTIONS =head2 Constants The export TAG C<:soap11> groups the SOAP version 1.1 related exported constants C, C, actor C, and http indicator C. =pod The export TAG C<:wsdl11> groups the exported WSDL version 1.1 related constants C, C, C, C, C. =pod The export TAG C<:daemon> refers currently only to the constant C, which refers to the MicroSoft Extension Framework namespace. =pod The export TAG C<:xop10> refers to C, C and C =head1 SYNOPSYS use XML::Compile::SOAP::Util qw/:soap11 WSDL11/; =head1 SEE ALSO This module is part of XML-Compile-SOAP distribution version 2.33, built on November 30, 2012. Website: F Other distributions in this suite: L, L, L, L, L, L, L, L, L, L, L, L, L, L, and L. Please post questions or ideas to the mailinglist at F For live contact with other developers, visit the C<#xml-compile> channel on C. =head1 LICENSE Copyrights 2007-2012 by [Mark Overmeer]. 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 F