Returns the service URL the SOAP call uses.
Returns the method name to call.
Returns the user name for basic HTTP authentication.
Returns the password for basic HTTP authentication.
Displays true or false, depending on your Use HTTP Basic Authentication? selection.
Returns the SOAP version that the product uses to make SOAP calls, either SOAP 1.1 or SOAP 1.2.
Returns one of the following values for the SOAP call input source:
Returns the inline text data that is used for the SOAP call. This variable only populates when you select Inline Text as the input source.
<checkServerStatus xmlns="http://www.ca.com/itpam"> CA AuthMinder <token>token__</token> <user>user__</user> <password>password__</password> </auth> </checkServerStatus>
Returns the inline text data that is used for the SOAP call. This variable is only populated when you select Preformatted SOAP File as the input source.
Returns the inline text data that is used for the SOAP call. This variable is only populated when you select Expression as the input source.
Returns the file name from the Saved Call File field. This file contains the actual SOAP envelope that the product uses to make a SOAP call.
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header/><SOAP-ENV:Body><checkServerStatus xmlns="http://www.ca.com/itpam"> CA AuthMinder<token>token__</token><user>user__</user><password>password__</password></auth></checkServerStatus></SOAP-ENV:Body></SOAP-ENV:Envelope>
|
Copyright © 2014 CA.
All rights reserved.
|
|