Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

SoapClient Trace/Exception Options #37

Open
mrbinr opened this issue Dec 2, 2016 · 1 comment
Open

SoapClient Trace/Exception Options #37

mrbinr opened this issue Dec 2, 2016 · 1 comment

Comments

@mrbinr
Copy link

mrbinr commented Dec 2, 2016

In PHP SOAP documentation http://php.net/manual/fr/class.soapclient.php

$client = new SoapClient($url, array("trace" => 1, "exception" => 0));

it's possible to set options trace or exception when we instanciate SoapClient.

Now, in Zend Soap, in src/Client.php line 1051 we can see that trace option is always set to true
and there no way set change its value; and for exception option it seems that there is no default value.
If we try to set trace or exception in options parameters we have an error « Unknown SOAP client option ».

Is there another way to set those values ?

Thanks

Best Regards,
Pascall

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-soap; a new issue has been opened at laminas/laminas-soap#12.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants