Investigate use of obj->soap-str
We have obj->soap-str, a function that is supposed to receive an object and transform it to a string.
However, we don't differentiate between the types yet, we always use #(str %).
I feel we should think about whether we really need this function.
/cc @ricardojmendez
Edited by Martin Zuern