We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff23868 commit fa3b0bfCopy full SHA for fa3b0bf
cookbook/web_services/php_soap_extension.rst
@@ -124,7 +124,7 @@ Below is an example calling the service using a `NuSOAP`_ client. This example
124
assumes that the ``indexAction`` in the controller above is accessible via the
125
route ``/soap``::
126
127
- $client = new \Soapclient('http://example.com/app.php/soap?wsdl', true);
+ $client = new \Soapclient('http://example.com/app.php/soap?wsdl');
128
129
$result = $client->call('hello', array('name' => 'Scott'));
130
0 commit comments