Set document instead of rpc as default binding style

This commit is contained in:
Gianluigi 'cocciagialla' Mammarella 2019-04-10 07:21:51 +02:00
parent ceb69d97c3
commit 2771991fc0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Definition
{ {
$this->options = array( $this->options = array(
'version' => \SOAP_1_1, 'version' => \SOAP_1_1,
'style' => \SOAP_RPC, 'style' => \SOAP_DOCUMENT,
'use' => \SOAP_LITERAL, 'use' => \SOAP_LITERAL,
'location' => null, 'location' => null,
); );