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 102064

Summary: Operation is not added in desing view
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 99509    

Description Lukas Jungmann 2007-04-21 12:49:30 UTC
-create ws from wsdl
-add some operation (eg. with xsd:float arg and return type)

=> operation is not visible in design view

WA: press "save all"
Comment 1 Lukas Jungmann 2007-04-23 13:07:24 UTC
*** Issue 102139 has been marked as a duplicate of this issue. ***
Comment 2 Milan Kuchtiak 2007-04-23 16:43:33 UTC
Fixed.

Diffs:
Checking in AddWsOperationHelper.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/AddWsOperationHelper.java,v
 <--  AddWsOperationHelper.java
new revision: 1.6; previous revision: 1.5

Checking in MethodGenerator.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/MethodGenerator.java,v 
<--  MethodGenerator.java
new revision: 1.5; previous revision: 1.4
Comment 3 Lukas Jungmann 2007-04-24 10:53:34 UTC
v.