On 04/06/13 14:23, rjadrian wrote:
sorry, i don't understand.
I also just noticed my initial post got cut off (wadl above, generated
Resource result below).
@GET
@Produces("text/xml")
ListingListType get(@QueryParam("miles") String miles);
I believe the reason you are seeing 'String' instead of 'float' or Float
(if 'miles' is an optional parameter) is because xsd:float was not
recognized, due to the internal map where XSD types are mapped to Java
types had no info about xsd:float.
So I updated that map and you should see it now working as expected (try
the snapshots in a day or two)
Sergey
--
View this message in context:
http://cxf.547215.n5.nabble.com/wAdl2java-not-creating-floating-point-data-types-properly-tp5728638p5728719.html
Sent from the cxf-user mailing list archive at Nabble.com.