无法从程序访问URL(API)

2020-09-08 23:15发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 我正在使用mapques...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

我正在使用mapquest API来获取2个地方的导航详细信息。 我正在调用API,如下所示。

以下是我为其编写的URL和代码。

http://www.mapquestapi.com/directions/v2/route?key= 76BpT0PsHAJWGXQAzkV3StwF2AlVDecN&from = Av。+ Monteverde + 2211,+ B1852 + Burzaco,+ Buenos + Aires,+ Argentina&to = B1852,+ Luis + Mar%C3%ADa + Drago + 1760,+ B1852LGX + Burzaent ++ Bueno/a>

lv_service ='<一个rel =" nofollow" hraf=" http://www.mapquestapi.com/directions/v2/route?key=76BpT0PsHAJWGXQAzkV3StwF2AlVDecN&from=Av.+Monteverde+2211,+B1852+Burzaco,+Buenos + Aires,+ Argentina&to = B1852,+ Luis + Mar%C3%ADa + Drago + 1760,+ B1852LGX + Burzaco,+ Buenos + Aires,+ Argentina" target =" _blank"> http://www.mapquestapi.com/ Directions/v2/route?key = 76BpT0PsHAJWGXQAzkV3StwF2AlVDecN&from = Av。+ Monteverde + 2211,+ B1852 + Burzaco,+ Buenos + Aires,+ Argentina&to = B1852,+ Luis + Mar%C3%ADa + Drago + 1760,+ Bco2LGX +布宜诺斯艾利斯+艾利斯,+阿根廷'。

cl_http_client => create_by_url(
导出
url = lv_service
导入
client = lo_http_client
EXCEPTIONS
arguments_not_found = 1
plugin_not_active = 2
internal_error = 3
OTHERS = 4)。

lo_http_client-> request-> set_method('GET')。

lo_http_client-> send(
例外
http_communication_failure = 1
http_invalid_state = 2)。

lo_http_client-> receive(
EXCEPTIONS
http_communication_failure = 1
http_invalid_state = 2
http_processing_failed = 3)。

lv_response = lo_http_client-> response-> get_cdata()。

我在lv_response中遇到错误。

这是基础问题还是程序...

请咨询

维杰。

error.jpg (158.5 kB)