无法解析远程名称

时间:2021-03-19 01:57:50

While accessing a webservice which is availbale at http://recpushdata.cyndigo.com/jobs.asmx, I am getting this Exception. "Remote name could not be resolved"

访问http://recpushdata.cyndigo.com/jobs.asmx上的availbale网络服务时,我收到了此例外情况。 “无法解析远程名称”

Any Suggesytion..what to do..

任何建议......怎么办..

2 个解决方案

#1


1  

The server error you got in the previous comment is good - it means your original problem, being unable to resolve the remote host, is solved.

您在上一条评论中收到的服务器错误很好 - 这意味着您无法解析远程主机的原始问题已解决。

As to your HTTP 500 error, check the event log for that time on the remote host. If you don't have access to it, contact its administrator.

至于HTTP 500错误,请检查远程主机上该时间的事件日志。如果您无权访问它,请与其管理员联系。

#2


0  

Try using the URL:

尝试使用URL:

http://216.10.246.91/jobs.asmx

If this works, whereever you are calling the web service from has a problem with DNS. If that does not work report back.

如果这样做,无论您从哪里调用Web服务都有DNS问题。如果那不起作用报告回来。

#1


1  

The server error you got in the previous comment is good - it means your original problem, being unable to resolve the remote host, is solved.

您在上一条评论中收到的服务器错误很好 - 这意味着您无法解析远程主机的原始问题已解决。

As to your HTTP 500 error, check the event log for that time on the remote host. If you don't have access to it, contact its administrator.

至于HTTP 500错误,请检查远程主机上该时间的事件日志。如果您无权访问它,请与其管理员联系。

#2


0  

Try using the URL:

尝试使用URL:

http://216.10.246.91/jobs.asmx

If this works, whereever you are calling the web service from has a problem with DNS. If that does not work report back.

如果这样做,无论您从哪里调用Web服务都有DNS问题。如果那不起作用报告回来。