soap_header Property

Contents of the optional SOAP header sent to the server.

Syntax

def get_soap_header() -> str: ...
def set_soap_header(value: str) -> None: ...

soap_header = property(get_soap_header, set_soap_header)

Default Value

""

Remarks

This property is used only while building SOAP requests.

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