Bug Fixes

Restored Legacy Behavior for Null Exception Element in Harmony Web Service (SOAP)

In version 3.0 of the Harmony Web Service (HarmonyWS SOAP), a change was introduced that caused the Exception element to appear with a null value in the response payload when no exception was present. This behavior differed from versions prior to 3.0, where the Exception element was omitted entirely if it was null. This change led to integration issues for some customers relying on the previous behavior. Version 3.2 restores the original behavior: the Exception element is now omitted from the response when it is null, ensuring compatibility with existing client integrations.

Last updated