The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Compile::SOAP::Mojolicious - use XML::Compile::SOAP from Mojolicious

SYNOPSIS

 # As a client
 use XML::Compile::Transport::SOAPHTTP_MojoUA;
 my $http = XML::Compile::Transport::SOAPHTTP_MojoUA->new(@options);

 # As a server (daemon)
 #XXX not implemented yet

DESCRIPTION

This module is used to wrap various XML::Compile::SOAP extensions which relate to Mojolicious. It should also be used as dependency reference (contains the leading version number)

At the momement, there is one extension included:

  • XML::Compile::Transport::SOAPHTTP_MojoUA

    (Contributed by Heiko Jansen) Event driven implementation on of a SOAP client: you can handle many SOAP requests in parallel.

SEE ALSO

This module is part of XML-Compile-SOAP-Mojolicious distribution version 0.06, built on January 06, 2020. Website: http://perl.overmeer.net/xml-compile/

LICENSE

Copyrights 2016-2020 by [Mark Overmeer <markov@overmeer.net>]. 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/