Commit Graph

78 Commits

Author SHA1 Message Date
Petr Bechyně 2264e329a1 Added phing for running tests & fixed issues in order to pass the tests 2017-06-07 15:50:04 +02:00
Petr Bechyně aee034791e SoapClient large refactoring & tests update 2017-02-14 16:01:39 +01:00
Petr Bechyně 374c64538a remove useless SoapClientBuilder 2016-10-31 14:12:35 +01:00
Petr Bechyně 0a157748a8 Large refactoring removing states, abstract magic, vague fluent interfaces 2016-10-27 16:24:44 +02:00
Cameron Murphy c4a9b58b08 Use request_stack service instead of deprecated request service 2016-01-11 16:28:20 +11:00
Cameron Murphy fc15bf36ab Call getPath() instead of string casting 2016-01-11 16:28:05 +11:00
Cameron Murphy 8462233a08 Update FlattenException use statements 2016-01-11 16:20:13 +11:00
Cameron Murphy 03227295f6 Use ContainerAwareTrait and ContainerAwareInterface 2016-01-11 16:09:42 +11:00
Cameron Murphy f285adfa14 Use path attribute rather than pattern 2016-01-11 16:06:22 +11:00
Francis Besset 27ebf0fbce Merge remote-tracking branch 'origin/0.2' 2015-06-01 16:04:32 +02:00
Francis Besset 855e382590 [SoapBundle] Fixed service definition with factory 2015-06-01 16:04:29 +02:00
Francis Besset 2974a4f838 Stop support of Symfony <2.6 2015-06-01 16:04:24 +02:00
Francis Besset fb56d51bd8 fixup! [SoapBundle] Set _format route to xml 2015-03-27 16:07:42 +01:00
Francis Besset f2a8a7ebb3 Merge branch '0.2' 2014-08-18 14:20:19 +02:00
Francis Besset 7a9119cef1 [SoapBundle] Added configuration to configure client proxy 2014-08-18 13:54:19 +02:00
Francis Besset bbd4c26134 Merge branch '0.2' 2014-08-16 15:48:45 +02:00
Francis Besset 29170576c2 [Doc] Added documentation for SoapClient 2014-08-15 21:18:24 +02:00
Francis Besset 50ab5a93ad [SoapBundle] Update the cache dir 2014-08-15 19:46:23 +02:00
Francis Besset 1290573285 [SoapBundle] Add a hack to load BeSimpleSoap cache with a client 2014-08-15 19:45:21 +02:00
Francis Besset f5675f6ece [SoapBundle] Set cache informations even though it is disabled 2014-08-15 19:43:31 +02:00
Francis Besset 294a9fe90e Stop support of Symfony <2.3 2014-08-14 15:02:52 +02:00
Francis Besset 8e4d8b0300 Updated BeSimpleSoap vendor requierement to 0.3 2014-08-14 14:56:39 +02:00
Francis Besset 621b2080e0 Updated version to 0.3 2014-08-14 14:21:49 +02:00
Francis Besset fe67cff5ff Merge branch 'fixed_tests' 2014-08-14 13:39:12 +02:00
Francis Besset 36a368e695 [composer] Removed dev minimum-stability 2014-08-14 13:06:18 +02:00
Francis Besset a122f2a0f6 [SoapBundle] Skipped test for SoapRequest 2014-08-13 22:02:46 +02:00
Francis Besset 8d13d2dd5c [Doc] Add missing methods 2014-08-13 06:57:03 +02:00
Charles-Eric Gorron 5e8e669299 Fix Doc 2014-05-25 16:48:26 +02:00
Francis Besset e4cb612aed Created a client classmap even when it is empty 2014-04-30 10:54:07 +02:00
Francis Besset 9ac755d86e [SoapBundle] Set _format route to xml 2013-12-13 15:25:20 +01:00
Francis Besset 321dcf3058 [SoapBundle] Set wsdl request type only if the "wsdl" parameter in present in URL 2013-12-13 11:24:25 +01:00
Francis Besset 3a2b8e32ee [SoapBundle] Enhanced SoapFault management 2013-12-13 08:26:18 +01:00
Francis Besset fd5154a469 Fixed typo 2013-12-10 15:25:09 +01:00
Francis Besset f9e230400d [SoapBundle] Fixed RpcLiteralRequestMessageBinderTest 2013-12-08 00:27:33 +01:00
Francis Besset 1b4e262c60 [SoapBundle] Simplified conditional statement 2013-12-08 00:25:20 +01:00
Francis Besset 60e3714602 [SoapBundle][SoapCommon] Removed unused TypeRepository in Definition\Method classes 2013-12-08 00:23:30 +01:00
Rekky 1e82d7fdd7 Fix WSDL schema stylesheet including 2013-12-07 19:55:33 +01:00
Francis Besset 8788d7595d Cleaned unused method, property, variable or parameter 2013-12-02 16:02:29 +01:00
Francis Besset b45224587a Added use TypeConverterInterface 2013-12-02 15:39:59 +01:00
Francis Besset c8baf14c75 Fixed typo 2013-12-02 15:39:39 +01:00
Francis Besset 53849c68e0 Removed unused `use` statement 2013-12-02 15:35:36 +01:00
Francis Besset ecdf7e1872 Fixed an undefined variable
Fixed commit c830097430
Fixed issue #22
2013-11-20 08:45:12 +01:00
Francis Besset dcfca04db4 Merge remote-tracking branch 'origin/exception'
Conflicts:
	composer.json
	src/BeSimple/SoapBundle/composer.json
2013-11-15 10:37:55 +01:00
Francis Besset 73efa627ce Removed old Zend dependencies in composer.json 2013-11-13 16:43:47 +01:00
Francis Besset 6a6661012e [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
Francis Besset 00c8726bb2 Updated composer.json 2013-10-30 16:35:17 +01:00
Ronan Le Bris e7d86b3e99 Adding besimple/soap-wsdl to dependencies
Fix missing `BeSimple\SoapWsdl\Dumper\Dumper` class in `BeSimple\SoapBundle\WebServiceContext`
2013-10-28 11:09:23 +01:00
Francis Besset 54894b2fd9 Fixed ComplexType without alias name
Fix issue #17
2013-10-17 13:51:31 +02:00
Francis Besset c830097430 Rewrited Definition of WebService and WSDL dumper 2013-10-15 11:46:12 +02:00
Francis Besset 391a3f10b8 Merge branch '0.1' 2013-10-15 11:15:10 +02:00