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

Revert pull #223 #229

Closed PascalSchumacher closed 8 years ago

PascalSchumacher commented 9 years ago

Revert https://github.com/membrane/soa-model/pull/223

I don't think this change is correct:

https://github.com/membrane/soa-model/commit/df5e623a4f1759b7ac3b9d4ff88d14e0f0ad8bed#commitcomment-9221239

It's causing these two tests to fail: https://github.com/membrane/soa-model/blob/110f93a173a07cdf82539a6a58fcf85fa200b133/core/src/test/groovy/com/predic8/wstool/creator/RequestCreatorTest.groovy#L36

https://github.com/membrane/soa-model/blob/110f93a173a07cdf82539a6a58fcf85fa200b133/core/src/test/groovy/com/predic8/wstool/creator/RequestCreatorTest.groovy#L73

PascalSchumacher commented 8 years ago

Issue/Tests were fixed by #243