Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4
minLevel4

Using Maven

Follow the steps given below before you build and run the sample:

  1. Open the maven pom.xml file, which is in the base directory of the sample (i.e.,  <PRODUCT_HOME>\samples\Jaxws-Jaxrs\<JAX-WS-Sample-Folder>). To determine  <JAX-WS-Sample>, see JAX-WS Sample Foldersample folder in your product pack using a command line: Go to the <PRODUCT_HOME>/samples/Jaxws-Jaxrs directory. Select one of the JAX-WS Sample Folders.
  2. Build the demo and create a WAR file using the following command. 

    Code Block
    mvn clean install ()
  3. Deploy the generated WAR file in WSO2 AS with the related logs on the console using the following command:

    Code Block
    mvn -Pdeploy

    This command will copy the WAR file to the <AS_HOME>/repository/deployment/server/webapps directory.

  4. Start the WSO2 Application Server by executing one of the following commands, where  <PRODUCT_HOME> is the directory where you installed the product distribution:

    OSCommand
    On Windows
    <PRODUCT_HOME>\bin\wso2server.bat --run
    On Linux/Solaris
    sh <PRODUCT_HOME>/bin/wso2server.sh
  5. Deploy the generated WAR file on WSO2 AS with the related logs on the console.

    Code Block
    mvn -Pdeploy
  6. Run the client

    Code Block
    mvn -Pclient

If you wish to remove the target directory:

...

  1. Log in to the management console and click List on the Main menu, under Manage/Applications. This opens the Running Applications page. The deployed applications will be listed here.

  2. You can open the required web application by clicking the Find Services action.

Info

If you want to remove the target directory, run the following command inside the <PRODUCT_HOME>\samples\Jaxws-Jaxrs\<JAX-WS-Sample-Folder> directory:

Code Block
mvn clean

Using Apache Ant

Info

You need Apache Ant 1.6.2 or higher  to build the samples.

  1. To deploy the sample  service on the server run the following command, from Open the sample folder in your product pack using a command line and go to the <PRODUCT_HOME>\samples\Jaxws-Jaxrs\<JAX-RSWS-Sample-Folder> directory. To determine <JAX-WS-Sample>, see Folder> directory. The folders for Jax-rs samples are listed here: JAX-WS Sample Folder.

  2. To deploy the sample, run the following command:

    Code Block
    ant
  3. Start the application server and access its Management Console at https://localhost:9443/carbon.
  4. On the Main menu, under Services, click List.
    The Deployed Services window will appear.
  5. Click on the respective JAX-RS sample (e.g., async_jaxws).
  6. Execute one of the following commands to run the clientApplication Server and log in to the management console.
  7. You can run the sample in two ways:
    1. Log in to the management console. On the Main menu, under Manage/Applications, click List to open the Running Applications page. The deployed applications will be listed here. 
    2. Using the command line, go the JAX-WS sample directory and execute the following command:

      OSCommand
      On Windowsrun-client.bat
      On Linux/Solarissh
    1. run-client.sh
    Try the sample with different QoS options that appear on its dashboard. 
    1. The results of the sample will show on the command line.

Info

For different options, run:

Code Block
sh run-client.sh -help
JAX-WS Sample Folder
SampleJAX-WS Sample Folder

Asynchronous Invocation

async_jaxws

Build and Invoke a Service Using a WSDL

wsdl_first_jaxws

Develop Services in Code-First Approach

java_first_jaxws

JAX-WS Handlers

handlers_jaxws

MTOM Sample for SWA and XOP

mtom_jaxws

WS-Security Sample on Signature and Encryption

sign_encrypt _jaxws

WS-Security Sample on UsernameToken and Timestamp

ws_security\ut