Skip to content

1.2.2

Compare
Choose a tag to compare
@janno-p janno-p released this 18 Mar 16:29

Fix duplicate namespace imports issue in generated service description.
Fix empty string tag deserialization (returns empty string instead of null).
Fix deserialization of array with merged content and empty values.
New exception type SchemaDefinitionException which describes issues in schema definitions on server side.
New exception type ContractViolationException which describes issues in incoming requests where message differs from service description.
New exception type InvalidQueryException which describes propblems with messages which break SOAP specification.
Refactor usage of existing exception types to use introduced exception types.