freebsd-ports/net/p5-XML-Compile-SOAP/pkg-descr
Sunpoet Po-Chuan Hsieh f9f6e54419 Update to 3.25
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/XML-Compile-SOAP
2019-09-30 04:17:30 +00:00

14 lines
762 B
Text

XML::Compile::SOAP handles the SOAP protocol. The first implementation is
SOAP1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most
often used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is provided
via the separate distribution XML::Compile::SOAP12.
Be aware that there are three kinds of SOAP:
1. Document style (literal) SOAP, where there is a WSDL file which explicitly
types all out-going and incoming messages. Very easy to use.
2. RPC style SOAP literal. The body of the message has an extra element wrapper,
but the content is also well defined.
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
is constructed in some ad-hoc way.
WWW: https://metacpan.org/release/XML-Compile-SOAP