Commit Graph

668 Commits

Author SHA1 Message Date
Christian Kerl 3bb6d3abd4 added method stubs to SoapServer 2011-10-03 13:35:37 +02:00
Andreas Schamberger 3040718c9d cs fixes 2011-10-02 12:23:59 +02:00
Andreas Schamberger 06ff1ab707 tests for WsdlDownloader and cs fixes 2011-10-02 12:09:19 +02:00
Christian Kerl 824919b537 added methods to SoapServerBuilder to add TypeConverterInterface and
TypeConverterCollection objects directly
2011-09-29 13:47:42 +02:00
Christian Kerl 642c50c051 added method to SoapServerBuilder to disable wsdl caching 2011-09-29 13:32:01 +02:00
Christian Kerl b8beb549f5 added .gitignore 2011-09-29 12:35:38 +02:00
Christian Kerl 3b9690101b SoapServerBuilder now uses constants from SoapCommon\Cache 2011-09-28 16:45:02 +02:00
Christian Kerl 07ff198822 added SoapServerBuilder offering simple interface to configure the
various options of a SoapServer
2011-09-28 16:40:10 +02:00
Christian Kerl 61946b30f8 initial checkin 2011-09-28 13:56:29 +02:00
Andreas Schamberger 713edb591c Initial commit for basic SoapClient enhancements. 2011-09-26 22:42:21 +02:00
Andreas Schamberger dfb2bcebb8 replace get_class($this) with __CLASS__ 2011-09-26 16:25:56 +02:00
Andreas Schamberger a46a42412e Renamed SoapClient to SimpleSoapClient 2011-09-26 15:52:03 +02:00
Francis Besset 0f86292fcb [Doc] Fixed typo 2011-09-24 13:44:10 +03:00
Francis Besset d29f0caa8d [SoapRequest] Returns null if headers is empty 2011-09-23 10:24:22 +02:00
Francis Besset ec3866d5d1 Merge remote-tracking branch 'origin/master' into client 2011-09-22 00:18:34 +02:00
Francis Besset edee6a4c72 [Doc] Updated header tutorial to specify global headers functionality 2011-09-22 00:16:11 +02:00
Francis Besset dbeb00eae2 Added the possibility to add headers for a controller
Example:
    <?php

    namespace Acme\DemoBundle\Controller;

    use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
    use Symfony\Component\DependencyInjection\ContainerAware;

    /**
     * @Soap\Header("api_client_id", phpType = "int")
     * @Soap\Header("api_key", phpType = "string")
     */
    class DefaultController extends ContainerAware
    {
        // ...
    }
2011-09-20 22:34:16 +02:00
Francis Besset 33d1e4031c Fixed issue #10 2011-09-14 22:08:46 +02:00
Francis Besset a0a92dd1b4 Added fixtures files 2011-09-13 21:34:39 +02:00
Francis Besset 48a7e1c991 Merge remote-tracking branch 'origin/master' into client 2011-09-13 21:19:20 +02:00
Francis Besset 3de0636bb8 Used TypeConverterCollection::getTypemap() to build the typemap for SoapServer 2011-09-13 21:08:33 +02:00
Francis Besset 9cec9c65c4 Moved SoapClient::getTypemap() function in TypeConverterCollection 2011-09-13 21:03:03 +02:00
Francis Besset c2a2413330 Added TypeConverterCollection::getTypemap() function 2011-09-13 20:58:46 +02:00
Francis Besset 95c08c6edf Used converters of BeSimpleSoapCommon for SoapClient 2011-09-13 20:50:16 +02:00
Francis Besset 864cf22895 Used converters of BeSimple\SoapCommon for SoapServer 2011-09-13 20:47:35 +02:00
Francis Besset ecc3ec3c93 Updated besimple.soap.client service 2011-09-10 19:39:14 +02:00
Francis Besset c1c5d31350 Added TypeConverterCollection in SoapClient 2011-09-10 19:33:27 +02:00
Francis Besset 9b0ec8816d Added DateTypeConverter 2011-09-10 19:17:31 +02:00
Francis Besset 5c3357b879 Added DateTimeTypeConverter 2011-09-10 19:16:27 +02:00
Francis Besset 69d1e59edf Added TypeConverterCollection 2011-09-10 19:14:38 +02:00
Francis Besset d0cc3e8bd2 Check that the directory cache exists 2011-09-10 18:51:04 +02:00
Francis Besset 154863cc84 Prevent infinite recursion in RpcLiteralRequestMessageBinder 2011-09-08 21:25:45 +02:00
Francis Besset 08c51aebcf Fixed typo 2011-09-08 21:24:40 +02:00
Francis Besset 4850f782d5 Updated RpcLiteralResponseMessageBinder to prevent infinite recursion 2011-09-08 20:44:06 +02:00
Francis Besset ade1584448 Fixed issue #8 2011-09-08 20:42:09 +02:00
Francis Besset 294058a59c Added namespace option in client definition 2011-09-04 23:43:20 +02:00
Francis Besset 5790a89571 Added SoapHeader in SoapRequest 2011-09-04 23:42:03 +02:00
Francis Besset 4e33819eca Added cache_type option for soap server definition 2011-09-04 12:59:19 +02:00
Francis Besset b1da32bc97 Renamed client cache_wsdl option to cache_type 2011-09-04 12:24:51 +02:00
Francis Besset caeb484e19 Renamed client cache_wsdl option to cache_type 2011-09-04 12:15:11 +02:00
Francis Besset 2ea1704a1e Added the possibility to choice an other type cache for a client 2011-09-04 02:42:53 +02:00
Francis Besset 1a4e9246db Added besimple.soap.cache service 2011-09-04 01:59:32 +02:00
Francis Besset 502ba41935 Updated namespace for soap client 2011-09-04 00:48:45 +02:00
Francis Besset 17fdd64489 Added soap client 2011-09-04 00:47:45 +02:00
Francis Besset 358373dcc8 Moved classes 2011-09-04 00:42:51 +02:00
Francis Besset aaca80a262 Used BeSimple\SoapCommon\Cache to define the cache strategy 2011-09-04 00:36:24 +02:00
Francis Besset 5dc84ef088 Initial commit 2011-09-04 00:29:19 +02:00
Francis Besset fd162d8ca6 Initial commit 2011-09-03 21:15:51 +02:00
Francis Besset e9864b1d02 Deleted unused namespace and added PHPDoc on ServiceBinder 2011-09-01 21:15:40 +02:00
Francis Besset faf8b58108 Fixed error if an array is empty in RpcLiteralRequestMessageBinder 2011-09-01 20:18:28 +02:00