Forum Discussion

gem's avatar
gem
New Contributor
16 years ago

Spring WS seems not to work with SoapUI MockService

I got a wsdl and mocked it with SoapUI MockService.
When i sent a request from Spring WS to the MockService it return the response in chunked Transfer enconding.
It seems Spring WS cannot out of the box handle this Transferencoding with a Jibx Marshaller and rises an Exception.
Are there any possible Workarounds for this issue?