Code Listing 1: BPEL partnerLinks and variables for the loan process

<process name = "LoanFlow"
        targetNamespace = http://samples.cxdn.com
         ...>
<partnerLinks>
    <partnerLink name = "UnitedLoanService"
                partnerLinkType = "services:LoanService"
                myRole = "LoanServiceRequester"
                partnerRole = "LoanServiceProvider"/>
    <partnerLink name = "AmericanLoanService"
                partnerLinkType = "services:LoanService"
                myRole = "LoanServiceRequester"
                partnerRole = "LoanServiceProvider"/>
</partnerLinks>

<variables>
    <variable name = "loanApplication"
             messageType = "services:LoanServiceRequestMessage"/>
    <variable name = "loanOffer1"
             messageType = "services:LoanServiceResultMessage"/>
    <variable name = "loanOffer2"
             messageType = "services:LoanServiceResultMessage"/>
</variables>
<!—Process definition follows -->
...
</process>
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy