Francis Besset
0f86292fcb
[Doc] Fixed typo
2011-09-24 13:44:10 +03:00
Francis Besset
edee6a4c72
[Doc] Updated header tutorial to specify global headers functionality
2011-09-22 00:16:11 +02:00
Francis Besset
958efd3431
Replaced QName->getNamespace() by ServiceDefinition->getNamespace() for headers
2011-09-01 19:40:44 +02:00
Francis Besset
57b35c5e62
[Doc] Added types available
2011-08-29 22:20:24 +02:00
Francis Besset
b4da2f727e
Added besimple.soap.response service
...
It is highly recommended not to instantiate BeSimple\SoapBundle\Soap\SoapResponse
but to use the service besimple.soap.response
Before:
public function helloAction($name)
{
return new SoapResponse("Hello ".$name);
}
After:
public function helloAction($name)
{
return $this
->container
->get('besimple.soap.response')
->setReturnValue("Hello ".$name)
;
}
2011-08-27 22:56:51 +02:00
Francis Besset
c154463b33
Updated definition of ComplexType and use classmap option of SoapServer
...
Please to refer to the documentation for the changes:
http://besim.pl/SoapBundle/tutorial/complex_type.html
2011-08-24 23:36:49 +02:00
Francis Besset
cce23d8abe
Merge remote-tracking branch 'origin/master' into request_headers
...
Conflicts:
DependencyInjection/BeSimpleSoapExtension.php
Resources/config/webservice.xml
WebServiceContext.php
2011-08-14 21:16:11 +02:00
Francis Besset
edf2f9f011
[Doc] Added header tutorial
2011-08-14 18:32:35 +02:00
Francis Besset
d3a8965500
[Doc] Updated array tutorial
2011-08-14 18:13:12 +02:00
Francis Besset
ea003a1224
[Doc] Fixed typo
2011-08-09 14:48:56 +03:00
Francis Besset
b945632dcf
[Doc] Updated installation
2011-08-07 11:34:00 +02:00
Francis Besset
de94580403
[Doc] Moved array in first tutorial
2011-08-04 10:57:41 +03:00
Francis Besset
c4217ce816
Added RST documentation
2011-08-02 23:27:56 +02:00