Download the PHP package codebach/soap without Composer
On this page you can find all versions of the php package codebach/soap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codebach/soap
More information about codebach/soap
Files in codebach/soap
Informations about the package soap
Extended Version of BeSimpleSoap
Here you go, soap lovers. A lot of new features are extended to BesimpleSoap.
New Features (Configurations)
SoapClient
- Loading wsdl locally and using different url to make request (not to local wsdl file)
- Basic Http Authentication Support
SoapServer
- Document-Wrapped support
- Configurable wsdl definition name attribute
- Ws Security with signing the response
- Multiple namespace support
Installation
Tell composer to install
Usage
Example full configuration:
Multiple Namespace Usage
To put the ComplexType in different (e.g: configured in yaml file above), use new Annotation class BeSimple\SoapBundle\ServiceDefinition\Annotation\Type
and new parameter target
of BeSimple\SoapBundle\ServiceDefinition\Annotation\ComplexType
class
Make the server configuration:
Add Method:
Bar.php
Foo.php
SoapRequest.php
And here is the xml output of our server:
Components
BeSimpleSoap consists of five components ...
BeSimpleSoapBundle
The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. For further information see the README.
BeSimpleSoapClient
The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations. For further information see the README.
BeSimpleSoapServer
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapWsdl
For further information see the README.
All versions of soap with dependencies
ext-soap Version *
ext-curl Version *
ass/xmlsecurity Version ~1.0
symfony/framework-bundle Version ~2.6
symfony/twig-bundle Version ~2.6
zendframework/zend-mime Version 2.1.*