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 145597

Summary: [wsdl] d'n'd does not generate any code
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: ManagerAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: ide log

Description Lukas Jungmann 2008-08-29 16:23:30 UTC
-install JAX-RPC plugin into the IDE
-restart the IDE
-add wsdl based service to services -> web services (use ie: http://weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl)
-expand created nodes

-create new J2EE 1.4 web project with src. level set to 1.4
-create new servlet there
-d'n'd some operation from ws added to manager in step 4 to the servlet

=> nothing happens, there's only an exception in the log

btw: why is the exception logged only as info? It should be severe...
Comment 1 Lukas Jungmann 2008-08-29 16:24:18 UTC
Created attachment 68642 [details]
ide log
Comment 2 Peter Liu 2008-08-29 19:11:30 UTC
This is due to the recent switch to using wsdl model for displaying the node. Reassigning to Rico who is already working
on a fix this.
Comment 3 Roderico Cruz 2008-08-29 20:42:14 UTC
An incorrect WsdlDataManager was being returned from the Lookup. Fixed.
Comment 4 Lukas Jungmann 2008-08-31 23:32:45 UTC
v.