The interface resource created by wadl2java (using maven
cxf-wadl2java-plugin) is always setting the parameter data type to String
for any floating point types defined in the wadl.

<request>
  <doc>Request</doc>
  
    <doc>Search radius in miles</doc>
  
</request>

results in

 @GET
 @Produces("text/xml")
 ListingListType get(@QueryParam("miles") String miles);



--
View this message in context: 
http://cxf.547215.n5.nabble.com/wAdl2java-not-creating-floating-point-data-types-properly-tp5728638.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to