- From: Rich Salz <rsalz@datapower.com>
- Date: Fri, 30 Aug 2002 12:38:23 -0400
- To: soapbuilders@yahoogroups.com, xml-dist-app@w3c.org
The schema definitions for both SOAP 1.1 and 1.2 seem to have a problem.
The definition of the Envelope item has this:
<xs:anyAttribute namespace="##other" processContents="lax" />
Since, for exmaple, the SOAP encodingStyle attribute is allowed on the
Envelope element (as in Example 1 of the SOAP 1.1 spec), shouldn't
##other really be ##any ?
/r$
Received on Friday, 30 August 2002 12:38:28 UTC