`
zsjg13
  • 浏览: 142377 次
  • 性别: Icon_minigender_1
  • 来自: 安徽
社区版块
存档分类
最新评论

Apache Axis

阅读更多

Apache Axis™ is a second generation SOAP engine, the successor to the Apache SOAP project, itself based on the original SOAP4J code that IBM contributed to Apache in April 2000. In contrast to its predecessor, Axis is fully WSDL aware. It also supports the JAX-RPC API.

Today, Apache Axis is to a large extend superseded by a new generation of SOAP stacks such as Apache Axis2Apache CXF and Metro. However, Axis is still relevant for the following type of projects:

  • Projects that need to use JAX-RPC. There are only two Open Source implementations of that API: Axis and Sun's reference implementation.
  • Projects that need to consume or expose Web services that use SOAP encoding. SOAP encoding has been deprecated and is no longer supported by modern Web service frameworks. However, there are still legacy services that use type of encoding.
  • Existing projects that were built using Axis and for which the return on investment of rewriting them using a modern Web service framework would be too low.
分享到:
评论

相关推荐

    ApacheAxis使用方法(版本1.4)

    资源名称:Apache Axis使用方法 (版本1.4)内容简介: Apache Axis是开源的SOAP服务器和客户端。SOAP是网络间不同语言的程序进行交互的方法。SOAP通常在HTTP上交换信息:客户端POST一个SOAP请求,然后接受HTTP响应,...

    apache axis-1.7.9

    Apache Axis2是Apache软件基金会开发的一个开放源代码Web服务框架,用于构建和部署高效、可扩展的Web服务。它基于Axis1.x进行重大改进,提供了更强大的功能和更好的性能。在"apache axis-1.7.9"这个版本中,我们获取...

    Web服务框架 Apache Axis

    Apache Axis 是一个开源的Web服务框架,主要用于构建和部署基于SOAP(Simple Object Access Protocol)的Web服务。这个框架是Apache软件基金会的一个项目,为开发者提供了一种高效、灵活且易于使用的工具,使得在...

    基于 Apache Axis2 将上述类的方法对外提供 Web 服务,生成 WSDL 文件,以及调用服务

    Apache Axis2 是一个流行的开源Web服务引擎,它允许开发者创建和部署高级Web服务。这个框架是基于Apache SOAP项目,提供了一种高效、灵活且模块化的方式来处理Web服务。在这个教程中,我们将学习如何使用Apache Axis...

    Apache Axis用户指南

    Apache Axis 是一个开源的Web服务框架,主要用于创建和部署Web服务。它支持SOAP(Simple Object Access Protocol)协议,使得应用程序可以通过网络进行通信。本部分的用户指南主要关注如何在Axis中利用WSDL(Web ...

    使用Apache Axis 生成Web服务客户端开发天气预报的功能

    Apache Axis是Apache软件基金会开发的一个开源工具,专门用于构建和部署Web服务。这篇博客文章将引导我们如何利用Apache Axis来生成Web服务客户端,从而实现天气预报功能的开发。下面,我们将深入探讨这个过程中的...

    Apache Axis2 Web Services, 2nd Edition.pdf

    Chapter 1, Apache Web Services and Axis2 - Gives you an introduction to web services and the web service stack at Apache. Chapter 2, Looking inside Axis2 - Learn about Axis2 architecture and the ...

    APACHE AXIS2

    知识点:Apache Axis2 ### 一、Apache Axis2概述 Apache Axis2是Apache软件基金会下的一款开源、高性能的Web服务框架,它支持SOAP协议,并且兼容JAX-WS(Java API for XML Web Services)规范。Axis2是Apache Axis...

    Apache Axis了解

    Apache Axis 是一个开源的Web服务框架,主要用于创建和部署SOAP(简单对象访问协议)服务以及客户端应用程序。这个框架是Java编程语言实现的,允许开发者利用Java的类来创建Web服务,同时也提供了对WSDL(Web服务...

    apache axis1.4实例

    Apache Axis1.4是Apache软件基金会开发的一个开源Web服务框架,专门用于构建和部署Web服务。这个框架在2004年发布,虽然现在已经有些老旧,但因其稳定性、广泛支持和丰富的功能,仍然在很多项目中被使用。本文将深入...

    基于java的开发源码-Web服务框架 Apache Axis.zip

    基于java的开发源码-Web服务框架 Apache Axis.zip 基于java的开发源码-Web服务框架 Apache Axis.zip 基于java的开发源码-Web服务框架 Apache Axis.zip 基于java的开发源码-Web服务框架 Apache Axis.zip 基于java的...

    Apache Axis2 Web Services的电子书

    包括3本Axis2的书(英文),實為2本(第1本有...1.Developing Web Services with Apache CXF and Axis2, 3rd Edition 2.Packt.Publishing.Quickstart.Apache.Axis2 3.Develop Web Services With Apache Axis2 PDF格式

    axis2,apache axis2,web service

    Apache Axis2是Apache软件基金会开发的一个开源Web服务框架,它主要用Java语言编写,用于构建高效、灵活且可扩展的Web服务。Axis2是Axis1的下一代产品,它提供了更强大的功能和性能优化,旨在满足现代企业级Web服务...

    apache axis 1.4 final

    Apache Axis 1.4 Final 是一个历史悠久且广泛使用的SOAP(Simple Object Access Protocol)Web服务框架,主要用于构建和部署Web服务。这个版本是Axis 1.x系列的一个稳定版本,发布于2009年,旨在提供可靠的SOAP通信...

    Apache Axis2 Web Services, 2nd

    Extensive and detailed coverage of the enterprise ready Apache Axis2 Web Services / SOAP / WSDL engine. Attain a more flexible and extensible framework with the world class Axis2 architecture. Learn ...

    Apache Axis 1.2RC2 完整包

    Apache Axis 是一个开源的Web服务框架,主要用于创建和部署SOAP(简单对象访问协议)服务。在Web服务领域,Apache Axis 提供了一种高效且灵活的方式来实现客户端和服务器端的通信。1.2RC2是该版本的一个候选发布版本...

    Quickstart Apache Axis2

    Apache Axis2是Apache软件基金会开发的一个开放源代码Web服务引擎,它是Apache SOAP栈的第二代产品,用于构建高效、可扩展且灵活的Web服务。快速启动Apache Axis2旨在帮助开发者迅速理解和部署Axis2,以便利用其强大...

    Develop Web Services With Apache Axis

    ### 开发Web服务使用Apache Axis #### 前言与背景 随着互联网技术的发展,Web服务作为连接不同系统之间的桥梁,其重要性日益凸显。Apache Axis作为一种强大的工具,被广泛应用于构建、部署和管理Web服务。《使用...

Global site tag (gtag.js) - Google Analytics