SOAP Protocol Binding Framework
- Need to carry the XML document that a SOAP message is
- Duty of a binding to an underlying protocol:
    - Serialization of the infoset
- Transmission
- Reconstruction of the infoset
 
- Can implements SOAP features:
    - Message exchange pattern (MEP)
- Optimization
- …
 
