Releases: priore/SOAPEngine
Releases · priore/SOAPEngine
XCFramework
Minor fixes
- little performance increase.
- fix license check when bundle-id is enclosed in quotation marks.
- added extended example in the swift project.
Objects serialization
- fixes the custom objects serialization
Digest Authentication
- implementation for Digest Authentication type on header of requests
Fixes for Unicode
- fixes when tags contains both unicode and special accented characters.
Fixes for wrong version number.
- fixes when tags contains html or unicode characters.
- fixes for wrong version number.
Fixes crash
- fixes crash's when data contains unicode special characters like ZERO WIDTH (eg. //u200C //u200B).
P12 Certificates
- fixes for authorization the p12 certificate types.
- added SOAPEngineXMLDatayKey constant that is used in userInfo notifications.
- fixes for the constants declaration.
Supports for the last versions of WCF services
- added a new property named "soapActionRequest" to set a different SOAPAction value in the header of the request for the support of the last versions of WCF services.
Update delegates
- added a new delegate to retrieve original NSData before of the parsing.
- deprecated didBeforeParsingResponseString leading by didBeforeParsingResponseData.