Commit Graph

26 Commits

Author SHA1 Message Date
52642f3ec6 started refactoring SoapKernel to SoapWebServiceController, so Symfony2 kernel is no longer overridden and no special front controller scripts or environments are required 2011-03-25 20:10:28 +01:00
047db378c7 refactored code to better separate responsibilities 2011-02-03 01:07:08 +01:00
e53b83616b added namespace to service definition; 2011-02-03 01:04:12 +01:00
79da80bdb9 fixed path to xsd schema 2011-01-07 23:03:37 +01:00
2a2552b147 added initial implementation of WsdlFileDumper based on Zend Wsdl class 2011-01-07 23:03:03 +01:00
4e54616d1e refactored FileLoader class to use new Assert class 2011-01-07 23:02:04 +01:00
4d8fae2fbe added Assert class to simplify method parameter validation 2011-01-07 23:01:34 +01:00
928dc80b5e added return type to Method class 2011-01-07 23:00:17 +01:00
1f8773a433 fixed indention 2011-01-07 22:57:40 +01:00
60795fbcbb added support for 'typemap' and 'classmap' SoapServer option 2010-12-30 02:18:10 +01:00
4cc5950a66 updated mtom message validity checks 2010-12-30 02:13:56 +01:00
370147653c updated README 2010-10-08 17:42:42 +02:00
6ff34b8db9 added unit test for SoapRequest's mtom handling;
fixed bugs;
2010-10-08 17:27:46 +02:00
c7f173456b added header comment 2010-10-08 17:01:27 +02:00
4ed8d6813a added initial support for incoming mtom/xop message handling 2010-10-08 16:59:31 +02:00
8d3743d928 added initial support for service binding 2010-10-08 14:24:42 +02:00
31d40380a6 added initial support for service definition 2010-10-07 15:16:56 +02:00
783ced3b7b fixed di container configuration 2010-10-06 00:00:15 +02:00
b083a4f512 fixed test assertion 2010-10-05 23:29:04 +02:00
27da3dcb4a fixed compilation/runtime errors;
added test fixture;
2010-10-05 23:19:26 +02:00
b0681e5fcf implemented basic SoapKernel to transform a SoapRequest to a SoapResponse 2010-10-05 21:44:30 +02:00
54a76a4ef8 added DependencyInjection configuration for SoapKernel 2010-10-04 21:19:18 +02:00
1a5ff45a39 added DependencyInjection configuration for SoapKernel 2010-10-04 21:17:06 +02:00
45c8ec7ba5 changed request service class 2010-10-04 20:48:41 +02:00
843814ccdf created bundle and core classes 2010-10-04 20:27:00 +02:00
4edda0256d added LICENSE and README files 2010-10-03 17:26:14 +02:00