Skip to main content

Wadl Parameter Style Parsing Bug Fix

· One min read

The WADL imports did not parse the Parameter style information correctly which has now been fixed.

Details

WADL Parameter definition contains a property style that indicates the mechanism of its submission. Our parser was not extracting the information from it correctly e.g. a parameter with style as header was being treated as a query parameter. This bug has now been fixed.