soap-namespace-put-link

soap-namespace-put-link is a compiled Lisp function in `soap-client.el'.

(soap-namespace-put-link NAME TARGET NS &optional REPLACE)

Store a link from NAME to TARGET in NS.
An error will be signaled if an element by the same name is
already present in NS, unless REPLACE is non nil.

TARGET can be either a SOAP-ELEMENT or a string denoting an
element name into another namespace.

If NAME is nil, an element with the same name as TARGET will be
added to the namespace.