File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ public function getSoapClientClassName($soapClientClassName = null)
107107 * @uses AbstractSoapClientBase::WSDL_ENCODING
108108 * @uses AbstractSoapClientBase::WSDL_EXCEPTIONS
109109 * @uses AbstractSoapClientBase::WSDL_FEATURES
110+ * @uses AbstractSoapClientBase::WSDL_LOCATION
110111 * @uses AbstractSoapClientBase::WSDL_LOGIN
111112 * @uses AbstractSoapClientBase::WSDL_PASSWORD
112113 * @uses AbstractSoapClientBase::WSDL_SOAP_VERSION
@@ -138,6 +139,7 @@ public static function getDefaultWsdlOptions()
138139 self ::WSDL_ENCODING => null ,
139140 self ::WSDL_EXCEPTIONS => true ,
140141 self ::WSDL_FEATURES => SOAP_SINGLE_ELEMENT_ARRAYS | SOAP_USE_XSI_ARRAY_TYPE ,
142+ self ::WSDL_LOCATION => null ,
141143 self ::WSDL_LOGIN => null ,
142144 self ::WSDL_PASSWORD => null ,
143145 self ::WSDL_SOAP_VERSION => null ,
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ interface SoapClientInterface
6262 * @var string
6363 */
6464 const WSDL_LOCAL_CERT = 'wsdl_local_cert ' ;
65+ /**
66+ * Option key to define WSDL location
67+ * @var string
68+ */
69+ const WSDL_LOCATION = 'wsdl_location ' ;
6570 /**
6671 * Option key to define WSDL login
6772 * @var string
You can’t perform that action at this time.
0 commit comments