Using the Sun Data Mashup Engine

ProcedureTo Test the JBI Application Deployment

Before You Begin

Before you can test the deployment of a JBI composite application, you must have created a Data Mashup project, set the join conditions, created and deployed a composite application using the SOAP WSDL port, the NetBeans IDE must be running, and you must be connected to the virtual database. For additional information about these tasks, see:


Note –

To move forward or backward in the procedure, click Next or Back.


For this procedure to test the deployment of a composite application to succeed, when creating the WSDL port you must use the soap WSDL binding and not the http WSDL binding.

  1. In the NetBeans IDE under the Projects tab, right-click the Test node and choose New Test Case.

  2. In the New Test Case window, enter a name for the test case and click Next.

    For this procedure, use the name SOAPTestCase1.

  3. In the New Test Case window, expand the directory structures for the composite application, select the *.wsdl, and then click Next.

    For example, CompositeApp1.wsdl, which is located under CompositeApp1 – Process Files.

  4. In the New Test Case window, select execute for the operation you want to test and click Finish.

    The operation you want to test is casaPort2 (Binding=”casaBinding2”). You are almost ready to test your deployment. However, before you run the test, you must set the variables in the XML Editor.

  5. In the XML Editor, replace the ?string? variables with a numeral.

    For example, 0.

  6. Under the Test node in the Projects pane, right–click the SOAP test case and choose Run.

    In this example, SOAPTestCase1.

Next Steps

See Viewing the Data for steps that must be performed before you can view your data on a browser.

See Also