SecureBlackbox 2020 Python Edition

Questions / Feedback?

soap_response_type Property

The type of the response.

Syntax

def get_soap_response_type() -> int: ...

soap_response_type = property(get_soap_response_type, None)

Default Value

0

Remarks

Use this property to learn about the type (format) of the response provided by the SOAP service.

srtUnknown0It was not possible to identify the response type. Either connection error has occurred or the service returned an unexpected HTTP status code.
srtBinary1The SOAP service has returned binary data.
srtXMLDocument2The SOAP service has returned an XML document.
srtSOAPMessage3The SOAP service has returned a SOAP message.

This property is read-only.

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