SecureBlackbox 2020 Python Edition

Questions / Feedback?

soap_action Property

Specifies the SOAP action.

Syntax

def get_soap_action() -> str: ...
def set_soap_action(value: str) -> None: ...

soap_action = property(get_soap_action, set_soap_action)

Default Value

""

Remarks

Use this property to specify the value for the SOAPAction/action HTTP request header field. This field is normally used to indicate the intent of the SOAP request.

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