First page Back Continue Last page Graphics
...Elements of WSDL
Port types:
- Abstract sets of operations supported by some endpoint
Binding:
- The link between a port type and a concrete implementation in some protocol (e.g. SOAP)
Port:
- A single endpoint (location)
- It combines a binding and a network address
Service:
- A collection of related endpoints (ports)
Notes: