web_service_cancel_security_saml_ex

Example: web_service_set_security_saml_ex and web_service_cancel_security_saml_exWeb Services Functions (SOAP, WEB_SERVICE, Silverlight)

Cancels the settings from the preceding call to web_service_set_security_saml_ex.

int web_service_cancel_security_saml_ex( );

After a call to web_service_cancel_security_saml_ex, the tokens specified in the previous call to web_service_set_security_saml_ex are no longer added when soap_request and web_service_call are invoked.

Return Values

This function returns LR_PASS (0) on success, and LR_FAIL (1) on failure. Note that in many cases, this return value indicates the technical success of the function, and not the result. For example, a function that registers a string to be found in a subsequent step returns LR_PASS to indicate that the registration was successful. This does not indicate that the string was found in the server response.

Parameterization

Parameterization is not applicable to this function.