Services, Ports, Bindings, Operations, and Messages, Oh My!
-
A service is a group of
ports.
-
A port is a association of an
endpoint (e.g. a URL) to a binding.
-
A binding is a set of
operations.
-
A operation is a
specification of input, output, and fault messages.
-
A message is a set of XML
elements where each element is a part of the message.
-
Whew!