-
Type:
Bug
-
Status: New
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: RegRep4
-
Labels:None
-
Environment:
In rs.xsd there are subtypes for RegistryExceptionType corresponding to the protocol errors in Appendix A. Three types are missing:
CatalogingExceptionType
QueryExceptionType
ValidationExceptionType
I will upload a patched XSD.
BTW Appendix A assumes separate elements but the XSD in fact has a generic Exception element and uses different subtypes for the various exceptions.
In rs.xsd there are subtypes for RegistryExceptionType corresponding to the protocol errors in Appendix A. Three types are missing: CatalogingExceptionType QueryExceptionType ValidationExceptionType I will upload a patched XSD. BTW Appendix A assumes separate elements but the XSD in fact has a generic Exception element and uses different subtypes for the various exceptions.
- EBCORE-14Missing types for three exceptions in rs.xsd
- EBCORE-2a way to describe files associate to the business document XML Schemas (specified in the SimplePart), but that don't become part of the message
- EBCORE-1New features for MSH signal overrides for both packageId and channelId. Document how the MSH signal package and channel is determined.
- EBCORE-11ebRS 2.2.2 Remove the section and just reference the one from ebRIM
- EBCORE-10ebRIM 8.2.1 Replace complex type definition with the one from the rim.xsd
- EBCORE-9ebRS 9.4.3 Add a comment about basic collaboration
- EBCORE-8Patch Canonical documents
- EBCORE-3ebRS 1.2.2.2 remove hard-wired dependency on SOAP/WSDL and allow other bindings.
- EBCORE-4ebRS 1.2.2.2 editorial
- EBCORE-5ebRS and ebRIM missing bibliography entries.
- EBCORE-6RegRep4 overview, outdated citation format
- EBCORE-13ebRS 11.3 Reference the corresponding sections from ebRIM instead of copying XSD definitions
- EBCORE-12ebRS 9.9.5 Mistyped example
- EBCORE-7Remove Filter operation from RegRep4 SPI WSDL
Missing types for three exceptions in rs.xsd
1 of 14
Thanks a lot Nikola for the quick response!
Just need to keep in mind that the namespaces are different when referencing them:
<rs:Exception xsi:type="query:QueryExceptionType" ... > ..</..>
<rs:Exception xsi:type="rs:AuthorizationExceptionType" ... > ..</..>
We'll document that for our users.