@ -79,6 +79,7 @@
"zendframework/zend-feed": "2.5.1|~2.6",
"zendframework/zend-http": "2.5.1|~2.6",
"zendframework/zend-soap": "2.5.1|~2.6",
"robrichards/xmlseclibs": "3.0.*",
"ezyang/htmlpurifier": "4.9.*",
"szymach/c-pchart": "3.0.4",
@ -40,7 +40,8 @@
* @version 1.0.0
*/
require('xmlseclibs.php');
use RobRichards\XMLSecLibs\XMLSecurityDSig;
use RobRichards\XMLSecLibs\XMLSecurityKey;
class WSSESoapServer {
const WSSENS = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd';
* @version 1.1.0-dev
class WSSESoap {