mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
6deb005c46
Feature safe: yes
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/XML-Compile-SOAP-AnyEvent/
|