ServiceMix

クライアントが動かない(Axis2編)

ServiceMix 上の Webサービスにアクセスするクライアントをどう作るかを調査中。次は Axis2 を試してみた。 wsdl2java でスタブを生成 Axis2付属のquickstartサンプルを改造してクライアントクラス作成 実行 すると Exception in thread "main" org.apache.a…

クライアントが動かない

http://www.sra.co.jp/soa/asima/wiki/doku.php?id=tech を参考にして、Webサービスクライアントを作ってるんだけど動かない。 ServiceMix 3.2.1 とバージョンが違う所為かなぁ。

archetype 一覧

http://servicemix.apache.org/maven-archetypes.html の archetype 一覧部分の訳 archetype JBI component contents of xbean.xml 備考 servicemix-bean-service-unit servicemix-bean beanエンドポイント定義 MyBeanサンプル生成 servicemix-camel-service…

情報源

本家 http://servicemix.apache.org/http://www.arclamp.jp/blog/archives/000737.html↑でリンクされている丸山先生の資料 http://www.c-sq.com/modules/article/article66.htmlhttp://d.hatena.ne.jp/koichiarchi/searchdiary?word=%2a%5bServiceMix%5d

Tutorial やってみる

3.1. Starting a new project でハマる。http://servicemix.apache.org/31-starting-a-new-project.html の「Create the servicemix-camel SU project」のところ。 mvn archetype:create -DarchetypeArtefactId=servicemix-...でエラーが出る。よく見ると「A…