This section lists the procedure to test the deployed application.
b Click Next.
c Select one Operation to text file from the Process Files.
In the current example the Operation to Text file is TriggerWSDLOperation and the Process File is TriggerWSDLPort (Binding=”TriggerWSDLBinding”).
6 Click Finish.
This displays the Source code.
7 Enter the string value.
string = Jane
The Output console displays Retrieve.xml when you enter a string value in the input.xml window.
8 Right-click the Test Case and click Run.
For example, AddTest
A confirmation dialog box prompts to overwrite an existing Output.
9 Click Yes.
The Output is as shown in the illustration.
Right-click a node and choose Go To —> Source.
The Source view appears with the cursor positioned at the beginning or end of the component's block.
In the Source view, the underlying XML source code appears. You can directly edit the XML.
The Design view displays the results of both real-time and explicit validation in callout windows on the diagram and the error stripe.
In the illustration,
If you click the cross or the triangle, a callout window lists errors and warnings.
The callout window displays messages related to validation in accordance with the criteria listed above. Messages related to real-time validation are constantly updated.
In the Design view, the error stripe displays the validation results. The error stripe is a strip to the right of the scroll bar that contains red marks if some elements have not passed validation. The error stripe represents the entire diagram, not just the portion that is currently displayed. This stripe helps users to immediately detect any errors in the BPEL process without having to scroll through the entire diagram. Click a red mark to jump to the element that causes problems. If no errors are detected, the small square in the error stripe is green.
See Also