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 100668

Summary: add operation to handle selection of schema types along with java types
Product: webservices Reporter: Srividhya Narayanan <vidhya>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 98255    

Description Srividhya Narayanan 2007-04-11 20:50:10 UTC
Add operation dialog in the editor need to handle selection of schema types
along with java types
Comment 1 Roderico Cruz 2007-04-11 22:47:34 UTC
The following have been completed as of April 11:
1. Add Operation Using Schema dialog
2. Parse wsdl to obtain schema types that can be used in the operation
3. Generate the JAXB objects for these schema types
4. Generate messages, operation and binding operation in the WSDL
5. Generate Java method

Pending:
1. Ability to switch to Add Operation from Java (already existing) in the
from-wsdl scenario
2.Generate the XSD schema for these Java types and import into the wsdl 
3. Generate messages, operation and binding operation in the WSDL
4. Generate Java method
Comment 2 Srividhya Narayanan 2007-04-13 00:35:11 UTC
Feature completed. Moved pending features to a separate task to try
Comment 3 Jaroslav Pospisil 2010-04-06 13:51:53 UTC
v.