We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a483c3d commit 015588dCopy full SHA for 015588d
1 file changed
src/zeep/wsdl/bindings/soap.py
@@ -81,7 +81,7 @@ def _create(self, operation, args, kwargs, client=None, options=None):
81
if not options:
82
options = client.service._binding_options
83
84
- if operation_obj.abstract.wsa_action:
+ if operation_obj.abstract.wsa_action or operation_obj.soapaction:
85
envelope, http_headers = wsa.WsAddressingPlugin().egress(
86
envelope, http_headers, operation_obj, options
87
)
0 commit comments