【发布时间】:2018-11-14 23:24:51
【问题描述】:
我尝试在 websphere 8.5.5.6 上部署我的应用程序。如果我像
一样运行我的应用程序public static void main(String [] args){
Endpoint endpoint = Endpoint.create(new GenericAccountImpl);
endpoint.publish("http://0.0.0.0:9084/service/GenericAccount")
}
效果很好。但是当我尝试在 WAS 上部署它时(它托管在另一台机器上),它不起作用
【问题讨论】:
标签: java web-services websphere jax-ws