Skip to content

Commit aedbb06

Browse files
committed
Revert "Update soap.py"
This reverts commit 015588d.
1 parent 015588d commit aedbb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeep/wsdl/bindings/soap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _create(self, operation, args, kwargs, client=None, options=None):
8181
if not options:
8282
options = client.service._binding_options
8383

84-
if operation_obj.abstract.wsa_action or operation_obj.soapaction:
84+
if operation_obj.abstract.wsa_action:
8585
envelope, http_headers = wsa.WsAddressingPlugin().egress(
8686
envelope, http_headers, operation_obj, options
8787
)

0 commit comments

Comments
 (0)