method_uri Property

The URI corresponding to the SOAP Method .

Syntax

def get_method_uri() -> str: ...
def set_method_uri(value: str) -> None: ...

method_uri = property(get_method_uri, set_method_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]