Set document instead of rpc as default binding style
This commit is contained in:
parent
ceb69d97c3
commit
2771991fc0
|
@ -42,7 +42,7 @@ class Definition
|
|||
{
|
||||
$this->options = array(
|
||||
'version' => \SOAP_1_1,
|
||||
'style' => \SOAP_RPC,
|
||||
'style' => \SOAP_DOCUMENT,
|
||||
'use' => \SOAP_LITERAL,
|
||||
'location' => null,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue