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

Summary: Reusing WS Client Wizard logic from another module
Product: webservices Reporter: _ gmpatil <gmpatil>
Component: CodeAssignee: Roderico Cruz <rcruz>
Status: NEW ---    
Severity: blocker CC: venuv
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.