Skip to content

Conversation

@Maxdeboer9
Copy link

Fixes: #1475

The SoapBinding Class has the possibility / the option for the client to be None.

However, when the client is None, the code fails on

            # Add extra http headers from the setings object
            if client.settings.extra_http_headers:
                http_headers.update(client.settings.extra_http_headers)

which falls outside the if client specified above. An extra indent to those lines fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SoapBinding - create_message function broken - wrong indentation

1 participant