タグ

ブックマーク / axis.apache.org (5)

  • Apache Axis2 – Axis2 integration with the Spring Framework

    Last Published: 2022-07-14| Version: 1.8.2| Apache/ Axis2/Java/ Axis2 integration with the Spring Framework Axis2 Integration with the Spring Framework This document is a guide on how to use Axis2 with the Spring Framework For users of JSON and Spring Boot - or anyone interesed in a complete Spring Boot example that includes Spring Security - see the sample application in the JSON and Spring Boot

    sessan
    sessan 2011/08/04
    Axis2とSpring Frameworkとの連携方法。どのSpringのバージョンとも連携できる模様。
  • WebServices - Axis

    SOAP はアプリケーション間通信のための XML に基づく通信プロトコルであり、またエンコーディングフォーマットでもあります。もともとは Microsoft と Userland software によって考え出されましたが、いくつもの世代を経て進化し、現在の仕様である SOAP 1.1 [英語] は人気と共に利用数もすごい勢いで上昇しています。W3C の XML Protocol working group [英語] は SOAP を当にオープンな標準に変える過程にいて、現時点では、1.1 の仕様のいくつかのあいまいな部分をなくした SOAP 1.2 の working draft をリリースしました。 SOAP はプラットフォームと言語をまたがる分散計算アプリケーション、いわゆるWebサービスの基幹であると広く見られています。 Axis は質的には SOAP エンジン -- クラ

    sessan
    sessan 2006/09/21
    axis1.0のユーザーガイド日本語版
  • Overview (Apache Axis2)

    Contains utility classes to track a dynamic set of services deployed in an Axis configuration.

    sessan
    sessan 2006/09/21
  • Apache Axis2 – HTTP transports

    Last Published: 2022-07-14| Version: 1.8.2| Apache/ Axis2/Java/ HTTP transports HTTP Transport This document covers the sending and receiving of SOAP messages with Axis2 using HTTP as the transport mechanism. Contents HTTPClient4TransportSender HTTPS support Further customization Timeout Configuration HTTP Version Configuration Proxy Authentication Basic, Digest and NTLM Authentication Reusing the

    sessan
    sessan 2006/09/12
    proxyの設定
  • WebServices - Axis

    このドキュメントでは Axis を利用したWebサービスのクライアント側の開発に関連する問題を見ていきます。 Axis は SOAP をサポートしていて、SOAP は HTTP の上で構築されていて、HTTP は TCP/IP の上で構築されているプロトコルです。何が行われているか理解するには、下部レベルを理解することが重要です。 TCP/IP を詳細に説明するつもりはありません。なぜなら TCP/IP はあまりにも複雑だからです。ですが TCP/IP 技術のいくつかの概念と特徴はここで扱う価値があります。 TCP/IP は2つのコンピュータ、すなわちホスト、の間に信頼できるチャネルを構築します。TCP を走らせているコンピュータは1から65535までのどのポートに来るメッセージも受け取ることができます。それはマシン上のプログラムがソケットを生成して、そのポートをリスンしている場合です。そ

  • 1