ht
tp://www.w3.org/Bugs/Public/show_bug.cgi?id=4429
Summary: Redundancy in 2.7.1
Product: WSDL
Version: 2.0
Platform: All
URL: http://li
sts.w3.org/Archives/Member/w3c-ws-
desc/2007Mar/0009
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: plh w3.org
ReportedBy: jonathan wso2.com
QAContact: www-ws-desc w3.org
[[
2.7.1 The Binding Component
A Binding component that defines bindings for an Interface
component MUST
define bindings for all the operations and faults of that
Interface component.
The bindings may can occur via defaulting rules which allow
one to specify
default bindings for all operations and faults (see, for
example [WSDL 2.0
Adjuncts]) or by defining bindings for each Interface
Operation and Interface
Fault component of the Interface component.
...
A Binding component that defines bindings for an Interface
component MUST
define bindings for all the faults of that Interface
component that are
referenced from any of the operations in that Interface
component. As for the
case of operations, the binding may can be defined by
defaulting rules. Note
that only the faults actually referenced by operations are
required to have
bindings.
]]
"A Binding component that defines bindings for an
Interface component MUST
define bindings for all the faults of that Interface"
duplicates the 1st
sentence in the earlier paragraph.
Proposed Resolution: Duplicate of 4381?
|