move wsdl namespace constants to Helper
This commit is contained in:
@ -71,6 +71,26 @@ class Helper
|
||||
*/
|
||||
const NS_WSA = 'http://www.w3.org/2005/08/addressing';
|
||||
|
||||
/**
|
||||
* WSDL 1.1 namespace.
|
||||
*/
|
||||
const NS_WSDL = 'http://schemas.xmlsoap.org/wsdl/';
|
||||
|
||||
/**
|
||||
* WSDL MIME namespace.
|
||||
*/
|
||||
const NS_WSDL_MIME = 'http://schemas.xmlsoap.org/wsdl/mime/';
|
||||
|
||||
/**
|
||||
* WSDL SOAP 1.1 namespace.
|
||||
*/
|
||||
const NS_WSDL_SOAP_1_1 = 'http://schemas.xmlsoap.org/wsdl/soap/';
|
||||
|
||||
/**
|
||||
* WSDL SOAP 1.2 namespace.
|
||||
*/
|
||||
const NS_WSDL_SOAP_1_2 = 'http://schemas.xmlsoap.org/wsdl/soap12/';
|
||||
|
||||
/**
|
||||
* Web Services Security Extension namespace.
|
||||
*/
|
||||
@ -106,6 +126,11 @@ class Helper
|
||||
*/
|
||||
const PFX_WSA = 'wsa';
|
||||
|
||||
/**
|
||||
* WSDL 1.1 namespace. prefix.
|
||||
*/
|
||||
const PFX_WSDL = 'wsdl';
|
||||
|
||||
/**
|
||||
* Web Services Security Extension namespace.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user