状态415 HTTP-XML

2020-09-25 03:37发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好, 我收到一条错误消...

         点击此处--->   EasySAP.com群内免费提供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"?>'
''
' ''1117'''
'''B03'''
'''A42'''
'''17V'''
'''A40'''
'''17'''
'''1'''< br>'''2016-07-06T16:32:38Z'''

''
'''FR_517320'''
'''FR_517320'''

'<状态> <值> A14 >
'''本地'''

'''2018-02-12'''

''''''
'''''''''''
''
''
INTO wf_string。

联结测试:

我不知道问题出在哪里,我这样做的方式与论坛中的其他示例完全相同。

非常感谢您的帮助!

test-con.jpg (56.0 kB)