Skip to content

Commit

Permalink
fixes for basic, digest and NTLM authentication #45
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed May 22, 2015
1 parent b408d10 commit 228bf53
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.20.2, May 22, 2015
- fixes for basic, digest and NTLM authentication.

1.20.1, May 18, 2015
- fixes encoding type for response data.

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ With this Framework you can create iPhone, iPad and Mac OS X apps that supports
* Support array, array of structs, dictionary and sets.
* Support for user-defined object with serialization of complex data types and array of complex data types, even embedded multilevel structures.
* Supports `ASMX` Services, `WCF` Services (`svc`) and now also the `WSDL` definitions.
* Supports Basic Authentication, `WS-Security`, Client side Certificate and custom security header.
* Supports Basic, Digest and NTLM Authentication, `WS-Security`, Client side Certificate and custom security header.
* Supports iOS Social Account to send OAuth 2.0 token on the request.
* `AES256` or `3DES` Encrypt/Decrypt data without SSL security.
* An example of service and how to use it is included in source code.
Expand Down Expand Up @@ -387,6 +387,8 @@ this is not optimized, very slow, instead you can use the optimization below :
7. in your class import <SOAPEngine64/SOAPEngine.h> or <SOAPEngineOSX/SOAPEngine.h>.
![import](/screen/codeimport.png)
8. and don't forget to add your app, that use our framework, in the list of [CocoaControls](https://www.cocoacontrols.com/controls/soapengine), thanks!
**[GET IT NOW!](http://www.prioregroup.com/iphone/soapengine.aspx)**
##Contacts
Expand Down
2 changes: 1 addition & 1 deletion SOAPEngine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SOAPEngine'
s.version = '1.20.1'
s.version = '1.20.2'
s.summary = 'This generic SOAP client allows you to access web services using a your iOS and Mac OS X app.'
s.license = { :type => 'Shareware', :file => 'LICENSE.txt' }
s.authors = { 'Danilo Priore' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion SOAPEngine64.framework/Versions/A/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// https://github.com/priore
// https://twitter.com/DaniloPriore
//
// Version : 1.20.1
// Version : 1.20.2
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
Expand Down
Binary file modified SOAPEngine64.framework/Versions/A/Resources/Info.plist
Binary file not shown.
Binary file modified SOAPEngine64.framework/Versions/A/SOAPEngine64
Binary file not shown.
2 changes: 1 addition & 1 deletion SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// https://github.com/priore
// https://twitter.com/DaniloPriore
//
// Version : 1.20.1
// Version : 1.20.2
// Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt
// Updates : https://github.com/priore/SOAPEngine
//
Expand Down
2 changes: 1 addition & 1 deletion SOAPEngineOSX.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX
Binary file not shown.

0 comments on commit 228bf53

Please sign in to comment.