[Prev]

3.4.9 WSP: soap = tas3_wsp_decoratef(cf, ses, az_cred, fmt, ...)

Prototype

  tas3_str* tas3_wsp_decorate(tas3_conf* cf, tas3_ses* ses,
                              const char* az_cred, const char* fmt, ...);
cf

TAS3 configuration object, see tas3_new_conf()

ses

Session object that contains the EPR cache

az_cred

(Optional) Additional authorization credentials or attributes, query string format.

fmt

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.

return

SOAP Envelope of the response, as a string, ready to be sent as HTTP response.


[Prev | Next]