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>