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

Fixed an issue with nested xml unbounded sequences #271

Closed giovanni-landolina closed 5 years ago

giovanni-landolina commented 5 years ago

For example, with paths like "xpath:/create/article[1]/price[2]/amount" This fixes the sample @ https://github.com/membrane/soa-model/blob/master/distribution/src/main/java/samples/wsdl/CreateSOAPRequest.java that isn't working as of now.

predic8 commented 5 years ago

Thanks @giovanni-landolina for fixing

giovanni-landolina commented 5 years ago

@predic8 Thank you for merging. Any chance of a clean release to maven repos any time soon?