Francis Besset
|
e0feb94de1
|
Updated LICENSE file
|
2013-02-21 10:49:18 +01:00 |
Francis Besset
|
f44e231368
|
Updated installation with composer doc
|
2013-02-21 09:42:43 +01:00 |
Francis Besset
|
67adf2e77a
|
Updated phpunit.xml.dist
|
2013-02-21 08:47:10 +01:00 |
Francis Besset
|
03f19a0e61
|
Refactored SoapWebServiceController
|
2013-02-21 08:27:36 +01:00 |
Francis Besset
|
794d6cf8c2
|
Used MessageBinder of BeSimpleSoapCommon component
|
2013-02-21 08:22:55 +01:00 |
Francis Besset
|
a86c680263
|
Fixed ComplexType strategy
|
2013-02-20 20:42:08 +01:00 |
Francis Besset
|
b7d9705891
|
Added TODO.md file
|
2013-02-20 20:41:15 +01:00 |
Francis Besset
|
3c44c543b1
|
Renamed CONTRIBUTORS.markdown to CONTRIBUTORS.md
|
2013-02-20 17:18:03 +01:00 |
Francis Besset
|
9e18ef7693
|
Updated travis file
|
2013-02-20 17:04:58 +01:00 |
Francis Besset
|
9cce7a02e5
|
Updated composer.json
|
2013-02-20 16:37:00 +01:00 |
Francis Besset
|
6994f7712b
|
Added build status from travis in README
|
2013-02-20 16:32:51 +01:00 |
Francis Besset
|
29ab80c06c
|
Added travis
|
2013-02-20 16:29:50 +01:00 |
Francis Besset
|
f5d49a0236
|
Updated bootsrap tests (use composer for vendors)
|
2013-02-20 16:25:08 +01:00 |
Francis Besset
|
332872443e
|
Renamed README.markdown to README.md
|
2013-02-20 16:00:12 +01:00 |
Francis Besset
|
b5fbb9192c
|
Updated doc
|
2013-02-20 15:58:12 +01:00 |
Francis Besset
|
55ae5e7e99
|
Updated Cache
|
2013-02-20 15:30:01 +01:00 |
Francis Besset
|
f26fc4f72a
|
Updated installation doc with Composer
|
2013-02-20 15:26:26 +01:00 |
Francis Besset
|
e3ddebfea4
|
Added SoapResponseListener
This listener allow return a raw result from the action.
Before:
/**
* @Soap\Method("hello")
* @Soap\Param("name", phpType = "string")
* @Soap\Result(phpType = "string")
*/
public function helloAction($name)
{
return $this->container->get('besimple.soap.response')->setReturnValue(sprintf('Hello %s!', $name));
}
After:
/**
* @Soap\Method("hello")
* @Soap\Param("name", phpType = "string")
* @Soap\Result(phpType = "string")
*/
public function helloAction($name)
{
return sprintf('Hello %s!', $name);
}
|
2013-02-20 14:45:47 +01:00 |
Francis Besset
|
2e34b1ce1d
|
Used new interface for WdslTypeStrategy
|
2013-02-20 13:43:54 +01:00 |
Francis Besset
|
0ee09df973
|
Fixed zend-(soap|mime) vendors
|
2013-02-20 11:53:52 +01:00 |
Francis Besset
|
833d622093
|
Merge pull request #55 from tutitututu/master
Fix incompatibility with Symfony 2.1.*
|
2013-02-12 07:10:39 -08:00 |
Rekky
|
030561521e
|
Fix code styling
|
2013-01-30 22:16:55 +04:00 |
ldantunez
|
1f41d88f8b
|
Update ServiceDefinition/Loader/AnnotationClassLoader.php
Solving Symfony 2.1.* issue with the bundle.
|
2013-01-30 20:04:00 +04:00 |
Francis Besset
|
baa586e268
|
Added composer.json
|
2013-01-15 22:51:04 +01:00 |
Francis Besset
|
7005a75231
|
Merge pull request #50 from matthiasnoback/patch-1
Fixed git URLs for the deps file
|
2012-11-15 01:35:54 -08:00 |
Matthias Noback
|
76bd41018e
|
Fixed git URLs for the deps file
|
2012-11-15 10:34:29 +01:00 |
Francis Besset
|
5a88648060
|
Refactoring of SoapWebServiceController::definitionAction()
|
2012-08-27 11:44:30 +02:00 |
Francis Besset
|
4741e142d0
|
Added Craig Marvelley in contributors file
|
2012-08-01 09:36:30 +03:00 |
Francis Besset
|
3a963b0201
|
Merge pull request #27 from boxuk/master
Updated code to work with more recent versions of Zend library dependencies
|
2012-07-31 23:35:26 -07:00 |
Francis Besset
|
80f999675a
|
Added Šarūnas Dubinskas in contributors
|
2012-01-12 11:56:39 +01:00 |
Francis Besset
|
e291afcba1
|
Merge branch 'master' of https://github.com/sarunas/BeSimpleSoapBundle into sarunas-master
Conflicts:
ServiceBinding/RpcLiteralResponseMessageBinder.php
|
2012-01-12 11:53:58 +01:00 |
Francis Besset
|
cfe949b781
|
Fixed bug if a complex type contains a collection
|
2012-01-12 11:45:15 +01:00 |
Šarūnas Dubinskas
|
a2bec5d710
|
Merge pull request #1 from vytautasgimbutas/master
ComplexType fix
|
2012-01-12 01:24:21 -08:00 |
Vytautas Gimbutas
|
383d24e86b
|
Fix for ComplexType
|
2012-01-12 11:22:08 +02:00 |
Šarūnas Dubinskas
|
63d3611006
|
Fix to allow ComplexType to be nillable
|
2012-01-11 15:11:55 +02:00 |
craigmarvelley
|
a8c2fbb13a
|
Fixed bug causing annotations in inheriting controllers to be ignored
|
2012-01-05 16:37:12 +00:00 |
craigmarvelley
|
d2cdc9ccad
|
Updated to work with latest version of Zend\Soap
|
2012-01-04 11:47:45 +00:00 |
Francis Besset
|
f0031e8923
|
Fixed issue #17
|
2011-12-01 11:37:58 +01:00 |
Francis Besset
|
5cb8249218
|
Fixed issue #20
|
2011-12-01 11:12:40 +01:00 |
Francis Besset
|
16ee889230
|
Check that complex type has not in classmap before adding
|
2011-11-26 19:59:09 +01:00 |
Francis Besset
|
bacdc90870
|
Moved Classmap instance in ServiceDefinition
|
2011-11-26 12:18:29 +01:00 |
Francis Besset
|
ea65831c12
|
Fixed typo on definition of cache directory
|
2011-11-22 23:05:55 +01:00 |
Francis Besset
|
b1b0fb87f1
|
Fixed issue #15 and #18
|
2011-11-22 23:00:59 +01:00 |
Francis Besset
|
64e1759f45
|
[Doc] Updated SoapServer configuration
|
2011-11-22 10:08:36 +01:00 |
Francis Besset
|
65fc380fa2
|
Fixed issue #16
|
2011-11-17 19:58:23 +01:00 |
Francis Besset
|
8f79b3392a
|
Deleted condition to disable caching the WSDL in WebServiceContext
|
2011-11-14 20:23:40 +01:00 |
Francis Besset
|
ebb5343e11
|
[Doc] Updated cache documentation
|
2011-11-13 22:51:29 +01:00 |
Francis Besset
|
6c4ef348bd
|
Merge remote-tracking branch 'origin/client'
|
2011-11-13 22:42:51 +01:00 |
Francis Besset
|
0ac7a78870
|
[Doc] Global update
|
2011-11-13 22:40:42 +01:00 |
Francis Besset
|
4abf5a59ed
|
[Doc] Add the WSDL address
|
2011-11-13 21:55:26 +01:00 |