Commit Graph

128 Commits

Author SHA1 Message Date
Francis Besset 91bc9bdce7 Add 'src/BeSimple/SoapClient/' from commit '41301775bf7ca3cc8f486929c0d7484dce4c7393'
git-subtree-dir: src/BeSimple/SoapClient
git-subtree-mainline: 714346c2fc
git-subtree-split: 41301775bf
2013-07-19 16:56:20 +02:00
Francis Besset 714346c2fc Add 'src/BeSimple/SoapCommon/' from commit 'db885b2be7328fd8e663ee256df2d8570daeac3c'
git-subtree-dir: src/BeSimple/SoapCommon
git-subtree-mainline: fa8139be14
git-subtree-split: db885b2be7
2013-07-19 16:53:31 +02:00
Francis Besset fa8139be14 Initial commit 2013-07-19 16:51:16 +02:00
Francis Besset db885b2be7 Added KeyValue type 2013-02-27 17:03:38 +01:00
Francis Besset 2b60cec190 Fixed MessageBinder to avoid BC Break 2013-02-21 08:13:40 +01:00
Francis Besset b4900b95c5 Added Util\MessageBinder 2013-02-20 21:58:49 +01:00
Francis Besset 655afe5b60 Merge pull request #9 from tutitututu/master
Fix autoload path
2013-01-30 08:26:29 -08:00
Rekky 66e8de0f94 Fix autoload path 2013-01-30 19:38:53 +04:00
Francis Besset c49afcd7f6 Added .travis.yml 2013-01-16 12:01:18 +01:00
Francis Besset 3bd32c380d Fixed tests 2013-01-16 11:53:33 +01:00
Francis Besset 41301775bf Added composer.json 2013-01-15 22:52:18 +01:00
Francis Besset 17d0652959 Added composer.json 2013-01-15 22:45:35 +01:00
Francis Besset 6a4fba600f Added contributors file 2012-08-06 11:15:23 +02:00
Francis Besset 7add8ee159 Merge pull request #8 from Scheb/master
Load schemas only when there is a schemaLocation attribute
2012-08-06 02:01:01 -07:00
Christian Scheb 2a82f02db3 Code formating changes 2012-08-02 10:13:49 +02:00
Christian Scheb 5b4f19d032 Schemas should only included when there is a "schemaLocation" attribute 2012-07-31 16:57:35 +02:00
Christian Kerl ef0361df59 Merge pull request #7 from aschamberger/master
Sync Server with Client and fix some coding standard issues
2012-05-22 12:00:29 -07:00
Christian Kerl 51e6f0f689 Merge pull request #7 from aschamberger/master
Sync Server with Client
2012-05-22 12:00:17 -07:00
Andreas Schamberger 587e421dca moved client specific code to SoapClient 2012-04-29 20:26:00 +02:00
Andreas Schamberger 64002c61d2 server interop test 2012-04-29 19:23:46 +02:00
Andreas Schamberger 51a971ed33 added soap client specific soap kernel 2012-04-29 19:23:46 +02:00
Andreas Schamberger 8b10219f73 add builder functions für configuring soap attachment handling 2012-04-29 19:23:45 +02:00
Andreas Schamberger 7819c31644 add XML mime filter 2012-04-29 19:23:33 +02:00
Andreas Schamberger 7f96a20f66 Several WS and CS fixes 2012-04-29 19:23:00 +02:00
Christian Kerl e02ca6ca9c Merge pull request #5 from aschamberger/master
XML Mime contentType support
2012-02-13 02:17:43 -08:00
Christian Kerl 9b912a51b2 Merge pull request #6 from aschamberger/master
XML Mime contentType support
2012-02-13 02:17:27 -08:00
Andreas Schamberger e697d41cc3 fix to make XmlMimeTypeConvert work 2012-01-29 17:54:48 +01:00
Andreas Schamberger 3954d07112 fixed broken bootstrap 2012-01-29 17:46:39 +01:00
Andreas Schamberger 02e8d450d5 Merge remote-tracking branch 'upstream/master' 2012-01-29 17:41:37 +01:00
Andreas Schamberger 107a2904c1 add XML mime filter 2012-01-29 14:38:12 +01:00
Andreas Schamberger f0b596be99 CS 2012-01-15 11:44:05 +01:00
Andreas Schamberger 375cd7debb CS 2012-01-15 11:42:21 +01: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
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
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