Skip to main content

Eclipse Web Tools Platform 3.0 M6
New and Noteworthy

Back

Web Services

Web Services Explorer session will timeout in 30 minutes

    After 30 minutes of inactivity with the Web Services Explorer, the user would get a timeout message. The user would have to re-launch the Web Services Explorer to use the Web Services Explorer again.

Axis Web services now run on different servers

    The Axis Web service (in particular the server-config.wsdd file) is now properly persisted in the workspace, enabling the Web service to be run on any server that supports the servlet 2.3 API.

User can choose different Ant file templates based on Web service runtimes

    The user now has a choice of Web service runtimes and Web service types when choosing importing Ant file templates using Web Services -> Ant Files. This allows the user to choose different sets of Ant file templates contributed by the extenders.
    The new Ant Files wizard
    Adopters can refer to the New Help for Old Friends III wiki for more details.

Smarter choice of Web services runtime extensions

    The Web services framework would now choose the appropriate Web services runtime extension based on matching the server chosen by the user with the server preferred by a particular runtime.

    Adopters can refer to the New Help for Old Friends III wiki for more details.

The Web services sample JSP can now generate using stub servers

    The user can now generate Web services sample JSP using stub servers.

Back to the top