接口地址如:http://localhost:8101/ws/hello?wsdl
Body->raw设置如下
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="http://impl.service.ws.modules.jeecg.org/">
<soapenv:Header/>
<soapenv:Body>
<impl:sayHello>
<!--Optional:-->
<name>jinshengyuan</name>
</impl:sayHello>
</soapenv:Body>
</soapenv:Envelope>