OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-tx message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: WS-BA inconsistency between schema and text


The description of the Fault message in the CD-02 release states that 
the message carries a QName indicating the cause of the fault (lines 
198/199)

The message in the associated schema does not match this description. 
The ExceptionType defined in the schema contains an ExceptionIdentifier 
element declared to be a string.

The relevant declarations in the schema are as follows: -

<xsd:complexType name="ExceptionType">
   <xsd:sequence>
     <xsd:element name="ExceptionIdentifier" type="xsd:string"/>
     <xsd:any namespace="##other" processContents="lax" minOccurs="0"
       maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>

<xsd:element name="Fault" type="wsba:ExceptionType"/>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]