APIkit for SOAP 1.6.0 Release Notes
January 31, 2025
What’s New
-
In alignment with the release of Mule runtime engine 4.9, APIkit for SOAP 1.6.0 and later drops support for the
SoapSdk
andSoapService
components.APIkit for SOAP 1.6.0 and later uses the
SoapClient
component instead of using theSoapSdk
andSoapService
components so you don’t use components that have known vulnerabilities.
Compatibility
Application/Service | Version |
---|---|
Mule runtime |
4.1.2 and later |
Anypoint Studio |
7.2.0 and later |
SOAP |
1.1 and 1.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
APIkit for SOAP now handles C0 control characters, which are supported in XML 1.1. |
W-17241557 |
The SOAP router no longer omits the prolog tag from the XML SOAP response during transformation. |
W-17084554 |