Commit Graph

  • f6775ef88f Fixed typo in Util\Collection Francis Besset 2011-07-24 14:40:52 +0200
  • fd7fcf215b Added authors Francis Besset 2011-07-24 11:31:15 +0200
  • ba0855a237 Fixed typo Francis Besset 2011-07-24 10:56:07 +0200
  • 4fa893042f New definition of complex type Francis Besset 2011-07-23 20:06:42 +0200
  • 9bd9677325 Simplified the creation of WebServiceContext Francis Besset 2011-07-21 22:55:59 +0200
  • c33005fed2 Fixed ServiceDefinition argument and type Francis Besset 2011-07-21 21:03:39 +0200
  • 695b7fb663 Simplified exposure functions in README Francis Besset 2011-07-21 20:53:49 +0200
  • 3c5ef798c1 Fixed typo in README Francis Besset 2011-07-18 23:31:03 +0200
  • c13a96131b Replaced webservice.* service name by besimple.soap.* Francis Besset 2011-07-18 22:59:20 +0200
  • 055bb8a96c Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle Francis Besset 2011-07-18 22:43:12 +0200
  • 265826f6c6 Deleted useless ControllerListener Francis Besset 2011-07-17 20:41:18 +0200
  • b4a293940a Added Contributors file Francis Besset 2011-07-17 19:46:43 +0200
  • 234689f4e5 Fixed typo Francis Besset 2011-07-17 19:41:06 +0200
  • 76e7f42ccb added TypeRepository managing all mappings from php to xml types; removed classmap generation from SoapServerFactory, this will be done by TypeRepository::createComplexTypeMap(...); Christian Kerl 2011-07-17 15:08:46 +0200
  • 5da442b716 added Zend\Soap\Wsdl\Strategy implementation supporting array types and complex types (classes) Christian Kerl 2011-07-17 15:04:33 +0200
  • 62e07ba43c added support to retrieve parameter php type form type hint Christian Kerl 2011-07-17 15:03:05 +0200
  • 0126cd4221 some cleanup Christian Kerl 2011-07-17 15:01:42 +0200
  • 887169de13 Added debug parameter at SoapServerFactory Francis Besset 2011-07-17 12:35:47 +0200
  • 1c608ccf20 The bundle is back! Francis Besset 2011-07-17 10:46:54 +0200
  • 81118f8d47 Deleted "name" element in the configuration of services Francis Besset 2011-07-14 18:39:47 +0200
  • 581ebaf865 Fixed DIC Francis Besset 2011-07-14 18:13:34 +0200
  • 51d1d28830 Cleaned files Francis Besset 2011-07-14 17:45:03 +0200
  • 7ddf05cec1 Added scripts to run phpunit tests Francis Besset 2011-07-14 17:41:28 +0200
  • ab1d720e13 Cleaned tests Francis Besset 2011-07-14 16:46:28 +0200
  • ce844e799f some small fixes to get it working Christian Kerl 2011-04-09 00:43:47 +0200
  • 8367556323 added annotation support Christian Kerl 2011-04-09 00:40:31 +0200
  • 05a96310b3 fixed WsdlDumper to generate valid WSDL files Christian Kerl 2011-04-09 00:38:39 +0200
  • 742c2f304f fixed typo Christian Kerl 2011-04-09 00:37:50 +0200
  • 1370596779 updated README Christian Kerl 2011-04-08 01:19:57 +0200
  • fa07646e3a wsdl definition can now be retrieved; aligned controller method and route naming; Christian Kerl 2011-04-08 00:46:58 +0200
  • a4d69aedbc concrete WebServiceContext services are now defined by DI extension; Christian Kerl 2011-04-08 00:45:52 +0200
  • 192cdf0af2 disabled ConverterRepository::registerTypeConverterServices(), has to be replaced with a compiler pass; Christian Kerl 2011-04-08 00:42:20 +0200
  • 8895a69d04 replaced old LoaderInterface with Symfony Config Component's LoaderInterface; added annotation based loader implementations; Christian Kerl 2011-04-08 00:41:16 +0200
  • 70da526fd4 added WebServiceContext class; SoapWebServiceController now uses WebServiceContext to acquire all objects needed to handle a request for a certain service; Christian Kerl 2011-04-07 21:54:53 +0200
  • b40a1b1efd SoapServerFactory no longer depends on dumper interface Christian Kerl 2011-04-07 21:52:59 +0200
  • aa1dfdf0f8 refactored service definition dumper classes Christian Kerl 2011-04-07 21:49:59 +0200
  • ff6eca48ee reimplemented DI extension classes and DI container config; Christian Kerl 2011-04-07 21:49:01 +0200
  • cf5665a502 renamed service definition file; removed old routing.xml; Christian Kerl 2011-04-07 19:47:14 +0200
  • 8a0e84aaea added default routing configuration Christian Kerl 2011-04-07 18:39:41 +0200
  • 71914f34d2 moved LICENSE to Resources/meta/ Christian Kerl 2011-04-07 18:38:38 +0200
  • 0f29e64f74 added empty configuration definition Christian Kerl 2011-03-26 16:43:41 +0100
  • d4c3e15f6f updated service configuration Christian Kerl 2011-03-26 16:23:44 +0100
  • 0996cf80d9 removed ServiceConfigurationFactory Christian Kerl 2011-03-26 16:22:56 +0100
  • 74005058c0 added default routing configuration for SoapWebServiceController Christian Kerl 2011-03-25 20:14:48 +0100
  • 52642f3ec6 started refactoring SoapKernel to SoapWebServiceController, so Symfony2 kernel is no longer overridden and no special front controller scripts or environments are required Christian Kerl 2011-03-25 20:09:23 +0100
  • 047db378c7 refactored code to better separate responsibilities Christian Kerl 2011-02-03 01:07:08 +0100
  • e53b83616b added namespace to service definition; Christian Kerl 2011-02-03 01:04:12 +0100
  • 79da80bdb9 fixed path to xsd schema Christian Kerl 2011-01-07 23:03:37 +0100
  • 2a2552b147 added initial implementation of WsdlFileDumper based on Zend Wsdl class Christian Kerl 2011-01-07 23:03:03 +0100
  • 4e54616d1e refactored FileLoader class to use new Assert class Christian Kerl 2011-01-07 23:02:04 +0100
  • 4d8fae2fbe added Assert class to simplify method parameter validation Christian Kerl 2011-01-07 23:01:34 +0100
  • 928dc80b5e added return type to Method class Christian Kerl 2011-01-07 23:00:17 +0100
  • 1f8773a433 fixed indention Christian Kerl 2011-01-07 22:57:40 +0100
  • 60795fbcbb added support for 'typemap' and 'classmap' SoapServer option Christian Kerl 2010-12-30 02:18:10 +0100
  • 4cc5950a66 updated mtom message validity checks Christian Kerl 2010-12-30 02:13:56 +0100
  • 370147653c updated README Christian Kerl 2010-10-08 17:42:42 +0200
  • 6ff34b8db9 added unit test for SoapRequest's mtom handling; fixed bugs; Christian Kerl 2010-10-08 17:27:46 +0200
  • c7f173456b added header comment Christian Kerl 2010-10-08 17:01:27 +0200
  • 4ed8d6813a added initial support for incoming mtom/xop message handling Christian Kerl 2010-10-08 16:58:14 +0200
  • 8d3743d928 added initial support for service binding Christian Kerl 2010-10-08 14:24:42 +0200
  • 31d40380a6 added initial support for service definition Christian Kerl 2010-10-07 15:16:56 +0200
  • 783ced3b7b fixed di container configuration Christian Kerl 2010-10-06 00:00:15 +0200
  • b083a4f512 fixed test assertion Christian Kerl 2010-10-05 23:22:12 +0200
  • 27da3dcb4a fixed compilation/runtime errors; added test fixture; Christian Kerl 2010-10-05 22:42:47 +0200
  • b0681e5fcf implemented basic SoapKernel to transform a SoapRequest to a SoapResponse Christian Kerl 2010-10-05 21:44:30 +0200
  • 54a76a4ef8 added DependencyInjection configuration for SoapKernel Christian Kerl 2010-10-04 21:19:18 +0200
  • 1a5ff45a39 added DependencyInjection configuration for SoapKernel Christian Kerl 2010-10-04 21:13:45 +0200
  • 45c8ec7ba5 changed request service class Christian Kerl 2010-10-04 20:39:04 +0200
  • 843814ccdf created bundle and core classes Christian Kerl 2010-10-04 20:27:00 +0200
  • 4edda0256d added LICENSE and README files Christian Kerl 2010-10-03 17:26:14 +0200