Commit Graph

467 Commits

Author SHA1 Message Date
Francis Besset ccc4d57501 Merge pull request #42 from mremi/handle-request-options
Handled additional request options
2014-07-10 16:16:27 +02:00
Rémi Marseille 740f146bad Handled additional request options 2014-07-01 15:47:46 +02:00
Francis Besset e4cb612aed Created a client classmap even when it is empty 2014-04-30 10:54:07 +02:00
Francis Besset 59ea6b1ce0 Merge pull request #33 from borissamardzija/master
Update Curl class to support CURLOPT_CAINFO and CURLOPT_CAPATH options
2014-04-25 13:36:04 +02:00
Boris Samardžija 7bb849e394 Update Curl class to support CURLOPT_CAINFO and CURLOPT_CAPATH options 2014-04-25 11:16:34 +02:00
Francis Besset 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
Rémi Marseille b7581f29b0 Removed reference to return an array of HTTP headers 2014-04-24 09:29:58 +02:00
Francis Besset dc6e1e0889 Merge pull request #31 from mremi/http-auth
Added extra option to configure HTTP authentication
2014-04-24 08:38:03 +02:00
Francis Besset f986400dc2 Merge pull request #30 from mremi/method-visibility
Updated visibility from private to protected
2014-04-24 08:36:23 +02:00
Rémi Marseille 67410805ba Added method to tweak HTTP headers of request 2014-04-22 22:29:11 +02:00
Rémi Marseille 2ae7515294 Added extra option to configure HTTP authentication 2014-04-22 22:05:04 +02:00
Rémi Marseille cdfc3cd5bd Updated visibility from private to protected 2014-04-22 21:53:14 +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 188f282a87 [SoapWsdl] Specify an empty message if the input is empty 2013-12-10 15:25:09 +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 d6752a41e9 [SoapWsdl] Fixed bad usage name of type included in an other ComplexType
Fixed issue #21
2013-11-13 15:46:50 +01:00
Francis Besset 6a6661012e [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
Francis Besset 10705aa9e2 Merge branch '0.1'
Conflicts:
	src/BeSimple/SoapServer/SoapResponse.php
2013-11-06 16:50:31 +01:00
Francis Besset 7fa666e9de [SoapServer] Removed headers added by SoapServer::handle() method 2013-11-06 16:48:44 +01:00
Francis Besset bd2508f854 Merge branch '0.1' 2013-11-06 09:31:58 +01:00
Francis Besset e9429a5d03 Fixed ambiguous namespaces usage 2013-11-06 09:30:43 +01:00
Francis Besset 259c23ee4d Merge pull request #20 from hason/patch-1
Fixed typo
2013-11-01 07:42:46 -07:00
Martin Hasoň 98842b24f8 Fixed typo 2013-11-01 13:40:16 +01:00
Francis Besset 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
Francis Besset 4a97c2537e Merge branch 'patch-1' of https://github.com/rekky/BeSimpleSoap into rekky-patch-1 2013-10-30 16:51:54 +01:00
Francis Besset b8f37d213e Fixed version besimple/soap-* version in README's 2013-10-30 16:49:47 +01:00
Francis Besset 6e967fe811 Merge branch 'readmes' of https://github.com/aschamberger/BeSimpleSoap into aschamberger-readmes 2013-10-30 16:47:25 +01:00
Francis Besset 00c8726bb2 Updated composer.json 2013-10-30 16:35:17 +01:00
Andreas Schamberger dc4c9d2191 remove travis status in readme 2013-10-30 15:54:35 +01:00
Andreas Schamberger 9ddac35f18 Fix doc comment 2013-10-30 12:31:00 +01:00
Rekky ed0846da6f Fix byte length counting if strlen overloading is used 2013-10-30 11:18:22 +04:00
Francis Besset 9827e58c56 Merge pull request #19 from rolebi/patch-1
Adding besimple/soap-wsdl to dependencies
2013-10-28 03:40:34 -07: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 95efa3e366 Fixed CS 2013-10-17 13:48:02 +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
Francis Besset ad82f752f7 [SoapBundle] Added new request format (soap, wsdl) and used them in routing 2013-09-30 16:45:30 +02:00