RE: Misc comments

Arun was heard to say:

> Should we restrict it to "0" and "1" following BP 1.1 requirement [2] on 
> SOAP mustUnderstand attribute ?

This does raise an issue: currently the XPath test is 

'@soap11:mustUnderstand cast as xs:boolean = true()' 

For SOAP 1.2 it's an xs:boolean, so the test is valid

  http://www.w3.org/TR/soap12-part1/#soapmu

but for SOAP 1.1 it should be either '0' or '1':

  http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383500

I'll raise this as an issue on the testsuite and fix the
SOAP 1.1 tests and examples.

Paul

Received on Monday, 19 December 2005 20:39:27 UTC