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 122923

Summary: Client stub generation from WADL
Product: webservices Reporter: Peter Liu <petertliu>
Component: RESTAssignee: Ayub Khan <ayubskhan>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PLAN
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 122918    
Attachments: sample wadl

Description Peter Liu 2007-11-28 01:07:44 UTC
Currently, we can only generate the client stubs from existing projects containing RESTful web services. We need to also
support client generation from existing WADL files.
Comment 1 Peter Liu 2007-12-05 01:29:10 UTC
Jersey 0.5 release will now generate subresource locator information in the wadl. Our client stub generation should take
advantage of this new feature.

 
Comment 2 Ayub Khan 2008-01-15 08:46:14 UTC
Fixed.

"RESTful Web Service Client Stubs" wizard now allows to  specify a wadl to generate the stubs.
See attachment for a sample wadl to use.
Comment 3 Ayub Khan 2008-01-15 08:46:15 UTC
Fixed.

"RESTful Web Service Client Stubs" wizard now allows to  specify a wadl to generate the stubs.
See attachment for a sample wadl to use.
Comment 4 Ayub Khan 2008-01-15 08:46:58 UTC
Created attachment 55056 [details]
sample wadl
Comment 5 Ayub Khan 2008-01-16 20:27:15 UTC
Already fixed. Changing the status to Fixed.
Comment 6 Lukas Jungmann 2008-01-20 23:19:53 UTC
v.; filed issue 125630 to support also remote WADL files...