Skip to content

Conversation

@CodeDredd
Copy link
Owner

Added mustUnderstand option for Wsse Header

        $client = Soap::baseWsdl('https://laravel-soap.wsdl')->withWsse([
            'userTokenName' => 'Test',
            'userTokenPassword' => 'passwordTest',
            'mustUnderstand' => false
        ])->withWsa();

Added mustUnderstand option for Wsse Header
@CodeDredd CodeDredd added the feature New feature or request label May 10, 2021
@CodeDredd CodeDredd added this to the 2.0 milestone May 10, 2021
@CodeDredd CodeDredd self-assigned this May 10, 2021
Co-authored-by: Gregor Becker <[email protected]>
@CodeDredd CodeDredd merged commit bc4d3ca into master May 23, 2021
@CodeDredd CodeDredd deleted the feature/laravel-soap-126 branch May 23, 2021 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants