Section contains description of Process " GetAccountStateService.process " .
Folder | Description |
---|---|
AccountState | This application simulate get bank account state process which using rating of client bonita. |
/ProcessDefinitions | All process definitions |
/ProcessDefinitions/GetAccountState | Main AccountState processes |
Get and prepare input parameters for process GetAccountState. Them send request with AccountState. |
Full process path: ProcessDefinitions/GetAccountState/GetAccountStateService.process
Name: UserName SOAPEventSource
Mapping table
Target | Source |
---|---|
/outputMessage/Account | [COPY-OF] < $GetAccountState/ns:Account > |
Mapping tree
Mapping |
---|
outputMessage Account = [COPY-OF] < $GetAccountState/ns:Account > |
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/AccountState/SharedResources/Schema.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1171610171437"> <xsl:copy-of select="$GetAccountState/ns:Account"/> </outputMessage> |
Mapping table
Target | Source |
---|---|
/Name | $UserName-SOAPEventSource/inputMessage/ns:Name |
Mapping tree
Mapping |
---|
Name = $UserName-SOAPEventSource/inputMessage/ns:Name |
Source code
Mapping |
---|
<ns:Name 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/AccountState/SharedResources/Schema.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1171610171437"> <xsl:value-of select="$UserName-SOAPEventSource/inputMessage/ns:Name"/> </ns:Name> |