Skip to content

Commit

Permalink
Revert "Update soap.py"
Browse files Browse the repository at this point in the history
This reverts commit 015588d.
  • Loading branch information
mvantellingen committed Aug 15, 2021
1 parent 015588d commit aedbb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeep/wsdl/bindings/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _create(self, operation, args, kwargs, client=None, options=None):
if not options:
options = client.service._binding_options

if operation_obj.abstract.wsa_action or operation_obj.soapaction:
if operation_obj.abstract.wsa_action:
envelope, http_headers = wsa.WsAddressingPlugin().egress(
envelope, http_headers, operation_obj, options
)
Expand Down

0 comments on commit aedbb06

Please sign in to comment.