Code Listing 2: Basic shell for a BPEL process

<process name="HRProcess"
        targetNamespace="http://acm.org/samples"
         suppressJoinFailure="yes"
         xmlns:tns="http://acm.org/samples"
         xmlns=http://schemas.xmlsoap.org/ws/2003/03/business-process/
         xmlns:bpelx="http://schemas.oracle.com/bpel/extension"> 
    <partnerLinks>
        <partnerLink name="client"
                    partnerLinkType="tns:HRProcess"
                    myRole="HRProcessProvider"
                   partnerRole="HRProcessRequester"/>
       <partnerLink name="EmpService" 
                   partnerLinkType="ns0:EmpServiceLink" 
                   partnerRole="EmpServiceProvider"/>
    </partnerLinks> 
    <variables>
        <variable name="input"
                 messageType="tns:HRProcessRequestMessage"/>
               
        <variable name="output"
                 messageType="tns:HRProcessResponseMessage"/>
    </variables>
</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