Commit Graph

38 Commits

Author SHA1 Message Date
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
Francis Besset
ec3866d5d1 Merge remote-tracking branch 'origin/master' into client 2011-09-22 00:18:34 +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
864cf22895 Used converters of BeSimple\SoapCommon for SoapServer 2011-09-13 20:47:35 +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
faf8b58108 Fixed error if an array is empty in RpcLiteralRequestMessageBinder 2011-09-01 20:18:28 +02:00
Francis Besset
c18cede7ab Added xsd:date type and DateTypeConverter 2011-08-29 21:41:59 +02:00
Francis Besset
d4662ffe20 Updated RpcLiteralRequestMessageBinderTest 2011-08-27 22:12:38 +02:00
Francis Besset
3141adcfad Fixed namespace 2011-08-27 18:09:48 +02:00
Christian Kerl
8bc2d1aa20 added TypeConverter for PHP's DateTime to XML's dateTime 2011-08-26 22:21:51 +02:00
Christian Kerl
2dd65d2aca fixed fixture path in unit test 2011-08-26 22:19:51 +02:00
Francis Besset
7fd56b657c Fixed tests 2011-08-14 21:10:21 +02:00
Francis Besset
b843acbec7 Replaced zf2 by zend-soap and zend-mime of BeSimple Repository 2011-08-07 11:33:34 +02:00
Francis Besset
9c2dd31b68 Added unit tests 2011-07-28 00:39:55 +02:00
Francis Besset
4e6592a38e Fixed typo 2011-07-27 23:38:21 +02:00
Francis Besset
a0a3216469 Used the object hash in RpcLiteralResponseMessageBinder to return a same instance of an object 2011-07-27 23:15:47 +02:00
Francis Besset
8cd07acc11 Used the object hash in RpcLiteralRequestMessageBinder to return a same instance of an object 2011-07-27 23:13:56 +02:00
Francis Besset
2994129b8d Added RpcLiteralResponseMessageBinderTest 2011-07-27 00:48:45 +02:00
Francis Besset
483e8d1bb2 Added tests on RpcLiteralRequestMessageBinder 2011-07-27 00:13:24 +02:00
Francis Besset
444107b89a Added unit tests on RpcLiteralRequestMessageBinder 2011-07-24 21:30:45 +02:00
Francis Besset
055bb8a96c Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle 2011-07-18 22:43:12 +02:00
Francis Besset
1c608ccf20 The bundle is back!
The definition of service has changed, read the README.
2011-07-17 10:58:12 +02:00
Francis Besset
51d1d28830 Cleaned files 2011-07-14 17:45:03 +02:00
Francis Besset
7ddf05cec1 Added scripts to run phpunit tests 2011-07-14 17:43:37 +02:00
Francis Besset
ab1d720e13 Cleaned tests 2011-07-14 16:46:28 +02:00
Christian Kerl
047db378c7 refactored code to better separate responsibilities 2011-02-03 01:07:08 +01:00
Christian Kerl
79da80bdb9 fixed path to xsd schema 2011-01-07 23:03:37 +01:00
Christian Kerl
60795fbcbb added support for 'typemap' and 'classmap' SoapServer option 2010-12-30 02:18:10 +01:00
Christian Kerl
6ff34b8db9 added unit test for SoapRequest's mtom handling;
fixed bugs;
2010-10-08 17:27:46 +02:00
Christian Kerl
c7f173456b added header comment 2010-10-08 17:01:27 +02:00
Christian Kerl
8d3743d928 added initial support for service binding 2010-10-08 14:24:42 +02:00
Christian Kerl
31d40380a6 added initial support for service definition 2010-10-07 15:16:56 +02:00
Christian Kerl
b083a4f512 fixed test assertion 2010-10-05 23:29:04 +02:00
Christian Kerl
27da3dcb4a fixed compilation/runtime errors;
added test fixture;
2010-10-05 23:19:26 +02:00
Christian Kerl
b0681e5fcf implemented basic SoapKernel to transform a SoapRequest to a SoapResponse 2010-10-05 21:44:30 +02:00