Eclipse

 
 
The Eclipse Workbench is an open source platform, designed by IBM and released to the open source community. It is an open, portable, universal tooling platform that provides frameworks, services and tools for building tools.

In essence the workbench provides the tool infrastructure. With this infrastructure in place, the tool builders are able to focus on the actual building of their tools. The workbench has been designed for maximum flexibility to support the development of tools for new technologies that may merge in the future.

Industry leaders Borland, IBM, Merchant, QNX Software Systems, Rational Software, RedHat, SuSE, TogetherSoft, and WebGain formed the initial eclipse.org board of directors and began work on the Eclipse open source project.

More information about The Eclipse Workbench can be found at:
http://www.eclipse.org

Eclipse FAQ can be found at:
http://wiki.eclipse.org/index.php/Eclipse_FAQs

The latest Eclipse version can be downloaded from: http://www.eclipse.org/downloads/

There are hundreds of plugins which you can add to Eclipse, for example plugins for testing, code management, uml, xml, etc. The Eclipse plugins can be found at: http://www.eclipseplugincentral.com/







Invoke a web service using the Web Services Explorer on Eclipse 3.4 (Ganymede)



Information
none

Operating system used
Windows Vista Home Premium SP 1

Software prerequisites
Eclipse 3.4 (Ganymede)

Procedure
  1. Start Eclipse and select Java EE perspective.

  2. Select menu: Run | Launch the Web Services Explorer

  3. Click button "WSDL Page".

    Select WSDL Page

  4. Click link "WSDL Main".

    Click link WSDL Main

  5. In this tutorial the Countries web service will be explored, see:
    Information about the Countries web service.

    Enter the WSDL URL: https://www.mobilefish.com/services/web_service/countries.php?wsdl
    and press the Go button.

    Enter WSDL URL

  6. The Countries web service has the following operations:

    • countryInfoByIana
    • getIANAInfo
    • regionsInfoByIana

    Web services operations



  7. Click on link getIANAInfo in the Navigator screen.

    The content of the body cannot be displayed in the form view. Click the Source link.

    Click link source

  8. The SOAP request and response can now be displayed.

    Display SOAP request and response

  9. Click on link countryInfoByIana in the Navigator screen, enter the ianacode input value "us" and press the Go button.

    Enter ianacode

  10. The corresponding SOAP request and response is displayed.

    Display SOAP request and response