users@wadl.java.net

Re: Multiple GET methods for same resource

From: Sebastian Paul <me_at_sebpaul.de>
Date: Thu, 10 Jun 2010 17:08:40 +0200

Fixed parameter value is exactly what I need, thank you.
SoapUI does not support it. The value is ignored, an empty parameter is
sent. However, I just define the same value as default, then SoapUI
appends it.
Wadl2java does the correct job: it excludes the parameter from the Java
method signatures and assigns a static value - fine!
Now I just need the "IncludeIdInMethodName"-switch and I have what I need ;)

Regards, Sebastian

Am 6/10/2010 4:49 PM, schrieb Hadley, Marc J:
>
> Its not a WADL restriction, a parameter can have a fixed value, see
> the param/_at_fixed attribute:
>
> http://www.w3.org/Submission/wadl/#x3-270002.12.2
>
>