soap_packet Property

Full contents of the SOAP packet.

Syntax

def get_soap_packet() -> str: ...
def set_soap_packet(value: str) -> None: ...

soap_packet = property(get_soap_packet, set_soap_packet)

Default Value

""

Remarks

The soap_packet property contains the contents of the SOAP packet created by the component before submitting a request, and the full, unmodified contents of the SOAP response as received from the server after the request.

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