RE: More thoughts on making binding detail definition reusable

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