はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『Apache Axis』

  • 人気
  • 新着
  • すべて
  • WebServices - Axis

    3 users

    axis.apache.org

    [翻訳者注: このページは FAQ/Wiki ページを静的に翻訳したものです。最新の内容につきましては本家 FAQ/Wiki をご覧下さい。] [その他の JAX-RPC 実装との相互運用性は?] [編集日時 2003年4月24日pm4:51 版] その他の JAX-RPC 実装との相互運用性は? その他の Java による [JAX-RPC] 仕様の実装は、Axis と必ず相互運用できるはずです。なぜなら Axis のデータ型と相手のデータ型に単純な1対1マッピングがあり、また、JAX-RPC 準拠テストはそのプロセスに余分なテストを追加しているからです。 Axis は JAX-RPC が扱っていない多くのデータ型 (符号無し型、マップなど) をシリアライズすることに注意してください。JAX-RPC 仕様で扱っているデータ型のみ相互運用が保証されています。 さらに、Axis は [DIM

    • テクノロジー
    • 2010/03/18 14:17
    • apache
    • java
    • JAX-WS Guide – Apache Axis2

      3 users

      axis.apache.org

      Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ JAX-WS Guide Table of Contents Introduction to JAX-WS Introduction to JAXB Developing JAX-WS Web services From a JavaBean (bottom-up) From a WSDL document (top-down) Packaging and deploying a JAX-WS service Developing a JAX-WS client from a WSDL document Developing a dynamic client using JAX-WS APIs Developing JAX-WS clients Running a

      • テクノロジー
      • 2009/05/01 17:54
      • Java
      • WebServices - Axis

        4 users

        axis.apache.org

        [翻訳者注: このページは FAQ/Wiki ページを静的に翻訳したものです。最新の内容につきましては本家 FAQ/Wiki をご覧下さい。] [WSDL2Java スタブを使用する際に、どのようにしてタイムアウトを設定するのですか?] [編集日時 2004年5月24日pm8:22 版] 質問: WSDL2Java スタブを使用する際に、どのようにしてタイムアウトを設定するのですか? 回答: 生成されたスタブ全てが拡張する org.apache.axis.client.Stub クラスに setTimeout メソッドがあります。 ここに Foo という名前のサービスにタイムアウトを設定する方法を示します。 FooServiceLocator loc = new FooServiceLocator(); FooService binding = loc.getFooService(); o

        • 暮らし
        • 2009/03/05 14:58
        • Apache Axis2 User's Guide- Introducing Axis2 – Apache Axis2

          3 users

          axis.apache.org

          Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Apache Axis2 User's Guide- Introducing Axis2 This guide provides a starting place for users who are new to Apache Axis2. It also covers some advanced topics, such as how to use Axis2 to create and deploy Web services as well as how to use WSDL to generate both clients and services. For experienced users of Apache Axis2, we recommend t

          • 暮らし
          • 2008/02/05 16:23
          • axis2
          • web
          • RESTful Web Services Support – Apache Axis2

            4 users

            axis.apache.org

            Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ RESTful Web Services Support This document presents an introduction on REST and REST with HTTP POST and GET. Content Introduction Doing REST Web Services with HTTP POST Sample REST - HTTP POST Client Access a REST Web Service via HTTP GET Introduction WSDL 2.0 HTTP Binding defines a way to implement REST (Representational State Transf

            • テクノロジー
            • 2007/05/24 10:55
            • REST
            • webservice
            • Handling Binary data with Axis2 (MTOM/SwA) – Apache Axis2

              3 users

              axis.apache.org

              Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Handling Binary data with Axis2 (MTOM/SwA) Handling Binary Data with Axis2 (MTOM/SwA) This document describes how to use the Axis2 functionality to send/receive binary data with SOAP. Content Introduction Where Does MTOM Come In? MTOM with Axis2 Programming Model Enabling MTOM Optimization at Client Side Enabling MTOM Optimization at

              • テクノロジー
              • 2007/05/11 23:41
              • Axis2
              • Axis2 Quick Start Guide – Apache Axis2

                4 users

                axis.apache.org

                Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Axis2 Quick Start Guide The purpose of this guide is to get you started on creating services and clients using Axis2 as quickly as possible. We'll take a simple StockQuote Service and show you some of the different ways in which you can create and deploy it, as well as take a quick look at one or two utilities that come with Axis2. We

                • テクノロジー
                • 2007/04/26 12:04
                • axis2
                • java
                • Axis2 Configuration Documents – Apache Axis2

                  4 users

                  axis.apache.org

                  Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Axis2 Configuration Documents Axis2 Configuration Guide In Axis2, there are three kinds of configuration files to configure the system. The first one is to configure the whole system (global configuration), the second one is to configure a service (service configuration), and the third one is to configure a module (module configuratio

                  • テクノロジー
                  • 2007/04/12 19:22
                  • axis2
                  • service
                  • java
                  • WebServices - Axis

                    3 users

                    axis.apache.org

                    Axis 特有の情報 (CVS リポジトリアクセス、メーリングリスト情報、等) は Axis ホームページ にあります。 Axis は Jakarta プロジェクトガイドライン [英語] を利用しています。 コード変更は "Code Conventions for the Java Programming Language (Java プログラミング言語のためのコード規約)" [英語] に従う必要があります。 バグを修正する場合、cvs コミットメッセージ内にバグの href を入れてください。 公開 Axis インターフェースに対する互換性のない変更は可能であれば避けるべきです。変更が必要な場合、例えば Axis の全体的なモジュール性を維持する、あるいは改良する場合、ユーザへの影響を考慮に入れ、できればドキュメント化する必要があります。 もし相互運用性に影響を与えるような大きな変更を加

                    • テクノロジー
                    • 2007/04/03 17:57
                    • java
                    • programming
                    • Axis2 integration with the Spring Framework – Apache Axis2

                      4 users

                      axis.apache.org

                      Last Published: 2025-03-04| Version: 2.0.0| 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

                      • 世の中
                      • 2007/02/06 11:56
                      • Overview (Apache Axis2)

                        3 users

                        axis.apache.org

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

                        • テクノロジー
                        • 2006/09/21 13:35
                        • axis
                        • HTTP transports – Apache Axis2

                          6 users

                          axis.apache.org

                          Last Published: 2025-03-04| Version: 2.0.0| 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 HTTPClient5TransportSender HTTPS support Further customization Timeout Configuration HTTP Version Configuration Proxy Authentication Basic, Digest and NTLM Authentication Reusing the

                          • テクノロジー
                          • 2006/09/12 12:24
                          • Axis2
                          • Axis
                          • WebServices - Axis

                            10 users

                            axis.apache.org

                            このドキュメントでは Apache Axis のインストール方法を解説します。Java コードの書き方を既に知っていて、XML を恐れない人を対象としています。また、既にアプリケーションサーバかサーブレットエンジンを持っていて、その操作と配備に慣れている人を対象としています。もしアプリケーションサーバが必要であれば、Jakarta Tomcat [英語] をお勧めします。[ もし Tomcat をインストールするのであれば、最新の 4.1.x 版で、かつ、Java 1.4 対応の LE 版ではなく(LE 版は XML パーサである Xerces を省略するので)、完全版を取得してください ]。その他のサーブレットエンジンも、バージョン 2.2 以上のサーブレット API を実装しているのであれば対応しています。Axis クライアントと Axis サーバは Java 1.3 以降を必要として

                            • テクノロジー
                            • 2006/09/11 17:51
                            • WebService
                            • Java
                            • Apache Axis2/C - Apache Axis2/C - The Web Services Engine

                              10 users

                              axis.apache.org

                              Welcome to Apache Axis2/CApache Axis2/C is a Web services engine implemented in the C programming language. It is based on the extensible and flexible Axis2 architecture. Apache Axis2/C can be used to provide and consume WebServices. It has been implemented with portability and ability to embed in mind, hence could be used as a Web services enabler in other software. Apache Axis2/C supports SOAP 1

                              • テクノロジー
                              • 2006/09/04 23:44
                              • apache
                              • C
                              • WebServices - Axis

                                8 users

                                axis.apache.org

                                使い方: java org.apache.axis.wsdl.WSDL2Java [オプション] WSDL-URI オプション: -h, --help このメッセージを出力して終了します -v, --verbose 詳細なメッセージを出力します -n, --noImports インポートされた WSDL ドキュメントを除いた WSDL ドキュメントを対象としたコード を生成します -O, --timeout <引数> タイムアウト秒を指定します (デフォルトは45、無効にするには -1 を指定します) -D, --Debug デバッグ情報を出力します -W, --noWrapped "wrapped" document/literal サポートを止めます -s, --server-side Webサービスのためのサーバサイドバインディングを生成します -S, --skeletonDeplo

                                • テクノロジー
                                • 2006/08/31 17:55
                                • axis
                                • WSDL
                                • webservice
                                • web2.0
                                • あとで読む
                                • java
                                • Apache Axis

                                  3 users

                                  axis.apache.org

                                  <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <h2>Frame Alert</h2> <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>

                                  • テクノロジー
                                  • 2006/07/29 08:49
                                  • axis
                                  • Java
                                  • imported
                                  • Programming
                                  • Webサービス
                                  • WebServices - Axis

                                    3 users

                                    axis.apache.org

                                    NEWS (April 22, 2006): Axis 1.4 Final is now available! NEWS (October 5, 2005): Axis 1.3 Final is now available! NEWS (June 15, 2005): Axis 1.2.1 Final is now available! NEWS (May 04, 2005): Axis 1.2 Final is now available! NEWS (April 09, 2005): Axis C++ 1.5 Final is now available! NEWS (March 01, 2005): Axis 1.2 RC3 is now available! NEWS (February 08, 2005): Axis C++ 1.5 Alpha is now available!

                                    • テクノロジー
                                    • 2006/05/28 21:15
                                    • Technology
                                    • Axis 2.0

                                      19 users

                                      axis.apache.org

                                      Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Apache Axis2/Java - Next Generation Web Services Welcome to Apache Axis2/Java Apache Axis2™ is a Web Services JSON / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C While you will find all the infor

                                      • テクノロジー
                                      • 2006/05/09 00:58
                                      • apache
                                      • Axis2
                                      • axis
                                      • Java
                                      • Webサービス
                                      • library
                                      • WebService
                                      • WebServices - Axis

                                        7 users

                                        axis.apache.org

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

                                        • テクノロジー
                                        • 2006/02/10 17:30
                                        • Apache
                                        • programming
                                        • Apache Axis – User's Guide

                                          3 users

                                          axis.apache.org

                                          What is SOAP? SOAP is an XML-based communication protocol and encoding format for inter-application communication. Originally conceived by Microsoft and Userland software, it has evolved through several generations; the current spec is version, SOAP 1.2, though version 1.1 is more widespread. The W3C's XML Protocol working group is in charge of the specification. SOAP is widely viewed as the backb

                                          • テクノロジー
                                          • 2006/02/03 11:29
                                          • imported
                                          • Java
                                          • Programming
                                          • WebServices - Axis

                                            33 users

                                            axis.apache.org

                                            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 エンジン -- クラ

                                            • テクノロジー
                                            • 2006/01/24 14:42
                                            • axis
                                            • SOAP
                                            • java
                                            • WSDL
                                            • Axis2
                                            • Apache
                                            • programming
                                            • WebServices - Axis

                                              15 users

                                              axis.apache.org

                                              2004年12月15日から、日本語メーリングリストを含むApache Axisの日本語コミュニティを正式に運営しています。詳しくはこちらの報道発表をご覧下さい。また、日本語メーリングリストへの参加方法については、こちらを参照して登録お願いします。 お知らせ (2005年06月15日) : Axis 1.2.1 Final が利用できます。 お知らせ (2005年05月04日) : Axis 1.2 Final が利用できます。 お知らせ (2005年04月09日) : Axis C++ 1.5 Final が利用できます。 お知らせ (2005年04月06日) : 日本語対応したAxis Wikiをオープンしました。 お知らせ (2005年03月01日) : Axis 1.2 RC3 が利用できます。 お知らせ (2005年02月08日) : Axis C++ 1.5 Alpha が利用で

                                              • テクノロジー
                                              • 2005/07/07 10:46
                                              • SOAP
                                              • Apache
                                              • axis
                                              • Java
                                              • reference
                                              • Axis 2.0 - Apache Axis2 - Next Generation Web Services

                                                30 users

                                                axis.apache.org

                                                Last Published: 2025-03-04| Version: 2.0.0| Apache/ Axis2/Java/ Apache Axis2/Java - Next Generation Web Services Welcome to Apache Axis2/Java Apache Axis2™ is a Web Services JSON / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C While you will find all the infor

                                                • テクノロジー
                                                • 2005/02/26 14:41
                                                • axis2
                                                • SOAP
                                                • Axis
                                                • apache
                                                • java
                                                • WebServices - Axis

                                                  13 users

                                                  axis.apache.org

                                                  2004年12月15日から、日本語メーリングリストを含むApache Axisの日本語コミュニティを正式に運営しています。詳しくはこちらの報道発表をご覧下さい。また、日本語メーリングリストへの参加方法については、こちらを参照して登録お願いします。 お知らせ (2005年06月15日) : Axis 1.2.1 Final が利用できます。 お知らせ (2005年05月04日) : Axis 1.2 Final が利用できます。 お知らせ (2005年04月09日) : Axis C++ 1.5 Final が利用できます。 お知らせ (2005年04月06日) : 日本語対応したAxis Wikiをオープンしました。 お知らせ (2005年03月01日) : Axis 1.2 RC3 が利用できます。 お知らせ (2005年02月08日) : Axis C++ 1.5 Alpha が利用で

                                                  • テクノロジー
                                                  • 2005/02/21 09:38
                                                  • axis
                                                  • soap
                                                  • Webサービス
                                                  • apache
                                                  • Reference
                                                  • webservice
                                                  • java
                                                  • 開発
                                                  • WebServices - Axis

                                                    19 users

                                                    axis.apache.org

                                                    NEWS (April 22, 2006): Axis 1.4 Final is now available! NEWS (October 5, 2005): Axis 1.3 Final is now available! NEWS (June 15, 2005): Axis 1.2.1 Final is now available! NEWS (May 04, 2005): Axis 1.2 Final is now available! NEWS (April 09, 2005): Axis C++ 1.5 Final is now available! NEWS (March 01, 2005): Axis 1.2 RC3 is now available! NEWS (February 08, 2005): Axis C++ 1.5 Alpha is now available!

                                                    • 暮らし
                                                    • 2005/02/16 23:40
                                                    • apache
                                                    • axis
                                                    • SOAP
                                                    • webservice
                                                    • Java
                                                    • Webサービス

                                                    このページはまだ
                                                    ブックマークされていません

                                                    このページを最初にブックマークしてみませんか?

                                                    『Apache Axis』の新着エントリーを見る

                                                    キーボードショートカット一覧

                                                    j次のブックマーク

                                                    k前のブックマーク

                                                    lあとで読む

                                                    eコメント一覧を開く

                                                    oページを開く

                                                    はてなブックマーク

                                                    • 総合
                                                    • 一般
                                                    • 世の中
                                                    • 政治と経済
                                                    • 暮らし
                                                    • 学び
                                                    • テクノロジー
                                                    • エンタメ
                                                    • アニメとゲーム
                                                    • おもしろ
                                                    • アプリ・拡張機能
                                                    • 開発ブログ
                                                    • ヘルプ
                                                    • お問い合わせ
                                                    • ガイドライン
                                                    • 利用規約
                                                    • プライバシーポリシー
                                                    • 利用者情報の外部送信について
                                                    • ガイドライン
                                                    • 利用規約
                                                    • プライバシーポリシー
                                                    • 利用者情報の外部送信について

                                                    公式Twitter

                                                    • 公式アカウント
                                                    • ホットエントリー

                                                    はてなのサービス

                                                    • はてなブログ
                                                    • はてなブログPro
                                                    • 人力検索はてな
                                                    • はてなブログ タグ
                                                    • はてなニュース
                                                    • ソレドコ
                                                    • App Storeからダウンロード
                                                    • Google Playで手に入れよう
                                                    Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                    設定を変更しましたx