Information on SOAP (Simple Object Access Protocol)
SOAP (Simple Object Access Protocol) is a transaction-oriented protocol
that allows applications to exchange data over the Internet. SOAP is one of several formats based on XML.
SOAP
can also be seen as a form of RPC (Remote
Procedure Call).
SOAP usually uses the HTTP (Hypertext Transfer
Protocol) to carry data. This means that, unlike other types
of RPC, it is able to penetrate firewalls.
SOAP provides
three main functions: an envelope that contains the XML message,
a set of encoding rules and a method for defining
RPC and responses.
One important feature of SOAP is that
it allows an arbitrary data structured to be copied from
one system to another.
Other topics in our resources on XML related to SOAP include:
Please contact Argos Press if you would like to propose other entries to improve this glossary. Please contact Argos Press Pty Ltd for information on licensing content from this web site (for example this glossary entry on SOAP (Simple Object Access Protocol)). © Argos Press Pty Ltd, Canberra, 2003-2004. All rights reserved.
|