You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by jbright <jo...@gmail.com> on 2012/10/05 11:13:37 UTC

Multi Level complexType not set by JAX-RS WADL

Here is another interesting question which I've related to CXF JAX-RS.I do
have a schema like below:In the JAVA code its like
this:@GET@Path("/findFruit")@Produces ("application/xml")public
SpaSalesRepResponse findFruit(@QueryParam("")FruitRequest request) { }Now
when I deploy the service and get the WADL I get like below:*I think that we
should be getting a param as  "fruitsearch.fruitsearchparams.color" with
type as string*Now when I make the request url in the browser.... I do have
the problem..URL I framed is like this
::http://localhost:8080/storewell/services/fruits/findFruit?credentials.appid=frontshop&credentials.token=AsaBb34TTILil&fruitsearch.fruitsearchparams.color=REDThe
response from the url is Response-Code: 204Kindly advice..



--
View this message in context: http://cxf.547215.n5.nabble.com/Multi-Level-complexType-not-set-by-JAX-RS-WADL-tp5715772.html
Sent from the cxf-user mailing list archive at Nabble.com.