Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
resourcePath |
string |
The resource name (and its location in the project tree) that you want to retrieve. This overrides to the |
filter |
string |
This overrides the query string of the incoming HTTP request to specify the type of filter to use when retrieving resources. The only available filter is "wsdl" to retrieve the concrete WSDL for a process definition that implements a SOAP service. You can use this input element to allow incoming HTTP requests to omit the query string when retrieving concrete WSDL files. You can specify an XPath expression in this element that examines the incoming request and sets this element to "wsdl" when the incoming request matches a process definition name. |
hostname |
string |
The hostname to specify for the concrete service endpoint in the dynamically generated WSDL file. Note: This value is used when creating the import statements (WSDL descriptions, WSIL, and XSDs).
|
port |
string |
The port number to specify for the concrete service endpoint in the dynamically generated WSDL file. Note: This value is used when creating the import statements (WSDL descriptions, WSIL, and XSDs).
|