Reverted default definition style to RPC.

This commit is contained in:
Tim Timmermans 2019-07-11 16:34:15 +02:00 committed by BohwaZ
parent 729a2bc8df
commit 412e7f16c9
1 changed files with 1 additions and 1 deletions

View File

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