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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp message

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


Subject: Re: [wsrp] Schema error in WSRP 2.0



Why should it have used the fault element names? These are error codes, not faults. I would also note that the schema matches 6.1.25 in the spec.

Rich



"Subbu Allamaraju" <subbu@bea.com>

10/04/2006 04:45 PM

To
<wsrp@lists.oasis-open.org>
cc
Subject
[wsrp] Schema error in WSRP 2.0






We came across an error in the schema regarding the ErrorCodes type.

This type is a restriction based on QName, but it uses element names in stead of types in the enumeration.

This type should have been

<simpleType name="ErrorCodes">
 <restriction base="xsd:QName">
   <enumeration value="AccessDeniedFault"/>
   <enumeration value="ExportNoLongerValidFault"/>
   <enumeration value="InconsistentParametersFault"/>
   <enumeration value="InvalidRegistrationFault"/>
   <enumeration value="InvalidCookieFault"/>
   <enumeration value="InvalidHandleFault"/>
   <enumeration value="InvalidSessionFault"/>
   <enumeration value="InvalidUserCategoryFault"/>
   <enumeration value="ModifyRegistrationRequiredFault"/>
   <enumeration value="MissingParametersFault"/>
   <enumeration value="OperationFailedFault"/>
   <enumeration value="OperationNotSupportedFault"/>
   <enumeration value="ResourceSuspendedFault"/>
   <enumeration value="TooBusyFault"/>
   <enumeration value="TooManyRequestsFault"/>
 </restriction>
</simpleType>

This needs to be fixed.

Subbu
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.



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