membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Wadl parser not supporting multiple response under method #252

Open Shabin opened 8 years ago

Shabin commented 8 years ago

According to wadl documentation, a method can have 0 or more responses. But there is only one response object in Method class. It should be a list of Response.