WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

Package examples.webservices.r3client

This example illustrates how to run the WebLogic Web service client to exercise the SOAPBuilders Interoperability Lab Round 3 suite of tests.

See:
          Description

Package examples.webservices.r3client Description

This example illustrates how to run the WebLogic Web service client to exercise the SOAPBuilders Interoperability Lab Round 3 suite of tests.

Additional Resources for examples.webservices.r3client
build.xml The Java Ant build script that executes the SOAPBuilders Round 3 suite of tests.
CompileResults.java Java program that compiles the results into an HTML table for readability purposes.

 

The following sections describe how to build and run the example.

  1. Prerequisites
  2. Build the Example
  3. Check the Output

 

Prerequisites

Before you run this example, you need:

 

Build the Example

To build the example, follow these steps:
  1. Set up your development shell as described in Quick Start.

  2. Change to the SAMPLES_HOME\server\src\examples\webservices\r3client directory, where SAMPLES_HOME refers to the examples WebLogic Server domain directory.

  3. Assemble and compile the example by executing the Java ant utility at the command line:
    prompt> ant
  4. Compile the results into an HTML table by executing the following Ant task at the command line:
    prompt> ant compileResults

    NOTE: You do not need to start WebLogic Server because the application invokes Web services from the SOAPBuilders Web site rather than one running on WebLogic Server.

Check the Output

Open the following file in your browser to view the results of the tests in an HTML table:
SAMPLES_HOME\server\src\examples\webservices\r3client\results\summary.html

 

See Also

Read more about:


Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.