使用JDK发布WebServiceEndpoint.publish("http://localhost:8000/server", new Printer());则通过http://localhost:8000/serverhttp://127.0.0.1:8000/server可获取相应的wsdl本机(Win7)IP为:192.168.1.78,改为使用本机IP重新发布Endpoint.publish("http://192.168.1.78:8000/server", new Printer());则通过http://192.168.1.78:8000/server可获取相应的wsdl,而通过http://localhost:8000/serverhttp://127.0.0.1:8000/server却不能访问了在我看来192.168.1.78、localhost、127.0.0.1应该都能访问该wsdl,但为何会造成这种问题呢?现在不知道该用哪个地址来发布了
添加回答
举报
0/150
提交
取消