SOAPEngine Versions Save

This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.

1.43.0

3 years ago
  • added xcframework and update swift package

v1.43

5 years ago
  • little performance increase.
  • fix license check when bundle-id is enclosed in quotation marks.
  • added extended example in the swift project.

v1.42

5 years ago
  • fixes the custom objects serialization

v1.41

6 years ago
  • implementation for Digest Authentication type on header of requests

v1.40.5

6 years ago
  • fixes when tags contains both unicode and special accented characters.

v1.40.4

6 years ago
  • fixes when tags contains html or unicode characters.
  • fixes for wrong version number.

v.1.4.3

6 years ago
  • fixes crash's when data contains unicode special characters like ZERO WIDTH (eg. //u200C //u200B).

v1.4.2

7 years ago
  • fixes for authorization the p12 certificate types.
  • added SOAPEngineXMLDatayKey constant that is used in userInfo notifications.
  • fixes for the constants declaration.

v1.4

7 years ago
  • 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.

v1.31

7 years ago
  • added a new delegate to retrieve original NSData before of the parsing.
  • deprecated didBeforeParsingResponseString leading by didBeforeParsingResponseData.