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 191149 - XML: WSDL validation via context menu
Summary: XML: WSDL validation via context menu
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 19:57 UTC by gliesian
Modified: 2012-05-17 11:20 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-10-19 19:57:49 UTC
WSDL validation is an important feature.

For example, the feature is provided by Eclipse, soapUI and Apache CXF.

It would be nice if it was a standard feature for NetBeans.

Here are the steps as would be performed automatically from a context menu:

1. Check the WSDL document for XML well formedness.
2. Validate the WSDL document against its XML schema. 
3. Validate the WSDL document using semantic rules defined in the WSDL specification. 
4. Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organization. 

Thanks.