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 159473 - New WS Client wizard halts when creating
Summary: New WS Client wizard halts when creating
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 23:46 UTC by acv
Modified: 2009-03-02 23:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description acv 2009-03-02 23:46:35 UTC
[DESCRIPTION]
The Netbeans 6.5 IDE halts when the user tries to create a WS Client from a WSDL URL and the 
server which contains the WSDL doesn't respond.

[STEPS]
1. Open NB 6.5;
2. Create a new Desktop Application project;
3. Right click on the project in the Projects panel and choose New...->Web Service Client
4. Choose WSDL URL and type the address of a WS server that wouldn't response (e.g. too busy), try this:
http://www.webservicex.net/periodictable.asmx?wsdl
5. Click Finish.

[REAL]
1. The wizard halts and the IDE halts too, the only way to exit is to kill the process.

[EXPECTED]
1. User to be warned after a timeout of server idleness and control regained.