aboutsummaryrefslogtreecommitdiff
path: root/net/p5-XML-Compile-SOAP-AnyEvent/pkg-descr
blob: 45816212a5a82ebcacbc9cc30dcd685087b4aee3 (plain) (blame)
1
2
3
4
5
6
This module handles the exchange of (XML) messages, according to the
rules of SOAP (any version).  The module does not known how to parse or
compose XML, but only worries about the HTTP aspects.

In contrairy to XML::Compile::Transport::SOAPHTTP, this implementation
can be used in various event-driven environments, via AnyEvent::HTTP.