<![CDATA[ <?xml version="1.0" encoding="UTF-8"?><MsgText> <username>test</username> <password>test</password> <dealingid>MZCX1010</dealingid> <sfzhm>150202198306013617</sfzhm></MsgText> ]]>

 

因为要填写的xml格式的参数,注意语法为<![CDATA[ 这里是xml ]]>,这里需要注意:<exp:arg0>和<![CDATA... 之间不可有任何的其他字符,包括空格以及换行,否则解析xml会抛出异常(“不允许有匹配 "[xX][mM][lL]" 的处理指令目标。”),解析失败。

chrome调试Webservice插件: http://www.chromestore.cn/2018/09/18/wizdler/ 

 

webservice调试(XML参数) Wizdler PostMan
    


            
【SoapUI、Postman、WebServiceStudio、Jmeter】接口测试工具结合测试webservice接口(发送XML格式参数)

 

Parses the WSDL files and generates SOAP messages for you.

Chrome插件开发者插件Wizdler          http://www.chromestore.cn/2018/09/18/wizdler/

 

 

 

相关文章:

  • 2021-10-21
  • 2021-11-27
  • 2021-10-09
  • 2021-09-21
  • 2021-07-31
  • 2022-02-06
猜你喜欢
  • 2021-11-19
  • 2021-12-29
  • 2022-12-23
  • 2021-09-03
  • 2021-05-20
  • 2021-11-19
  • 2021-04-18
相关资源
相似解决方案