使用Curl命令Post XML如下:

XML文件

<getProfile>
<account>foo@CMCC</account>
</getProfile>

echo '<getProfile><account>foo@CMCC</account></getProfile>' | curl -X POST -H 'Content-type: text/xml' -d @- http://119.145.0.78:8082/jil?op=GETPROFILE



curl post

相关文章:

  • 2021-08-09
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-09-05
猜你喜欢
  • 2021-11-12
  • 2022-02-13
  • 2021-08-06
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
相关资源
相似解决方案