Skip to content

fix(laravel-soap-126): 400 Bad Request, XML not as expected #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2021

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.

1 participant