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.02, built on March 17, 2016. Website: http://perl.overmeer.net/xml-compile/

Other distributions in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::WSDL11, XML::Compile::SOAP12, XML::Compile::SOAP::Daemon, XML::Compile::SOAP::WSA, XML::Compile::C14N, XML::Compile::WSS, XML::Compile::WSS::Signature, XML::Compile::Tester, XML::Compile::Cache, XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite and XML::LibXML::Simple.

Please post questions or ideas to the mailinglist at http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile . For live contact with other developers, visit the #xml-compile channel on irc.perl.org.

LICENSE

Copyrights 2016 by [Heiko Jansen/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 http://www.perl.com/perl/misc/Artistic.html