Reverted default definition style to RPC.
This commit is contained in:
parent
729a2bc8df
commit
412e7f16c9
|
@ -42,7 +42,7 @@ class Definition
|
|||
{
|
||||
$this->options = array(
|
||||
'version' => \SOAP_1_1,
|
||||
'style' => \SOAP_DOCUMENT,
|
||||
'style' => \SOAP_RPC,
|
||||
'use' => \SOAP_LITERAL,
|
||||
'location' => null,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue