Section contains description of Process " LoadParametersService.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 |
Full process path: ProcessDefinitions/LoadParameters/LoadParametersService.process
Name: InputFileName from SOAPEventSource
Mapping table
Target | Source |
---|---|
/outputMessage/InputParameters | [COPY-OF] < $LoadParameters/ns:InputParameters > |
Mapping tree
Mapping |
---|
outputMessage InputParameters = [COPY-OF] < $LoadParameters/ns:InputParameters > |
Source code
Mapping |
---|
<outputMessage xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema.xsd" xmlns:pfx="http://xmlns.example.com/1171295149828" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <xsl:copy-of select="$LoadParameters/ns:InputParameters"/> </outputMessage> |
Mapping table
Target | Source |
---|---|
/InputFile | [COPY-OF] < $InputFileName-from-SOAPEventSource/inputMessage/ns:InputFile > |
Mapping tree
Mapping |
---|
InputFile = [COPY-OF] < $InputFileName-from-SOAPEventSource/inputMessage/ns:InputFile > |
Source code
Mapping |
---|
<xsl:copy-of xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="http://www.tibco.com/schemas/GrantingCredit/SharedConnections/Schema.xsd" xmlns:pfx="http://xmlns.example.com/1171295149828" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" select="$InputFileName-from-SOAPEventSource/inputMessage/ns:InputFile"/> |