x_path Property

A path into the SOAPPacket received by the server.

Syntax

def get_x_path() -> str: ...
def set_x_path(value: str) -> None: ...

x_path = property(get_x_path, set_x_path)

Default Value

""

Remarks

The syntax is a subset of the XPath language.

Use this property to look at details of the soap_packet received by the server.

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