action_uri Property

The value of the SOAP-Action header.

Syntax

def get_action_uri() -> str: ...
def set_action_uri(value: str) -> None: ...

action_uri = property(get_action_uri, set_action_uri)

Default Value

""

Remarks

When the method_uri or method properties are set, the action_uri property is automatically updated to method_uri#method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]