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 230479

Summary: Option for Client wsdl update on compile
Product: webservices Reporter: JEick
Component: CodeAssignee: issues@webservices <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description JEick 2013-05-29 19:45:40 UTC
A common problem we have encountered during development of Enterprise Applications is that a developer will forget to update their client applications wsdl after the web service interface has changed. Unfortunately there is never a clear indication of what the problem is and the developer must know to update their wsdl reference.

Would it be possible to set a compile time flag to force update of the wsdl before code compile? This would make catching potential issues much easier. Thanks.