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 78247 - Cannot create ws from wsdl in J2EE 1.4 project
Summary: Cannot create ws from wsdl in J2EE 1.4 project
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-19 12:03 UTC by Lukas Jungmann
Modified: 2006-07-15 00:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
used wsdl (2.01 KB, text/xml)
2006-06-19 12:05 UTC, Lukas Jungmann
Details
ide log (30.84 KB, text/plain)
2006-06-19 12:06 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-06-19 12:03:46 UTC
[200606190200]

-create new J2EE 1.4 web project
-goto new WS from WSDL wizard and (download and) choose attached wsdl

=> info exception in log (attached) and "WS cannot be created by JAXWS:wsimport
utility." message appears

-wscompile should be used, not wsimport in this case
Comment 1 Lukas Jungmann 2006-06-19 12:05:41 UTC
Created attachment 31151 [details]
used wsdl
Comment 2 Lukas Jungmann 2006-06-19 12:06:58 UTC
Created attachment 31152 [details]
ide log
Comment 3 Lukas Jungmann 2006-06-19 12:08:22 UTC
Milane, check this ASAP, please.
Thanks.
Comment 4 Milan Kuchtiak 2006-06-19 15:26:39 UTC
The WS from WSDL wizard should have a test for j2ee version.
If project_version=j2ee14 there is no need to generate (jaxws)wsdl model.

In this case (rpc/encoded wsdl) the wsdl model couldn't be generated because
wsdl isn't WS-I compliant.

Simply disable wsdl model creation in j2ee14 projects and enable finish button
if wsdl file exists.
Comment 5 Radko Najman 2006-06-21 14:20:58 UTC
Hopefully fixed.

Checking in WebServiceFromWSDLPanel.java;
/cvs/websvc/dev/src/org/netbeans/modules/websvc/dev/wizard/Attic/WebServiceFromWSDLPanel.java,v
 <--  WebServiceFromWSDLPanel.java
new revision: 1.1.2.13; previous revision: 1.1.2.12
done
Checking in WebServiceFromWSDLPanel.form;
/cvs/websvc/dev/src/org/netbeans/modules/websvc/dev/wizard/Attic/WebServiceFromWSDLPanel.form,v
 <--  WebServiceFromWSDLPanel.form
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Comment 6 Lukas Jungmann 2006-07-15 00:02:59 UTC
v.