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 - XML validation of WSDL doesn't catch that a binding operation fault element has no soap:fault element
Summary: XML validation of WSDL doesn't catch that a binding operation fault element h...
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Fung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 21:03 UTC by jlautz
Modified: 2006-10-06 02:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
WSDL with binding operation fault without soap:fault element (2.37 KB, application/octet-stream)
2006-10-04 21:04 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
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.