[Prev]

3.2.6 WSC: resp_soap = tas3.call(cf, ses, svctype, url, di_opt, az_cred, req_soap)

cf

Configuration object, see tas3.new_conf_to_cf()

ses

Session object, used to locate EPRs, see tas3.new_ses()

svctype

Service type and namespace URN that is applicable to the body. Passed as a string.

url

(Optional) If provided, this argument has to match either the ProviderID, EntityID, or actual service endpoint URL.

di_opt

(Optional) Additional discovery options for selecting the service, query string format

az_cred

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

req_soap

string used as SOAP body or as SOAP envelope template.

return

SOAP envelope as a string


[Prev | Next]