Section contains description of Process " LoadParameterServiceTest.process " .
Folder | Description |
---|---|
GrantingCredit | The application Granting credit provides resolution whether a credit (or mortgage) can be granded to a user. Information about user is the input of the application. |
/ProcessDefinitions | All process definitions |
Mapping table
Target | Source |
---|---|
/inputMessage/InputFile/FileName | $_globalVariables/ns:GlobalVariables/DefaultInputParametersFile |
Mapping tree
Mapping |
---|
inputMessage InputFile FileName = $_globalVariables/ns:GlobalVariables/DefaultInputParametersFile |
Source code
Mapping |
---|
<inputMessage xmlns:ns2="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema.xsd" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/pe/DeployedVarsType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1171295149828/LoadParametersServiceOperationImpl"> <ns2:InputFile> <ns2:FileName> <xsl:value-of select="$_globalVariables/ns:GlobalVariables/DefaultInputParametersFile"/> </ns2:FileName> </ns2:InputFile> </inputMessage> |