Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web services > Develop JAX-RPC web services with WSDL files (top down)


Set up a development environment for web services

The application server provides command-line tools to develop web services clients and implementations that are based on the Web Services for Java EE specification. We must set up your development environment before you start developing web services.

Before you can set up a web services development environment within WAS, install WAS. For detailed information on installing the application server, read about installing your application server environment. Set up a web services development environment by completing the following actions.


Procedure

  1. Set up the environment.

    (Windows) Run the setupCmdLine.bat command from the /PROFILE_ROOT/ <application_server>/bin directory.

    (AIX) (Solaris) Operating systems such as AIX or Linux source the script to the parent shell to inherit the exported variables by running this command:

    . ./setupCmdLine.sh  (Notice the space between the periods.)
    
    from the . /PROFILE_ROOT/ <application_server>/bin directory.

    We can set WAS_USER_SCRIPT to PROFILE_ROOT\ <application_server>\bin\setupCmdLine.bat, which has the same effect as running the setupCmdLine command.

  2. Configure the path. You can add the WebSphere and Java bin directories to your path by typing:

    (Windows)

    set PATH=%WAS_PATH%;%PATH%
    

    (AIX) (Solaris)

    export PATH=$WAS_PATH:$PATH
    


Results

You have set up an environment so that you can develop Web services.


What to do next

Implement web services applications. See the task overview for implementing web services applications information to learn about how to develop and implement a Java EE web service.
Access the samples
Task overview: Implementing web services applications


Related


Web services specifications and APIs

+

Search Tips   |   Advanced Search