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 - [wsdl] d'n'd does not generate any code
Summary: [wsdl] d'n'd does not generate any code
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 16:23 UTC by Lukas Jungmann
Modified: 2008-08-31 23:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (69.56 KB, text/plain)
2008-08-29 16:24 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.