Configuration object, see tas3_new_conf_to_cf()
Session object, used to locate EPRs, see tas3_new_ses()
Service type and namespace URN that is applicable to the body. Passed as a string.
(Optional) If provided, this argument has to match either the ProviderID, EntityID, or actual service endpoint URL.
(Optional) Additional discovery options for selecting the service, query string format
(Optional) Additional authorization credentials or attributes, query string format.
string used as SOAP body or as SOAP envelope template.
SOAP envelope as a string
Example
01 $ret = tas3_call($cf, $ses, "urn:id-sis-idhrxml:2007-06:dst-2.1", 02 null, null, null, 03 "<idhrxml:Query>" . 04 "<idhrxml:QueryItem>" . 05 "<idhrxml:Select>$criteria</idhrxml:Select>" . 06 "</idhrxml:QueryItem>" . 07 "</idhrxml:Query>");