1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/p5-XML-Compile-SOAP/pkg-descr
Frederic Culot 1d18057487 - Update to 2.37
- Pet portlint(1) by replacing tab into space in WWW link

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2013-07-19 09:02:54 +00:00

17 lines
819 B
Plaintext

This module 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 quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.
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 WSDL file is not explicit about the content of
the messages, but all messages must be schema defined types.
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
is transported in some ad-hoc way.
WWW: http://search.cpan.org/dist/XML-Compile-SOAP/