soap-namespace-get

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

(soap-namespace-get NAME NS &optional DISCRIMINANT-PREDICATE)

Retrieve an element with NAME from the namespace NS.
If multiple elements with the same name exist,
DISCRIMINANT-PREDICATE is used to pick one of them. This allows
storing elements of different types (like a message type and a
binding) but the same name.