How to Use an XML Facade to Simplify DOM Manipulation

13-6 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite automatically connects the BPEL process to an inbound SOAP service binding component. 3. Import the Oracle ADF Business Component service WSDL into the SOA composite application. 4. Create a web service binding to the Oracle ADF Business Component service interface. 5. Design a BPEL process in which you perform the following tasks: a. Create a partner link for the Oracle ADF Business Component service portType. b. Create an assign activity. For this example, this step copies data for example, a static XML fragment into a variable that is passed to the Oracle ADF Business Component service. c. Create an invoke activity and connect to the partner link you created in Step 5a. 6. Connect wire the partner link reference to the composite reference binding component. This reference uses a web service binding to enable the Oracle ADF Business Component service to be remotely deployed. 7. Deploy the SOA application. 8. Invoke the SOA application from the Test Web Service page in Oracle Enterprise Manager Fusion Middleware Control. For more information on creating Oracle ADF Business Components, see Oracle Fusion Middleware Fusion Developers Guide for Oracle Application Development Framework. For more information on invoking a SOA composite application, see Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite.

13.3 Adding Custom Classes and JAR Files

You can add custom classes and JAR files to a SOA composite application. A SOA extension library for adding extension classes and JARs to a SOA composite application is available in the ORACLE_HOMEsoamodulesoracle.soa.ext_ 11.1.1 directory. For Oracle JDeveloper, custom classes and JARs are added to the application_name projectsca-inflib directory.

13.3.1 How to Add Custom Classes and JAR Files

If the classes are used in bpelx:exec, you must also add the JARs with the BpelcClasspath property in the System MBean Browser of Oracle Enterprise Manager Fusion Middleware Control. To add JARs to BpelcClasspath: 1. From the SOA Infrastructure menu, select SOA Administration BPEL Properties .

2. At the bottom of the BPEL Service Engine Properties page, click More BPEL

Configuration Properties .

3. Click BpelcClasspath.

4. In the Value field, specify the class path.

5. Click Apply.