You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/01 08:47:27 UTC

[Ws Wiki] Update of "ja/axis/Namespaces" by ToshiyukiKimura

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by ToshiyukiKimura:
http://wiki.apache.org/ws/ja/axis/Namespaces

The comment on the change is:
Axis Wiki in Japanese

New page:
##language:ja

'''質問: 自分のサービスと名前空間マッピングをどのようにして関連させることができますか?'''

回答: あなたのサービスの WSDD は以下のようになるでしょう。

{{{
 <service name="MyService" provider="java:RPC">
   <namespace>http://my.com/MyServiceNamespace</namespace>
   /axis/ja. 
 </service> 
}}}