Commit Graph

385 Commits

Author SHA1 Message Date
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
Andreas Schamberger 7b1e2eef93 removed orphan SoapRequest 2011-11-20 16:11:39 +01:00
Francis Besset 65fc380fa2 Fixed issue #16 2011-11-17 19:58:23 +01:00
Francis Besset 8f79b3392a Deleted condition to disable caching the WSDL in WebServiceContext 2011-11-14 20:23:40 +01:00
Francis Besset ebb5343e11 [Doc] Updated cache documentation 2011-11-13 22:51:29 +01:00
Francis Besset 6c4ef348bd Merge remote-tracking branch 'origin/client' 2011-11-13 22:42:51 +01:00
Francis Besset 0ac7a78870 [Doc] Global update 2011-11-13 22:40:42 +01:00
Francis Besset 4abf5a59ed [Doc] Add the WSDL address 2011-11-13 21:55:26 +01:00
Andreas Schamberger f168e8566a Curl instance is now given as parameter to WsdlDownloader + some
simplifications in client
2011-11-02 12:48:51 +01:00
Andreas Schamberger 3d906dc97a load WSDL file into DOM only if necessary 2011-11-01 17:17:16 +01:00
Andreas Schamberger 4ea60adcb7 added WsSecurityKey 2011-11-01 11:12:07 +01:00
Andreas Schamberger 247f9ae5da added WsdlHandler 2011-11-01 10:45:02 +01:00
Andreas Schamberger da344ad03f CS fixes 2011-11-01 08:28:08 +01:00
Andreas Schamberger e0049c906d unit tests 2011-10-31 11:55:14 +01:00
Andreas Schamberger 4becca0208 fixed parsing of mime headers 2011-10-31 11:54:41 +01:00
Andreas Schamberger cd0702c449 remove orphan test 2011-10-23 13:06:01 +02:00
Andreas Schamberger a1972a209c add helper class
fix namespace
2011-10-22 11:32:26 +02:00
Andreas Schamberger ccd5d04078 added email
removed unused variable
2011-10-22 11:28:15 +02:00
Andreas Schamberger 574ad00396 mime parser 2011-10-22 11:25:26 +02:00
Andreas Schamberger eb8e8495ad remove obsolete functions/constants 2011-10-16 19:57:29 +02:00
Andreas Schamberger 101169f7d6 convert to unix line endings 2011-10-16 19:49:24 +02:00
Andreas Schamberger cfe1a966ab added cURL tests 2011-10-16 19:41:34 +02:00
Andreas Schamberger c54b2925fe * fixed missing port number in WsdlDownloader
* fixed boolean assertions
2011-10-16 17:35:14 +02:00
Andreas Schamberger 98a916957c fix file header 2011-10-16 17:18:35 +02:00
Andreas Schamberger a766b054c2 Merge remote-tracking branch 'upstream/master' 2011-10-15 11:02:42 +02:00
Francis Besset 32259355d6 Deleted SoapServerFactory and used BeSimple\SoapServer\SoapServerBuilder to build the SoapServer 2011-10-12 22:01:50 +02:00
Francis Besset 0554e14a3e Renamed SoapServerBuilder::withHttpSession() to withPersistenceSession and added withPersistanceRequest() method 2011-10-12 21:57:00 +02:00
Francis Besset 70a85460c9 Used BeSimple\SoapCommon\Classmap for the webservice context 2011-10-12 21:08:59 +02:00
Francis Besset 4a7ec164e5 Updated Cache class 2011-10-11 22:41:32 +02:00
Francis Besset 004d88f564 Added SoapClientBuilder::withCompression() 2011-10-11 22:39:55 +02:00
Francis Besset d6c9074c94 Added SoapClientBuilder::withProxy() 2011-10-11 22:07:16 +02:00
Francis Besset 55a9b6e233 Fixed typo and added unit tests 2011-10-11 21:50:07 +02:00
Francis Besset f95a5177b1 Fixed typo and added unit tests 2011-10-11 21:24:32 +02:00
Francis Besset d3c31116c7 Replaced soap.client by soap.client.builder 2011-10-10 22:19:43 +02:00
Francis Besset 0f30119294 Added AbstractSoapBuilder::withWsdlCache() method 2011-10-10 22:18:20 +02:00
Francis Besset 24a912b50d Fixed typo 2011-10-10 20:13:42 +02:00
Francis Besset 40eacb99e5 Fixed typo 2011-10-10 20:13:16 +02:00
Francis Besset 9ce673b8cb Added Authentication in SoapClientBuilder 2011-10-10 00:40:21 +02:00
Francis Besset a9b1bdc714 Deleted SoapClient 2011-10-10 00:21:23 +02:00
Francis Besset c1a3059a95 Updated SoapServerBuilder 2011-10-10 00:08:06 +02:00