Commit Graph

374 Commits

Author SHA1 Message Date
Š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
Christian Kerl
23ba025ffe Merge pull request #3 from aschamberger/master
Basic support for MTOM/SwA, WS-Adressing and WS-Security
2012-01-08 11:15:28 -08:00
Christian Kerl
f6a0dcf9a7 Merge pull request #5 from aschamberger/master
Interfaces for processing SoapRequest/SoapResponse in Client/Server #2
2012-01-08 11:15:15 -08:00
Andreas Schamberger
efc6500ead replace internal type converter interface with cleaner solution 2012-01-08 09:50:23 +01:00
Andreas Schamberger
d633516e1f replace internal type converter interface with cleaner solution 2012-01-08 09:50:11 +01:00
Andreas Schamberger
bf8965895e mime filter is not generic 2012-01-08 09:31:01 +01:00
Andreas Schamberger
840fa56931 mime filter is not generic 2012-01-08 09:30:50 +01:00
Andreas Schamberger
2b2d40b3ac moved code from client to common 2012-01-07 13:19:22 +01:00
Andreas Schamberger
4d05f2889f moved code to common 2012-01-07 13:18:52 +01:00
craigmarvelley
a8c2fbb13a Fixed bug causing annotations in inheriting controllers to be ignored 2012-01-05 16:37:12 +00:00
Andreas Schamberger
daadd04657 added Apache Axis2 interop tests (including own SwA service
implementation and deployable service archives for all tests)
2012-01-05 14:21:31 +01:00
Andreas Schamberger
a4e9989941 fixed mtom type converter 2012-01-05 14:15:39 +01:00
Andreas Schamberger
67e181fd4f fixed mime to handle binary data correctly 2012-01-05 13:58:35 +01:00
craigmarvelley
d2cdc9ccad Updated to work with latest version of Zend\Soap 2012-01-04 11:47:45 +00:00
Andreas Schamberger
c5ccd89949 Added SwA to Client 2012-01-03 18:50:45 +01:00
Andreas Schamberger
22665b50ae fixed variable name 2012-01-03 18:48:40 +01:00
Andreas Schamberger
f6ea609f46 fix parser and add attachment support 2012-01-03 16:38:50 +01:00
Andreas Schamberger
e151d06371 fix mime parser bug 2012-01-03 12:38:58 +01:00
Andreas Schamberger
7cc928a111 skeleton of MimeFilter 2011-12-18 14:34:15 +01:00
Andreas Schamberger
8546fb45af doc comment fixes 2011-12-18 13:03:07 +01:00
Andreas Schamberger
d6dcddca20 remove method for now (could be a filter later) 2011-12-18 09:07:36 +01:00
Andreas Schamberger
aa35e9e172 working WS-Addressing and WS-Security filters 2011-12-17 20:36:56 +01:00
Andreas Schamberger
f0d373f1b8 fixed variable name 2011-12-17 17:52:35 +01:00
Andreas Schamberger
7de7ee9c6c CS fixes 2011-12-17 16:25:49 +01:00
Andreas Schamberger
2e155db8f9 CS fixes 2011-12-17 16:05:25 +01:00
Andreas Schamberger
ce30ccb504 phpdoc 2011-12-17 14:12:31 +01:00
Andreas Schamberger
099c1542a9 - encoding is always utf-8
- add missing location property
- consider domdocument for get/setContent
2011-12-17 13:45:18 +01:00
Andreas Schamberger
7fab5be555 fix WS 2011-12-17 13:34:34 +01:00
Andreas Schamberger
baf6997e4b Merge remote-tracking branch 'csf/soap_foundation' 2011-12-17 13:30:44 +01:00
Andreas Schamberger
8a886c7eda use Helper constants 2011-12-17 11:10:08 +01:00
Francis Besset
5061dbaa0f Merge pull request #4 from aschamberger/master
WSDL Handler and WS Security Key for future SoapClient/SoapServer implementations
2011-12-13 02:06:28 -08:00
Andreas Schamberger
1122df8e12 WS-Adressing and WS-Security Filters 2011-12-11 21:20:35 +01:00
Andreas Schamberger
a39af089f4 cs fixes 2011-12-04 17:29:50 +01:00
Andreas Schamberger
c7e8928dfa move wsdl namespace constants to Helper 2011-12-04 15:38:23 +01:00
Andreas Schamberger
d9bc76dfc3 Merge remote-tracking branch 'upstream/master' 2011-12-04 15:27:25 +01:00
Francis Besset
dd3b22ae02 Merge pull request #1 from aschamberger/master
Mime Parser and Helper for future SoapClient/SoapServer implementations
2011-12-04 06:19:05 -08:00
Andreas Schamberger
9643fd4333 remove obsolete class 2011-12-04 14:24:22 +01: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
80e8384c8b [Converters] Fixed bug if the date(time) is null 2011-12-01 11:05:59 +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
Christian Kerl
c09a163b90 fixed method call in SoapKernel 2011-11-21 20:28:31 +01:00
Christian Kerl
6ac3493bc2 added basic soap processing classes discussed in #2 2011-11-21 20:21:24 +01:00
Andreas Schamberger
7b4b832d61 added wsdl:include to WsdlDownloader (and also the wsdl:import,
xs:import)
2011-11-20 18:13:42 +01:00