Prototype
tas3_str* tas3_wsp_decorate(tas3_conf* cf, tas3_ses* ses,
const char* az_cred, const char* fmt, ...);
TAS3 configuration object, see tas3_new_conf()
Session object that contains the EPR cache
(Optional) Additional authorization credentials or attributes, query string format.
printf style format string that is used to describe the body of the response as a string. If fmt contains format specifiers, then additional arguments are used to expand these.
SOAP Envelope of the response, as a string, ready to be sent as HTTP response.