| [news.eclipse.webtools] Re: Accessing Web Services with WTP |
Hi Andre, WTP is a toolset for developing Web applications. It is not a framework for the applications themselves. For Web services, WTP bundles Apache Axis [1] and Axis2 [2]. These frameworks can make SOAP calls and provide a programmatic way to interact with Web services. [1] http://ws.apache.org/axis/ [2] http://ws.apache.org/axis2/ Lawrence