As I replied in the other email, form parameters have to be described as query parameters as per the WADL spec. Realistically, a representation in WADL is an XML instance so that it could be linked to a schema element. A sequence of name/value pairs can't be
cheers, Sergey On Thu, Jul 22, 2010 at 5:14 AM, chengy <[email protected]> wrote: > > cxf2.2.5 or cxf 2.2.9: > > WadlGenerator.java line 225: > > if (isFormRequest(ori)) { > handleRepresentation(sb, jaxbTypes, jaxbProxy, clsMap, ori, > null, false); > } else { > for (Parameter p : ori.getParameters()) { > handleParameter(sb, jaxbTypes, jaxbProxy, clsMap, ori, > p); > } > } > > the last parameter of handleRepresentation is false, why not true ? > -- > View this message in context: > http://cxf.547215.n5.nabble.com/A-WADL-Representation-bug-tp1805447p1805447.html > Sent from the cxf-issues mailing list archive at Nabble.com. >
