This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86515

Summary: XML validation of WSDL doesn't catch that a binding operation fault element has no soap:fault element
Product: xml Reporter: jlautz <jlautz>
Component: WSDL ToolsAssignee: Alexander Fung <afung>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: WSDL with binding operation fault without soap:fault element

Description jlautz 2006-10-04 21:03:57 UTC
Seen on Windows XP with NB 55 061003 and JDK 1.5.0_07:

1. Open the attached WSDL file.
2. Run the XML Validation.
==> The validator doesn't care that the binding operation fault doesn't have a
soap:fault element, even though the WSDL spec requires it according to
http://www.w3.org/TR/wsdl#_soap-b.
Comment 1 jlautz 2006-10-04 21:04:56 UTC
Created attachment 34878 [details]
WSDL with binding operation fault without soap:fault element
Comment 2 Shivanand Kini 2006-10-06 02:27:59 UTC
soapcomponentvalidator needs to validate this.
Comment 3 Shivanand Kini 2006-10-06 02:29:42 UTC
The soap component validator is in the netbeans wsdl model, which is frozen. Too
late to fix this. Changing this to enhancement.