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: [wsrp] [errata #3] Drop intf: from fault message references in bindingdefinitions



Comment:
3. 4/24/03 (Claus Von Riegen)

Our WSDL uses qualified names to reference portType fault operations from soap:fault elements. Taking the following WSDL fragment (that is part of a wsdl:operation, which in turn is part of a wsdl:binding) as an example,
 <wsdl:fault name="AccessDenied">
   <soap:fault name="intf:AccessDenied" use="literal"/>
 </wsdl:fault>
The "intf:" prefix makes the WSDL document invalid against the WSDL 1.1
schema, since the soap:fault name attribute is of type NCName. Removing all occurrences of the "intf:" prefix should resolve the issue.

Document: wsrp_v1_bindings.wsdl
Section: throughout

Old Text:  <soap:fault name="intf:...
New Text:   <soap:fault name="...


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