Download the PHP package dmt-software/jms-soap-serializer without Composer
On this page you can find all versions of the php package dmt-software/jms-soap-serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmt-software/jms-soap-serializer
More information about dmt-software/jms-soap-serializer
Files in dmt-software/jms-soap-serializer
Download dmt-software/jms-soap-serializer
More information about dmt-software/jms-soap-serializer
Files in dmt-software/jms-soap-serializer
Vendor dmt-software
Package jms-soap-serializer
Short Description JMS serialize visitor that (de)serializes SOAP requests/responses
License MIT
Package jms-soap-serializer
Short Description JMS serialize visitor that (de)serializes SOAP requests/responses
License MIT
Please rate this library. Is it a good library?
Informations about the package jms-soap-serializer
SOAP Serializer
Install
composer require dmt-software/jms-soap-serializer
Usage
Configure Serializer
Enable (de)serialization of DateTime objects
Configure Serializer with SoapHeader
Using SOAP 1.2
Using Serializer
Serialize SOAP Request
Deserialize SOAP Response
Debugging
Failing to make a request
When creating a SOAP message you must provide a XmlRoot and XmlRootNamespace. If you forgot to provide them an exception is thrown:
Missing XmlRootName or XmlRootNamespace for {{ YourSOAPRequest }}.
To fix this, add the XmlRoot annotation to your configuration:
or if you're using yaml configuration:
All versions of jms-soap-serializer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-dom Version *
ext-intl Version *
ext-simplexml Version *
jms/serializer Version ^3.19
doctrine/annotations Version ^2.0
ext-dom Version *
ext-intl Version *
ext-simplexml Version *
jms/serializer Version ^3.19
doctrine/annotations Version ^2.0
The package dmt-software/jms-soap-serializer contains the following files
Loading the files please wait ....