[Seasar-user:9979] [s2axis2]WSDLファイルのURL部分の設定方法について

Iku Imamura [E-MAIL ADDRESS DELETED]
2007年 8月 20日 (月) 14:10:12 JST


お世話になっております。今村と申します。

現在、S2Axis2を使用しているのですが、WSDLファイルのサービスのURL部分を
IPアドレスではなく、ホスト名+ドメイン名でアクセスするようにしたいと思っています。


<wsdl:service name="Echo">
  <wsdl:port name="EchoSOAP11port_http" binding="axis2:EchoSOAP11Binding">
    <soap:address
location="http://192.168.1.1:8080/s2axis2-examples/services/Echo" />
  </wsdl:port>
  <wsdl:port name="EchoSOAP12port_http" binding="axis2:EchoSOAP12Binding">
    <soap12:address
location="http://192.168.1.1:8080/s2axis2-examples/services/Echo" />
  </wsdl:port>
  <wsdl:port name="EchoHttpport" binding="axis2:EchoHttpBinding">
    <http:address
location="http://192.168.1.1:8080/s2axis2-examples/services/Echo" />
  </wsdl:port>
</wsdl:service>

 *上記のIPアドレスの部分をホスト名+ドメイン名にしたいと思っています。


どのように設定すればよろしいでしょうか?

ご教授、よろしくお願い致します。

-- 
===================================
Iku Imamura
[e-mail][E-MAIL ADDRESS DELETED]
===================================



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