Releases: janno-p/XRoadLib
Releases · janno-p/XRoadLib
1.3.8
Fix: duplicate complex type definitions in WSDL document.
Fix: deserialize MTOM/XOP enabled property as inline base64 content when multipart attachment content id is missing.
1.3.7
Check namespaces of complex type elements.
1.3.6
Add missing pieces of xs:duration
implementation.
1.3.5
Fix null reference exception when request definition is merged and doesn't have explicit element (and content name).
Restore Null
option of empty tag handling (provides different behavior for nullable value types).
Add xs:duration
data type.
1.3.4
Empty tag handling is only required for simple types.
1.3.3
Fix null reference exception of classic Asp.Net handler while serving X-Road metaservices.
1.3.2
Fix null reference exception when content type could not be handled.
Handle quotes around start-info=
value.
1.3.1
Fix null reference exception when multipart header does not include content type.
Fix typo in method name.
1.3.0
Fix contradictions with empty tag deserialization of simple type definitions.
Update AspNetCore tutorial to match latest changes.
Update dependencies.
1.3.0-beta003
Async interface for AspNetCore handlers.
IWebServiceContextAccessor
to provide access to web service context through DI.