tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

Allow for arbitrary nesting in messages #28

Closed tomtkarl closed 11 years ago

tomtkarl commented 11 years ago

See: http://www.flickr.com/services/api/flickr.cameras.getBrandModels.html

The current approach relies on HashMaps which are only 1D - does not allow for flexibility of arbitrary nesting.

tomtkarl commented 11 years ago

Following work done in 8a93cf512d2dcfac5016e9b57b8611908cc380fa arbitrary nesting is now supported.