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 - Option for Client wsdl update on compile
Summary: Option for Client wsdl update on compile
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 19:45 UTC by JEick
Modified: 2013-05-30 07:11 UTC (History)
0 users

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 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.