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.

v1.30.1

7 years ago
  • fixes for running on multi threading tasks

v1.30

7 years ago
  • implementation for Certificate Pinning Authentication (.cer or .der)

v1.29

7 years ago
  • fix properties declarations for Swift 3.
  • various optimizations.

v1.28

7 years ago
  • header property now support NSString and NSDictionary types.
  • optimizations for NSDate objects.
  • fix bitcode for AppleTv.

v1.27

8 years ago
  • added a new property named soapNamespace to able to setting the default name of namespace for the tag Envelope.
  • fixes for bitcode generation problems with Xcode 7.3.

v1.26.3

8 years ago
  • Fixes on CDATA elements.

NOTE: this version was compiled with Xcode 7.3 that have a bug on generation from command-line, please use the version 1.27 that resolves the problem.

v1.26.2

8 years ago
  • extended identification numeric basic types in arrays (int8/16/32/64, long32/64)
  • optimized memory management.
  • improved device detection.

v1.26

8 years ago
  • uses NSProgress to track the sending and received data progress.
  • runs notifications, blocks and delegates in the main thread.
  • supports Enterprise license with bundle-id extended style.
  • fixes in delegate and block for the wrong totals of data sent.
  • fixes crash when not found a value for soapAction attribute on WSDL declaration.
  • fixes when forKey in requestURL is nil.
  • various optimizations.

v1.25.2

8 years ago
  • fixes message "containsString unrecognized selector" on iOS 7.

v1.25

8 years ago
  • added a supported version for Apple TV.
  • fixes license message on simulator.
  • added new method that return a formatted dictionary for a sub-child with attributes.
  • added new property to define attributes for the soap action tag #75.
  • replaced the statement "retain" of the properties in the statement "strong".
  • fixes during retrieval of the class name when you pass a user-object #74.