本文主要是介绍soapui调用webservice入参报文,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
soapui 入参报文:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ker:service soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><pInXmlDoc xsi:type="xsd:string"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>XML报文]]></pInXmlDoc>
</ker:service>
</soapenv:Body>
</soapenv:Envelope>
这篇关于soapui调用webservice入参报文的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!