Monthly Archives: January 2010

设计与开发 JAX-WS 2.0 Web 服务

http://www.ibm.com/developerworks/cn/edu/ws-dw-ws-jax.html Naveen Balani, 开发经理, IBM 2007 年 11 月 29 日 通过使用 Java™ API for XML Web Services (JAX-WS) 技术设计和开发 Web 服务,可以带来很多好处,能简化 Web 服务的开发和部署,并能加速 Web 服务的开发。通过此教程,可以了解如何开发将其功能作为 Web 服务公开的示例订单处理程序,从而进行所有这些工作以及其他任务。完成了此教程后,您将能够应用这些概念和新获得的知识,来使用 JAX-WS 技术为应用程序开发 Web 服务。 开始之前 关于本教程 在本教程中,我们将设计和开发一个订单处理应用程序,并将其功能作为 Web 服务公开,以便各种使用者以独立于平台的方式提交订单信息。 目标 完成了此教程后,可以应用相关概念和知识来使用 JAX-WS … Continue reading

Posted in WebService | Leave a comment

Handler and Phase in Apache Axis2

http://www.packtpub.com/article/handler-and-phase-in-apache-axis   Handler and Phase in Apache Axis2 The fundamental goal of any given Simple Object Access Protocol (SOAP) processing framework is to deliver an incoming SOAP message to the target application. However, if we consider today’s Web Services or any other … Continue reading

Posted in Axis WebService | Leave a comment