- From: John Boyer <boyerj@ca.ibm.com>
- Date: Thu, 21 Jan 2010 15:04:15 -0800
- To: "Klotz, Leigh" <Leigh.Klotz@xerox.com>
- Cc: "Owen Newnan" <onewnan@gmail.com>, "Forms WG" <public-forms@w3.org>
- Message-ID: <OF24329C26.F5B634C0-ON882576B2.007E832D-882576B2.007EBC16@ca.ibm.com>
Hi Leigh, The soap:encodingStyle attribute should simply be removed. The attribute is only reasonable within the SOAP envelope itself, and in fact only on the Header or Body element or selected descendants of those elements. This test "hacks" the test of SOAP submission by only having the outermost envelope element, so it does not even have any elements on which it would be appropriate to place the encodingStyle attribute. Either way, it certainly doesn't belong on the HTML element. Cheers, John M. Boyer, Ph.D. STSM, Lotus Forms Workplace, Portal and Collaboration Software IBM Victoria Software Lab E-Mail: boyerj@ca.ibm.com Blog: http://www.ibm.com/developerworks/blogs/page/JohnBoyer Blog RSS feed: http://www.ibm.com/developerworks/blogs/rss/JohnBoyer?flavor=rssdw From: "Klotz, Leigh" <Leigh.Klotz@xerox.com> To: "Forms WG" <public-forms@w3.org> Cc: "Owen Newnan" <onewnan@gmail.com> Date: 01/21/2010 12:36 PM Subject: XFoms 1.1 test 11.11.1.a.xhtml: soap:encodingStyle I think I asked this before but we didn't decide; why is there a soap:encodingStyle attribute on the html element in this test? It's nothing to do with XForms, as far as I can tell. Leigh. From: Owen Newnan [mailto:onewnan@gmail.com] Sent: Thursday, January 21, 2010 10:12 AM To: Klotz, Leigh Subject: soap-encoding Leigh, I get 11.11.1.a.xhtml:8:65: cvc-complex-type.3.2.2: Attribute 'soap:encodingStyle' is not allowed to appear in element 'xhtml:html'. where the text alluded to is <xhtml:html xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> Do we need to support attributes such as soap:encodingStyle on HTML? What other SOAP attributes are needed for which elements? --
Received on Thursday, 21 January 2010 23:04:50 UTC