I suggest we move wsoap:code/wsoap:value to an attribute: That is, instead of: <wsoap:code> <wsoap:value>xs:QName</wsoap:value> <wsoap:subcode> <wsoap:value>xs:QName</wsoap:value> <wsoap:subcode>...</wsoap:subcode> </wsoap:subcode>? </wsoap:code> we do: <wsoap:code value="xs:QName"> <wsoap:subcode value="xs:QName"> <wsoap:subcode>...</wsoap:subcode> </wsoap:subcode>? </wsoap:code> This makes the syntax more consistent with the rest of the SOAP binding which is rather attribute-heavy. Sanjiva.Received on Wednesday, 28 April 2004 20:35:31 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.30 : Thursday, 9 June 2005 12:14:44 GMT