Prune x11/xpra
[dports.git] / net / p5-XML-Compile-SOAP / pkg-descr
1 This module handles the SOAP protocol. The first implementation is SOAP1.1
2 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
3 used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
4 different; this module tries to define a sufficiently abstract interface to
5 hide the protocol differences.
6
7 Be aware that there are three kinds of SOAP:
8
9 1. Document style (literal) SOAP, where there is a WSDL file which explicitly
10 types all out-going and incoming messages. Very easy to use.
11 2. RPC style SOAP literal. The WSDL file is not explicit about the content of
12 the messages, but all messages must be schema defined types.
13 3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
14 is transported in some ad-hoc way.
15
16 WWW: https://metacpan.org/release/XML-Compile-SOAP