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 - No way for user to manually create webservices.xml if they want to override settings for an annoated web service.
Summary: No way for user to manually create webservices.xml if they want to override s...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-26 00:28 UTC by _ pcw
Modified: 2006-08-03 11:53 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 _ 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.