soap-encode-value
soap-encode-value is a compiled Lisp function in `soap-client.el
'.
(soap-encode-value XML-TAG VALUE TYPE)
Encode inside an XML-TAG the VALUE using TYPE.
The resulting XML data is inserted in the current buffer
at (point)/
TYPE is one of the soap-*-type structures which defines how VALUE
is to be encoded. This is a generic function which finds an
encoder function based on TYPE and calls that encoder to do the
work.