Select Oracle JDBC for Connection Type.

9-126 Oracle Fusion Middleware Users Guide for Technology Adapters The following are the steps to change the message part for the GreetRequestMessage message: 1. In the Structure Pane for the Greet BPEL process, which is beneath the Application pane, expand Message Types, then Process WSDL - Greet.wsdl, and then GreetRequestMessage .

2. Select payload, and then click the Edit icon.

The Edit Message Part - payload dialog is displayed.

3. Choose Element and then click the Search icon.

The Type Chooser dialog is displayed.

4. Expand Project Schema Files, then SCOTT_HELLO.xsd, and select

InputParameters .

5. Click OK.

The Edit Message Part - payload dialog is displayed.

6. Click OK.

9.8.2.1.6 Change the Message Part of the Response Message

When the payload of the response matches the OutputParameters, then all of the OUT parameters will be included in the response. The only OUT parameter in this example is greeting. The steps for the GreetResponseMessage message part are the same as that of GreetRequestMessage with the following exceptions:

1. Expand the GreetResponseMessage message type, and then select payload.

2. Expand SCOTT_HELLO.xsd in the Type Chooser dialog and select

OutputParameters .

3. Select OutputParameters.

9.8.2.1.7 Add a Assign Activity for the Input Variable

The following are the steps to add an Assign activity for the input variable:

1. Drag and drop an Assign activity from the Component Palette in between the

receiveInput and Greet invoke activities in the design area.

2. Double-click the Assign activity.

The Assign dialog is displayed.

3. Click General to change the name to NAME in the Name field.

4. In the Copy Operation tab, click the plus icon, and select Copy Operation from

the list of operations displayed. The Create Copy Operation dialog is displayed.

5. In the From area expand Variables, inputVariable, payload, and then select

ns2:InputParameters .

6. In the To area expand Variables, Input_Hello_InputVariable, InputParameters,

and then select ns2:InputParameters. 7. Click OK. You have assigned a value to the input parameter.