I'm not sure we can effectively separate <messageBinding> and <protocolBinding>. The protocol used sometimes affects the serialization of the message. For example, if the operation is required to be 'reliable' - using SOAP/HTTP binding may require the introduction of SOAP headers (thus changing the message serialization). However, binding to an underlying protocol that supports reliable message exchange would not require those headers. So there isn't a clean-cut separation. I suppose one could modify the message serialization within <protocolBinding>.... Don -----Original Message----- From: Jean-Jacques Moreau [mailto:jean-jacques.moreau@crf.canon.fr] In addition, I would suggest that, in bindings, we clearly separate message serialization from protocol "adapation". In your proposal, this could possibly take the form of two different <bindingTBD> sections. An alternative would be to split the existing <binding> section into two sections: <messageBinding> and <protocolBinding>. Jean-Jacques.Received on Tuesday, 21 January 2003 12:17:04 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:06:27 UTC