SecureBlackbox 2020 Python Edition

Questions / Feedback?

operation_namespace_uri Property

Specifies the SOAP message operation namespace URI.

Syntax

def get_operation_namespace_uri() -> str: ...
def set_operation_namespace_uri(value: str) -> None: ...

operation_namespace_uri = property(get_operation_namespace_uri, set_operation_namespace_uri)

Default Value

""

Remarks

This property specifies the operation namespace URI of the SOAP message.

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