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 135494

Summary: Cannot open XML files by adding new Web Service
Product: webservices Reporter: Martin Fousek <marfous>
Component: ManagerAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 141679    
Bug Blocks:    
Attachments: screenshot

Description Martin Fousek 2008-05-21 13:39:09 UTC
Product Version: NetBeans IDE Dev (Build 200805150003)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 11.0-b09
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Steps to reproduce:
1, invoke "Add Web Service"
2, select checkbox "Local File" and "Browse..."
3, there are these files of type: wsdl, wadl, xml
4, but no xml files are shown in the directory tree

I am joining a screenshot...
Comment 1 Martin Fousek 2008-05-21 13:39:55 UTC
Created attachment 61678 [details]
screenshot
Comment 2 Lukas Jungmann 2008-07-22 22:32:20 UTC
the dialog should also allow user to select asmx files - which are quite common for web service description files in
.Net world...
Comment 3 Peter Liu 2008-07-24 23:29:07 UTC
Added support for files with .xml and .asmx extension:

http://hg.netbeans.org/main/rev/8a31b65be1b8
Comment 4 Martin Fousek 2008-08-07 14:33:57 UTC
Verified.