java calling web service- No endpoint exception

空扰寡人 提交于 2019-12-25 04:09:08

问题


I am calling from java eclipse to a web service from asp.net. the address that i am calling ends with asmx: http ://mgn111:8011/MDP_InsuredDetails_WS/InsuredDetails.asmx

when I send the request to the method in this service I am getting this error in my log:

19/02/13 12:13:05 ERROR [xxxService]: ServiceProxy Update exception: 'No endpoint'

19/02/13 12:13:05 ERROR [xxxrvice]: ServiceProxy Update exception (toString): 'No endpoint

what is the problem?

来源:https://stackoverflow.com/questions/14975646/java-calling-web-service-no-endpoint-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!