Andreas Schamberger
|
b5af83f9d2
|
add workaround for cli webserver, option implemented in client
|
2013-08-23 20:30:50 +02:00 |
Francis Besset
|
9f9bab242d
|
Fixed composer.json
|
2013-08-16 17:36:03 +02:00 |
Francis Besset
|
f792f53aa2
|
Added composer.json
|
2013-08-16 17:18:40 +02:00 |
Francis Besset
|
4d9b112bb5
|
Updated version to 0.2
|
2013-08-16 17:18:31 +02:00 |
Francis Besset
|
42d38653af
|
[SoapBundle] Fixed SoapWebServiceController to keep compatibility with Symfony 2.0
|
2013-08-06 17:04:24 +02:00 |
Francis Besset
|
990cca2783
|
[SoapBundle] Fixed compatibility with Symfony 2.0
|
2013-08-06 15:20:17 +02:00 |
Francis Besset
|
9b0b9a8944
|
[SoapBundle] Fixed tests
|
2013-08-06 11:43:40 +02:00 |
Francis Besset
|
71d84eddb7
|
[SoapBundle] Fixed usage of bad key in ComplexType strategy
Fix issue #5
|
2013-08-06 11:02:21 +02:00 |
Francis Besset
|
bef19356d6
|
Merge remote-tracking branch 'origin/complextype_pretty_name'
|
2013-08-05 09:54:08 +02:00 |
Francis Besset
|
762ca4d7eb
|
[SoapBundle] [Doc] Updated documentation to Alias documentation
|
2013-08-05 09:52:54 +02:00 |
Francis Besset
|
5aefca6be7
|
[SoapBundle] Cleaned configuration
|
2013-08-05 09:40:39 +02:00 |
Francis Besset
|
e765ea746e
|
[SoapBundle] Moved configuration of ComplexType aliases from config to PHP objects with annotations
Before:
``` yaml
be_simple_soap:
services_classmap:
Cutomer: My\Bundle\Entity\Customer
Cart: My\Bundle\Entity\Cart
After:
``` php
<?php
namespace My\Bundle\Entity;
use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
/**
* @Soap\Alias("Customer")
*/
class Customer
{
// ... your PHP code
}
/**
* @Soap\Alias("Cart")
*/
class Cart
{
// ... your PHP code
}
|
2013-08-05 09:40:39 +02:00 |
Francis Besset
|
6de878de7d
|
[SoapBundle] Fixed ComplexType strategy to find Type by Classname
|
2013-08-05 09:40:38 +02:00 |
Francis Besset
|
16dddc0da6
|
[SoapServer] Added Classmap class to find Type by Classname
|
2013-08-05 09:40:38 +02:00 |
Francis Besset
|
04a94bbbe4
|
[SoapBundle] Updated ComplexType strategy
|
2013-08-05 09:40:38 +02:00 |
Francis Besset
|
be1e80799c
|
[SoapBundle] Added services_classmap node configuration
|
2013-08-05 09:40:38 +02:00 |
Francis Besset
|
232b678552
|
Merge branch 'fixed_tests'
|
2013-07-25 10:32:31 +02:00 |
Francis Besset
|
0c5d2c54ab
|
Fixed tests
|
2013-07-25 09:53:04 +02:00 |
Francis Besset
|
fe4e821ff5
|
Fixed syntax for PHP 5.3
|
2013-07-24 23:44:50 +02:00 |
Francis Besset
|
9487e3a9e7
|
Fixed tests which require a webserver
|
2013-07-24 23:40:21 +02:00 |
Francis Besset
|
491d5f1ab1
|
[SoapBundle] Removed the first char if the ComplexType start with `\`
Fixed issue https://github.com/BeSimple/BeSimpleSoapBundle/issues/59
|
2013-07-23 18:06:44 +02:00 |
Francis Besset
|
a736a52bab
|
[SoapBundle] [Doc] Removed installation from deps and update installation with composer
|
2013-07-23 09:39:18 +02:00 |
Francis Besset
|
10d37dcea7
|
[SoapBundle] [Doc] Added PHP cURL extension in requirements
|
2013-07-23 09:38:26 +02:00 |
Francis Besset
|
eaeec1830d
|
Removed travis build status in README
|
2013-07-23 09:12:34 +02:00 |
Francis Besset
|
e4a9b70fb3
|
[SoapBundle] Fixed Configuration.php
|
2013-07-22 11:52:32 +02:00 |
Francis Besset
|
2e99bb7e17
|
[SoapServer] Fixed typo on SoapFault exception classes
|
2013-07-20 20:38:56 +02:00 |
Francis Besset
|
333c54d642
|
[SoapBundle] Fixed service definition of `besimple.soap.client.builder`
Fixed issue #1
|
2013-07-20 19:07:19 +02:00 |
Francis Besset
|
0a47f5c15f
|
[SoapCommon] Added assert instance of Part in ParserTest.php
|
2013-07-19 19:18:34 +02:00 |
Francis Besset
|
a2bd42c71f
|
[SoapBundle] Used `BeSimple\SoapServer\Exception\ReceiverSoapFault` instead of `SoapFault`
|
2013-07-19 19:15:27 +02:00 |
Francis Besset
|
f9a351f9bf
|
[SoapServer] Added Sender and Receiver SoapFault exception
|
2013-07-19 19:12:37 +02:00 |
Francis Besset
|
934a639ff1
|
Created branch-alias 0.1-dev
|
2013-07-19 19:11:59 +02:00 |
Francis Besset
|
b78bf408bf
|
Reorganized directories structure
|
2013-07-19 17:01:55 +02:00 |
Francis Besset
|
9328c98935
|
Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211'
git-subtree-dir: src/BeSimple/SoapBundle
git-subtree-mainline: 9a8d23fa23
git-subtree-split: e99f707b10
|
2013-07-19 17:00:11 +02:00 |
Francis Besset
|
9a8d23fa23
|
Add 'src/BeSimple/SoapServer/' from commit '127d06fcb9b401593203ce9287da14a4986158f4'
git-subtree-dir: src/BeSimple/SoapServer
git-subtree-mainline: 91bc9bdce7
git-subtree-split: 127d06fcb9
|
2013-07-19 16:57:58 +02:00 |
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
|
e99f707b10
|
Merge pull request #71 from pylebecq/convert-exceptions-to-soapfaults
[Controller] Any kind of exception are now re-thrown as SoapFault. (fixes #70)
|
2013-07-17 02:27:17 -07:00 |
Pierre-Yves LEBECQ
|
faa1a84c0b
|
[Controller] Prevented instanciation of a new SoapFault if the catched exception is already a SoapFault.
|
2013-07-17 11:21:02 +02:00 |
Pierre-Yves LEBECQ
|
5dc1c4f917
|
[Controller] Any kind of exception are now re-thrown as SoapFault.
|
2013-07-17 10:53:51 +02:00 |
Francis Besset
|
90903e8a1b
|
Merge pull request #67 from davefx/patch-1
Marking as compatible with Symfony 2.3
|
2013-06-07 04:38:29 -07:00 |
David Marín
|
55e9f6f077
|
Marking as compatible with Symfony 2.3
After making a test, both server and client work with Symfony 2.3 with no changes
|
2013-06-06 09:40:26 +02:00 |
Francis Besset
|
9d79916a62
|
Updated documentation for previous commit
|
2013-02-27 17:08:32 +01:00 |
Francis Besset
|
ea4d031084
|
Fixed issue #29
|
2013-02-27 17:06:00 +01:00 |
Francis Besset
|
a50215b649
|
Fixed bug with Zend Soap
|
2013-02-27 17:04:44 +01:00 |
Francis Besset
|
db885b2be7
|
Added KeyValue type
|
2013-02-27 17:03:38 +01:00 |
Francis Besset
|
9b585dedb7
|
Updated TODO
|
2013-02-21 10:56:06 +01:00 |
Francis Besset
|
e0feb94de1
|
Updated LICENSE file
|
2013-02-21 10:49:18 +01:00 |
Francis Besset
|
f44e231368
|
Updated installation with composer doc
|
2013-02-21 09:42:43 +01:00 |
Francis Besset
|
67adf2e77a
|
Updated phpunit.xml.dist
|
2013-02-21 08:47:10 +01:00 |