soap_encoding Property

The type of SOAP Encoding used for SOAP requests.

Syntax

def get_soap_encoding() -> str: ...
def set_soap_encoding(value: str) -> None: ...

soap_encoding = property(get_soap_encoding, set_soap_encoding)

Default Value

"http://schemas.xmlsoap.org/soap/encoding/"

Remarks

This is the value of the 'encodingStyle' attribute of the SOAP envelope.

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