Releases: priore/SOAPEngine
Releases · priore/SOAPEngine
Enhancements
- supports attributes for child tag.
- fixes for soap message with inside another XML base format.
- optimization performance.
Minor bug fixes
- added method that return a single boolean value (like integerValue etc.).
- fixes for the default tag names for an array parameter.
- fixes for duplicate declaration when a project already use XPathQuery.
- fixes when a WSDL definition not contain location attribute or soapAction attribute.
- bitcode enabled.
Update WS-Security
- added support for text password on WS-Security.
- fixes for soap message with inside another XML message.
- increased the minimum SDK version to iOS 7.1 and Xcode version to 5.1.1.
Fix XML Injection
- fix for xml injection.
- fix for “Incorrect NSStringEncoding value detected” message.
- auto detect wsdl call when using requestURL instead of requestWSDL.
enhancements
- parsing soapAction when contains ‘#’.
- fixes when the xml contains internally JSON.
- extended method setValue with tag attribute definitions.
- support for enterprise licenses, one license for multiple apps.
fixes for basic, digest and NTLM authentication
v1.20.2 fixes for basic, digest and NTLM authentication #45
fixes encoding type for response data
- fixes encoding type for response data #44
extended method setValue
- enhancement #42
OAuth tokens
- OAuth tokens