[Seasar-user:15477] Re: [S2Axis2] プロキシーサーバの指定

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2008年 8月 22日 (金) 20:30:20 JST


小林 (koichik) です.

Date:    Fri, 22 Aug 2008 19:52:47 +0900
From:    松山 大樹 <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:15475] Re: [S2Axis2] プロキシーサーバの指定

> とりあえず、テストクラスからのテストは無視して、Teeda で作成したアプリケーションに
> 組み込んでみたところ、やはりうまく行きませんでした。

<component name="ioConnector"
    class="org.seasar.remoting.axis2.connector.AxisInOutConnector">
  <property name="properties">
    <component class="java.util.Properties">
      <initMethod name="setProperty">
        <arg>@[E-MAIL ADDRESS DELETED]</arg>
        <arg>"d:/work/axis2.xml"</arg>
      </initMethod>
    </component>
  </property>
</component>

のように Connector のプロパティに直接設定すると
どうでしょうか?

> ついでに言うと、s2Axis2 のサンプルは、サーバとクライアントが、1つになっているので、
> わかりづらい部分があります。どこまでが、サーバとして必要な設定なのか、クライアントは
> 何があればいいのか、というような切り分けが初心者には難しいです。

http://s2axis.seasar.org/ja/s2axis2/examples.html#abstraction

にあるように,src/main にある Web アプリ側がサーバで,
src/test にあるテストケース側がクライアントです.


-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>



Seasar-user メーリングリストの案内