I want to create a JavaScript stub to call the RESTful web service defined in this wadl: http://idi.fundacionctic.org/mobSerenoaWS/application.wadl
I tried with the NetBeans REST Web Service plugin on NetBeans 7.0.1. I loaded Wadl into my file system and started generating a JavaScript stub. He created many JavaScript files, but they are incomplete. For example, the resources object is an empty array.
Could you tell me what I am missing to create an executable JavaScript script with NetBeans? Or do you know any other tool for creating JavaScript stubs from WADL?
Note. NetBeans includes a complete run example:
New Project / Samples / Java / REST Web Services: Client Database
source share