点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好, 我收到一条错误消...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好, 我收到一条错误消...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
大家好,
我收到一条错误消息"服务器拒绝了此请求,因为请求实体的格式不受请求的方法所请求的资源支持。" 当我将XML文件发送到API时。
我的代码:
呼叫方法cl_http_client => create_by_destination
导出
destination ='INTEGRATION'
IMPORTING
客户端= http_client
EXCEPTIONS
arguments_not_found = 1
destination_not_found = 2
destination_no_authority = 3
plugin_not_active = 4
internal_error = 5
其他=6。
如果sy-subrc <> 0。
ENDIF。
呼叫方法http_client-> request-> set_header_field
导出
name ='〜request_method'
value ='POST'。
呼叫方法http_client-> request-> set_header_field
导出
name ='Content-Type'
value ='text/xml; charset = utf-8'。
呼叫方法http_client-> request-> set_cdata
导出
数据= wf_string
偏移量= 0
长度= rlength。
呼叫方法http_client->发送
例外情况
http_communication_failure = 1
http_invalid_state = 2
http_processing_failed = 3
其他= 4。
呼叫方法http_client->接收
例外情况
http_communication_failure = 1
http_invalid_state = 2
http_processing_failed = 3
其他= 4。
wf_string1 = http_client->响应-> get_cdata()。
我的XML文件是:
清除wf_string。
链接wf_string
'<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes"?>'
'
'
'
'
'
'
'
'
'
'
'
'<状态> <值> A14 值> 状态>>
'
'
'
'
''
''
INTO wf_string。
联结测试:
我不知道问题出在哪里,我这样做的方式与论坛中的其他示例完全相同。
非常感谢您的帮助!
test-con.jpg (56.0 kB)
我认为问题是" value ='text/xml; charset = utf-8'。"我更改了它 通过"值='application/xml'。",我就连接了。
但是,现在我有另一条错误消息:" 424依赖失败"。 SAP还是API还是有问题?
感谢您的帮助。
Fernando
一周热门 更多>