Las tres partes del SOAP
En el consorcio de la internet http://www.w3.org/TR/SOAP/
se puede ver esta división:
SOAP consists of three parts:
- The SOAP envelope (see section 4) construct defines an overall framework
for expressing what is in a message;
who should deal with it, and whether it is optional or mandatory.
- The SOAP encoding rules (see section 5) defines a serialization mechanism
that can be used to exchange
instances of application-defined datatypes.
- The SOAP RPC representation (see section 7) defines a convention that can
be used to represent remote
procedure calls and responses.
Primero en el sobre ponemos la dirección, después viene la descripción de los
datos, y por fin la llamada al procedimiento. Tenemos pues, una vez más, la tríada: address, data and control.
Camino(s) ascendente(s):