在下面的输入字段中输入您的原始 XML 数据点击发送将您的 XML 请求提交到指定的服务器.I want POST an XML request to a webservice using Postman. However, when I check the available request formats, I only see options for form-data, x-www-form-urlencoded, raw, and binary.How do I POST an XML request to a webservice with Postman? 解决方案 Send XML requests with the raw data type, then set the Content-Type to text/xml.After creating a request, use the dropdown to change the request type to POST.Open the Body tab and check the data type for raw.Open the Content-Type selection box that appears to the right and select either XML (application/xml) or XML (text/xml)Enter your raw XML data into the input field belowClick Send to submit your XML Request to the specified server. 这篇关于如何使用 Postman 将 XML 数据发布到网络服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-23 22:36