Tagged Questions
The wadl tag has no wiki summary.
7
votes
6answers
5k views
What is the reason for using wadl?
To describe RESTful we can say every resource has its own URI. Using HTTP GET, POST, PUT, DELETE we can operate on these resources. All the resources are representational. Who wants to use our ...
7
votes
1answer
880 views
Why the slow WADL uptake?
I've been researching WADL and am wondering why it isn't more widely adopted?
With the rate at which REST usage seems to be growing, I'm surprised that more development efforts don't use it.
Is ...
6
votes
3answers
2k views
How do I generate C# code from WADL files?
I am looking for a code generator than can generate C# code to access RESTful web services described by WADL files in a way similar to how wadl2java works.
Doing som searching I came across the ...
5
votes
1answer
301 views
On REST: WADL or not IDL, is the following approach right?
This question is a bit long, please bear with me.
In REST, i think we should not need WADL or any IDL. But rather something that would implicitly cover its concept. The way I think about it is when ...
5
votes
2answers
929 views
Difference between WSDL 2.0, WADL & XRD?
WSDL 2.0: www.w3.org/TR/wsdl20/
WADL www.w3.org/Submission/wadl/
XRD www.oasis-open.org/committees/download.php/35274/xrd-1.0-wd10.html
All three can be used a REST API descriptors. What's the ...
4
votes
1answer
218 views
RESTful service description
From what I understand, I need to use WADL to describe a RESTful web service. Still, I have read many answers in relevant posts, where users are strongly opposed the use of WADL.
What are the ...
4
votes
5answers
946 views
Should I describe REST services in a machine readable format?
Most REST interfaces I see are described with a simple web page describing the URL, the method, accepted input and returned result. For example the Amazon S3 or the Twitter API documentation.
But why ...
3
votes
1answer
401 views
Are there any tools for generating a WADL file?
I've built a RESTful web service (I'm using asp.net 4, MVC 2) and I want to expose a WADL. Are there any tools built in or otherwise that I can use to build it? I'm not looking (yet) to generate ...
3
votes
2answers
839 views
How to build good documentation with REST API in Rails?
Currently, I am working on building RESTful web service in Rails. I am looking for some ways to build a good documentation in my Rails RESTful web service. I found some ways to do it:
Wiki like ...
2
votes
3answers
162 views
REST web service WSDL?
I am implementing a web service and I have implemented both a REST and SOAP version to see which suited my needs.I have decided to choose REST because of its simplicity and that I will probably be ...
2
votes
1answer
378 views
Create and link XSD to a WADL
I am creating some services using JAX-RS that need to take in arbitrarily complex objects as arguments, not just primitives like integers and strings. A discussion on the CXF mailing list says to just ...
2
votes
3answers
4k views
WADL/WSDL 2.0 for RESTful services in Ruby on Rails
Is there any way of publishing the parameters expected by the RESTful methods in Ruby on Rails? Using SOAP, we can use WSDL, but does RoR implement WADL or WSDL 2.0 for RESTful services?
Edit: I am ...
2
votes
4answers
372 views
Where can I find a full WADL spec?
I've read a great example of a WADL file. I've also checked out the WADL2Java tool.
But I can't seem to find a full spec of the WADL format. I have many unanswered questions, mostly dealing with ...
2
votes
4answers
3k views
Creating a REST client API
I'm currently looking into options for creating a client API for a RESTfull application. Up until now we have had WCF services to allow all application to connect to the Business Layer and we're ...
1
vote
0answers
33 views
Tools to generate UI from REST endpoint
Are there any tools which auto generate UI if WADL/REST endpoint is provided?
If there aren't what would be best way to understand the REST endpoint. Interpret the WADL and auto-generate using ...
1
vote
1answer
128 views
Define WADL resources base in Jersey
I am using Jersey 1.9 and it is generating my WADL perfectly except I need to redefine the resources base URI.
I'm running Jetty 7 sitting behind Apache using mod_proxy as a reverse proxy to route ...
1
vote
1answer
153 views
generating java stubs from WADL
Is there any tool that can generate java stubs from a WADL file.
or is there any plugin for eclipse/netbeans that can generate stubs from a WADL file.
thanks
vicky
1
vote
1answer
83 views
RESTful development -How to share with clients?
I am using Jersey/Tomcat6 for dveloping some web services. Compared to what I did for SOAP services, I am not getting the idea what should I share to my clients once the services are developed...just ...
1
vote
1answer
349 views
Is it possible for Spring RESTful services to privde a WADL or something similar?
Situation:
We are planning to build a set of new services a long side a set of old SOAP (Spring, apache CXF) web services. Our customers are used to being able to use ?wsdl to get a wsdl describing a ...
1
vote
1answer
974 views
How to generate WADL file?
I wrote RESTful web service using RESTeasy implementation and turn EJB into JSON. And now I'm on the way of development client side.
I'm using Netbeans. How I can generate WADL file? And after I ...
1
vote
1answer
281 views
Is it possible to use WSDL with a REST webservice?
I am new to the area of web-services. Is it possible to use WSDL with REST bindings? Or should I use WADL?
1
vote
1answer
345 views
creating stub files using a wadl file in j2me
Hello
i want to create stubs using a WADL web service.
i know how to create stubs from wsdl file using stub generator, wscompile
even from netbeans j2me web service client
but i have a WADL file ...
1
vote
2answers
152 views
WADL applications?
I have read the book "Restful Web services". In that book it described WADL and it's purpose to describe RESTful web applications.
That book was written in 2007, and at that time there weren't many ...
1
vote
2answers
1k views
Restful service in .NET with WADL instead of WSDL
I used WCF to create a restful web service in .NET, by means of a .svc file. The web application automatically produces a WSDL file. AFAIK, the WADL is more natural for a restul web service.
How ...
1
vote
1answer
123 views
maven dependency exists but classDefNotFound?
I have the following dependency in my pom file:-
<dependency>
<groupId>org.jvnet.ws.wadl</groupId>
<artifactId>wadl-core</artifactId>
...
1
vote
1answer
442 views
Documenting POST parameters with WADL
Looking at the current version of the WADL proposal, I couldn't quite figure out how to document POST request parameters (with application/x-www-form-urlencoded encoding).
I've seen something like ...
0
votes
0answers
9 views
NullPointerException in EnumMap when auto generating wadl with Jersey
I am using Tomcat 7, Jaxb2 and Jersey1.11.
I have a class EnumProperty which inherits from an abstract class Property.
@XmlAccessorType(XmlAccessType.FIELD)
public class EnumProperty extends ...
0
votes
0answers
16 views
jersey-docs: having sample values from vaiables for @param
This question is about not having to hard code sample values in a REST resource method documentation for extended WADL.
For example, a @GET method is as follows:
/**
* @param value {abcd}
*/
@GET
...
0
votes
1answer
45 views
Meaning of WADL
Today i read the description of WADL from wikipedia
The Web Application Description Language (WADL) is an XML-based file
format that provides a machine-readable description of HTTP-based web
...
0
votes
2answers
64 views
RESTful Webservice time value issues
I have created a RESTful webservice and this webservice uses a mysql database. This was done following a howto using the Netbeans IDE.
All is working fine except for one little thing.
There is one ...
0
votes
1answer
169 views
Enunciate with spring mvc rest and other Enunciate Questions
Does any knows if Enunciate supports Spring MVC @RequestMapping rest annotations. If so does anyone have an enunciate.xml and pom.xml file for running the mvn plugin. The mvn plugin is not merging ...
0
votes
1answer
130 views
CFX wadl2java problem generating java
Hi I'm trying to generate the Java classes that are defined in the following WADL
http://www.epo.org/searching/free/ops.html
I'm trying to do it by command line. I've download the WADL and the XSD ...
0
votes
0answers
96 views
“Cannot access WADL” message occurs when ever i try to test RESTful webservice?
when I test service, i get Cannot access WADL message on my IE9 browser and on Firefox 5, I don't get this error. But in both case i can't access left pane where the services should be listed. What is ...
0
votes
0answers
84 views
How do I generate a list of what resources are available in HTML in Jersey?
I would like for my web service to provide a handy reference to all available end points from each resource root that is requested with a html content type. It seems like all the data needed to ...
0
votes
1answer
523 views
How to wadl2java these days?
I have real difficulty finding commandline tool to convert WADL to java. No matter how much I try to google, follow blogs or java.net doc, there is no real download link. (links are broken or ...
0
votes
0answers
63 views
404 instead of wadl from jersey 1.1.5.1
Anyone know how to get a wadl with jersey 1.1.5.1? All I get is 404s. Docs say to put some stuff in your classpath and use host:port/application.wadl. I've tried this url along with ...
0
votes
0answers
85 views
Problem using wadllib in python for WADL file that has nested resources
Does anyone have any experience with wadllib for python?
To be more specific, I'm using version 1.2.0 of it in Debian Lenny. I downloaded the sources and installed it using setup.py install command.
...
0
votes
0answers
202 views
jersey wadl generation works in jetty but not in tomcat
I deploy the same Jersey app war to Jetty and Tomcat. Since I have wadl generation configured in web.xml i expect baseURL/application.wadl to work. And it does (perfectly) in Jetty, but i get 404 in ...
0
votes
0answers
77 views
Global/Common params in a WADL
In a WADL, a can have such as:
<resource path="status.{format}">
<param name="format" type="xsd:string" style="template" required="true" default="json">
<option value="xml" ...
0
votes
1answer
405 views
how to generate wadl for jax-rs getting 404 status
Hi I have rest web services running on tomcat. I'm trying to get wadl generated. What I read is that I just need to type url: http://ip:8080/application.wadl and it will be generated. However all I ...
0
votes
1answer
143 views
Restful services descriptor WADL or other way to identify method type?
How can I identify a web service supports rest behavior or not? And if a service supports Rest then would that service expose any descriptor(e.g WADL) through which I can get method name, method ...
0
votes
1answer
679 views
Can I get application.wadl file using RESTeasy?
I need get WADL file for RESTful service. I know that in case using jersey it's available as http://localhost:8080/application.wadl. But I use RESTeasy.
Can I do the same in my framework case?
...
0
votes
2answers
667 views
Help with Jersey auto-generation of WADL
As described here: http://wikis.sun.com/display/Jersey/WADL
I'm using Jersey 1.4 in Tomcat 6.
I have tried every possible URI with a "/application.wadl" and all I get is a 404 (not available). I'm ...
0
votes
1answer
296 views
REST WADL: Any style guidelines or good examples?
There are plenty of excellent examples and guidelines (see ref [1]) for writing good javadoc for Java code
We are documenting our REST interfaces via WADL using Restlet
...
0
votes
1answer
470 views
WADL: complex type from external xsd
I need to test authentication procedure using the wadl file below:
<application xmlns="http://research.sun.com/wadl/2006/10"
xmlns:sis="http://sis.thecompany.com/" >
<grammars>
...
0
votes
1answer
125 views
REST represenation for xml
i'm building a REST api and debating what format should I use for the xml representation.
i know it can be one defined in house but there are also lots for formats.
wadl looks interesting but there ...
0
votes
2answers
262 views
WADL2JAVA JClass name empty error from command line tool
I am trying to use the wadl2java command line tool to generate the client side stubs for a wadl I have been provided with, but I am getting a JClass name empty error. Can anyone help me to resolve ...
0
votes
1answer
108 views
Representing arbitrary hierarchies in WADL
I am modeling a REST API and part of the API will represent resources that are
organized into an arbitrary hierarchy of nodes with values and sub-nodes (kind
of like a file system or the windows ...
0
votes
1answer
443 views
REST api ambiguity and WADL
I have a REST api that's ambiguous, something like (this isn't the specific problem, just gives an idea of the ambiguity):
/toplevel/${customer_number}/some_command/more stuff
...