robrichards / wse-php

Libraries for adding WS-* support to ext/soap in PHP
129 stars 92 forks source link

XMLSecurityKey #21

Open MohamedQabbani opened 8 years ago

MohamedQabbani commented 8 years ago

Fatal error: Uncaught SoapFault exception: [Client] Class 'XMLSecurityKey' not found in

garex commented 8 years ago

http://culttt.com/2013/01/07/what-is-php-composer/

d6fc5943b304a6553a6c370d67ec9fc8

djeraseit commented 7 years ago

This should be at the top of your file.

<?php require __DIR__ . '/vendor/autoload.php'; require_once (__DIR__ . "/wse-php/src/WSASoap.php"); require_once (__DIR__ . "/wse-php/src/WSSESoap.php");