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 81121

Summary: No way for user to manually create webservices.xml if they want to override settings for an annoated web service.
Product: webservices Reporter: _ pcw <pcw>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Sun   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ pcw 2006-07-26 00:28:36 UTC
Create a JavaEE5 module that supports annotated web services (ie Web or EJB).
There is a template to create the standard descriptor if it's not present and
the user needs one.  But there is no way for the user to create webservices.xml
if they want that one.
Comment 1 ramapulavarthi 2006-08-02 23:43:25 UTC
This is often used to modify Web Service attribute like binding. For example, a
deployer may want to configure some handlers on the application by using handler
configuration or change protocol binding or enable MTOM in the webservices.xml.
Currently there is no option to generate webservices.xml, and its not easy to
write one and a tool should help in this matter in generating one with defaults.
Comment 2 Milan Kuchtiak 2006-08-03 11:53:03 UTC
The only way is to create xml file: webservices.xml to WEB-INF/META-INF
directory, using XML Document wizard.


But anyway, to support JSR109, we should help user to generate webservices.xml.