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 138983 - Reusing WS Client Wizard logic from another module
Summary: Reusing WS Client Wizard logic from another module
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 23:10 UTC by _ gmpatil
Modified: 2008-07-03 23:10 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 _ gmpatil 2008-07-03 23:10:39 UTC
It will be helpful exposing Web services client Wizard's back end logic thru API.
Non-Http SOAP WSDL Wizard developer can use this API to leverage current Web service client wizard's back end code. 

This will allow other binding component's Wizards to create WSDL and invoke API which does below.
- Imports the WSDL into xml-resources directory
- Update the build scripts to triggers WSimport on imported WSDL
- Any other configuration information needed are stored in nbproject/jax-ws.xml 
- A node under "Web Services Reference" appears
- Drag and Drop stub code generation should happen as it is with other WSDLs.