Variable: soap-decoded-multi-refs

soap-decoded-multi-refs is a variable defined in soap-client.el.gz.

Value

nil

Documentation

List of decoded multi-ref nodes in the current SOAP response.

This is a dynamically bound variable used during decoding the SOAP response.

Source Code

;; Defined in /usr/src/emacs/lisp/net/soap-client.el.gz
(defvar soap-decoded-multi-refs nil
  "List of decoded multi-ref nodes in the current SOAP response.
This is a dynamically bound variable used during decoding the
SOAP response.")