I am not exactly sure, since the naming in the SOAP context seems a little fluid.
But as far as I understand this (https://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-UsernameTokenProfile.pdf) the authentication data should be part of the body of the request.
You are putting it into the HTTP header. The document you are linking does it that way, but for example https://packagist.org/packages/php-soap/psr18-wsse-middleware does it with the body.
Am I not seeing something? Does this package deliver on a different requirement than the one I am looking for? (by accident, obviously I am looking for something that puts it in the body :P)
I am not exactly sure, since the naming in the SOAP context seems a little fluid.
But as far as I understand this (https://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-UsernameTokenProfile.pdf) the authentication data should be part of the body of the request.
You are putting it into the HTTP header. The document you are linking does it that way, but for example https://packagist.org/packages/php-soap/psr18-wsse-middleware does it with the body.
Am I not seeing something? Does this package deliver on a different requirement than the one I am looking for? (by accident, obviously I am looking for something that puts it in the body :P)