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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ Here are the constants/options defined by this interface and their utility:
57
57
-**DEFAULT_SOAP_CLIENT_CLASS = '\SoapClient'**: this is the default [SoapClient](http://php.net/manual/en/class.soapclient.php) class that is used to send the request. Feel free to override it if you want to use another [SoapClient](http://php.net/manual/en/class.soapclient.php) class
58
58
-**OPTION_PREFIX**: this is the prefix used for any constant's option name
59
59
-**WSDL_URL**: option index used to pass the WSDL url
60
+
-**WSDL_URI**: option index used to pass the target namespace of the SOAP service (required for non-WSDL-mode with with the `location`)
61
+
-**WSDL_USE**: option index used to pass non-WSDL-mode option use
62
+
-**WSDL_STYLE**: option index used to pass non-WSDL-mode option style
60
63
-**WSDL_CLASSMAP**: the classmap's array
61
64
-**WSDL_LOGIN**: the basic authentication's login
62
65
-**WSDL_PASSWORD**: the basic authentication's password
0 commit comments