Which two resources must be configured to invoke an external Web service using Service Palette activities? (Choose two.)
-
Get Context
-
Invoke Partner
-
SOAP Request Reply
-
Partner Link Configuration
To invoke an external web service in TIBCO BusinessWorks, you need both the Invoke Partner activity (which makes the actual call) and a Partner Link Configuration (which defines the web service endpoint, WSDL, and binding details). Get Context is for retrieving context variables, and SOAP Request Reply might seem plausible but is not the standard activity for this purpose - Partner Link is the correct mechanism.
Invoking an external Web service via Service Palette activities requires an Invoke Partner activity, which represents the actual call to the external service, and a Partner Link Configuration, which defines the connection details (WSDL, port type, operation) the invoke activity uses to reach that service. Get Context and SOAP Request Reply are used in different integration scenarios, not for this specific configuration pairing.