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 220588 - Can't create web service client
Summary: Can't create web service client
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 14:35 UTC by kovica
Modified: 2013-01-11 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kovica 2012-10-22 14:35:27 UTC
I'm using NetBeans 7.2 with all installed updates:
About:
Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Linux version 3.2.0-32-generic running on amd64; UTF-8; sl_SI (nb)

Steps to reproduce:
- File - New Project - Maven - Java Application
- fill group id, ...
- on "Sources Package" node press right mouse button and select New - Web Service Client
- enter WSDL URL http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL
- enter package weather
- click Finish

and nothing happens. There are no changes to the project.
There are no Exceptions in messages.log.
Comment 1 kovica 2012-10-22 14:38:11 UTC
I've just tried the same with plain Java application.
File - New Project - Java - Java Application

and the web service client is generated.
Comment 2 Denis Anisimov 2012-10-23 10:47:45 UTC
web-main#02dbd333dde7
Comment 3 kovica 2012-10-23 12:27:24 UTC
Isn't it possible to make a patch for v7.2 ?
Comment 4 Quality Engineering 2012-10-24 01:29:25 UTC
Integrated into 'main-golden', will be available in build *201210240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/02dbd333dde7
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#220588 - Can't create web service client