You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable $charencoding is always true. I saw that is a private declaration. I need $charencoding to be false for my string parameters.
On my project I modified the nusoap_base (I added setCharencoding and getCharencoding), nusoap_client (construct and loadWsdl to setCharencoding to nusoap client object and to $this->wsdl object) .
The text was updated successfully, but these errors were encountered:
The variable $charencoding is always true. I saw that is a private declaration. I need $charencoding to be false for my string parameters.
On my project I modified the nusoap_base (I added setCharencoding and getCharencoding), nusoap_client (construct and loadWsdl to setCharencoding to nusoap client object and to $this->wsdl object) .
The text was updated successfully, but these errors were encountered: