d3023b1a5a
UnitTests are now located in tests directory & tiny improvements
2017-03-15 10:25:48 +01:00
21d705bbfa
SoapClient custom endpoint location & connection keep alive configuration added & tests updated
2017-03-03 11:11:44 +01:00
0e2c33faf8
Support of older PHP versions removed: MimeFilter does not sanitize PHP 5.4.x error
2017-02-22 12:23:24 +01:00
f276a30a47
Curl/WsdlGenerator - better error handling
2017-02-18 00:13:02 +01:00
a76526a5b6
DEFAULT_CONNECTION_TIMEOUT default value increased to 120
2017-02-17 11:20:09 +01:00
baf32c1350
Curl is now returning response body even on error
...
It is better to switch off CURLOPT_FAILONERROR and check response status manually by HTTP response code
2017-02-17 11:07:26 +01:00
5c0bf914e3
Unused SoapClientNativeDataTransferObject removed
2017-02-17 03:36:16 +01:00
01d10b89fd
SoapClient now handles Attachments better
...
The inner storage is now the only possible way to handle attachments and hydrate responses by using ClassMap at the same time. To get the response objects from ClassMap, use SoapResponse->getResponseObject() method
2017-02-17 03:19:22 +01:00
e1b50ce914
SoapClient::__soapCall() must be compatible with \SoapClient::__soapCall() fix
2017-02-17 00:26:01 +01:00
68b41acc46
SoapClient - WSDL download fixes
2017-02-17 00:14:05 +01:00
aee034791e
SoapClient large refactoring & tests update
2017-02-14 16:01:39 +01:00
052ab20d67
tiny bugfixes
2016-11-11 16:04:44 +01:00
dd7b6904b6
SoapOptions moved
2016-11-09 17:05:43 +01:00
84c37b1d24
Soap server with attachments refactoring
2016-11-08 15:42:52 +01:00
8d033f9afc
SoapResponse is a product of SoapResponseFactory, small refactorings
2016-11-02 16:08:21 +01:00
bf494a42b5
MimeFilters are now stateless
2016-11-02 09:55:12 +01:00
969709cae5
Large refactoring of SoapKernel
2016-11-01 18:13:23 +01:00
155aa029ce
SoapRequest is now SoapRequestFactory product
2016-11-01 16:23:21 +01:00
0a157748a8
Large refactoring removing states, abstract magic, vague fluent interfaces
2016-10-27 16:24:44 +02:00
f2a8a7ebb3
Merge branch '0.2'
2014-08-18 14:20:19 +02:00
1a7f60b679
[SoapClient] Added proxy authentication option in SoapClientBuilder
...
Fixed #47
2014-08-18 11:45:53 +02:00
70db0c42fd
[SoapClient] Renamed proxy_user to proxy_login option to keep compatibility with SoapClient of PHP
2014-08-18 10:58:40 +02:00
960c9f557a
[SoapClient] Fixed typo for proxy options
...
Fixed #46
2014-08-18 10:31:20 +02:00
33d641de4e
[SoapClient] Fixed tests if proxy exists in environment variables
2014-08-18 10:29:49 +02:00
bbd4c26134
Merge branch '0.2'
2014-08-16 15:48:45 +02:00
15b208d861
Replaced cli_webserver_workaround client option by a check of CONTENT_TYPE AND HTTP_CONTENT_TYPE entry in SERVER superglobal
2014-08-14 21:40:13 +02:00
313840d5a4
Revert "[SoapClient] [Tests] Down required version of symfony/filesystem vendor"
...
This reverts commit 726ee89936
.
Conflicts:
composer.json
src/BeSimple/SoapClient/composer.json
2014-08-14 14:57:00 +02:00
8e4d8b0300
Updated BeSimpleSoap vendor requierement to 0.3
2014-08-14 14:56:39 +02:00
621b2080e0
Updated version to 0.3
2014-08-14 14:21:49 +02:00
fe67cff5ff
Merge branch 'fixed_tests'
2014-08-14 13:39:12 +02:00
e676eb0432
[composer] Used a stable version of vfsStream
2014-08-14 13:33:32 +02:00
726ee89936
[SoapClient] [Tests] Down required version of symfony/filesystem vendor
2014-08-14 13:06:18 +02:00
36a368e695
[composer] Removed dev minimum-stability
2014-08-14 13:06:18 +02:00
e2de214ea5
[SoapClient] [Tests] Removed uploaded file
2014-08-14 13:06:18 +02:00
3cfeea8371
[SoapClient] [Tests] Fixed typo
2014-08-14 13:06:18 +02:00
c24e8775bf
[SoapClient] Add possiblity to disable proxy if present in environment variable
2014-08-14 13:05:50 +02:00
10bba6a3bd
[Test] Force replace unziped file for axis server
2014-08-13 22:08:17 +02:00
740f146bad
Handled additional request options
2014-07-01 15:47:46 +02:00
7bb849e394
Update Curl class to support CURLOPT_CAINFO and CURLOPT_CAPATH options
2014-04-25 11:16:34 +02:00
02722eae8f
Merge pull request #32 from mremi/filter-request-headers
...
Added method to tweak HTTP headers of request
2014-04-24 17:22:00 +02:00
b7581f29b0
Removed reference to return an array of HTTP headers
2014-04-24 09:29:58 +02:00
dc6e1e0889
Merge pull request #31 from mremi/http-auth
...
Added extra option to configure HTTP authentication
2014-04-24 08:38:03 +02:00
67410805ba
Added method to tweak HTTP headers of request
2014-04-22 22:29:11 +02:00
2ae7515294
Added extra option to configure HTTP authentication
2014-04-22 22:05:04 +02:00
cdfc3cd5bd
Updated visibility from private to protected
2014-04-22 21:53:14 +02:00
8788d7595d
Cleaned unused method, property, variable or parameter
2013-12-02 16:02:29 +01:00
53849c68e0
Removed unused use
statement
2013-12-02 15:35:36 +01:00
bd2508f854
Merge branch '0.1'
2013-11-06 09:31:58 +01:00
e9429a5d03
Fixed ambiguous namespaces usage
2013-11-06 09:30:43 +01:00
48d305e7db
Merge branch 'wsse' of https://github.com/aschamberger/BeSimpleSoap into aschamberger-wsse
...
Conflicts:
.travis.yml
src/BeSimple/SoapServer/SoapRequest.php
2013-10-30 17:00:44 +01:00