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: Issue 067 - WS-BA inconsistency between schema and text


This is identified as WS-TX issue 067.

Please ensure follow-ups have a subject line starting "Issue 067 - WS-BA
inconsistency between schema and text".

-----Original Message-----
From: Kevin Conner [mailto:Kevin.Conner@jboss.com] 
Sent: Monday, June 26, 2006 7:45 AM
To: ws-tx@lists.oasis-open.org
Subject: [ws-tx] 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]