[Prev]

3.4.8 WSP: soap = tas3_wsp_decorate(cf, ses, az_cred, soap_resp)

Prototype

  tas3_str* tas3_wsp_decorate(tas3_conf* cf, tas3_ses* ses,
                              const char* az_cred, const char* soap_resp);
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.

soap_resp

XML payload as a string

return

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


[Prev | Next]