我从java eclipse调用asp.net的web服务。
我呼叫的地址以asmx结尾:
http ://mgn111:8011/MDP_InsuredDetails_WS/InsuredDetails.asmx
当我将请求发送到此服务中的方法时,我在日志中收到此错误:
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
问题是什么?