<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <!-- 在这里添加你的请求路径,接口对应的命名空间 -->xmlns:web="http://webservice.core.test.service.com"> <soapenv:Header/> <soapenv:Body> <!-- web:在这里添加你的请求方法 --> <web:iptDiagnose> <!-- 在这里添加你的请求参数 --> <id>665</id> <jsonString>{"hospitalCode":"310115783675001"}</jsonString> </web:iptDiagnose> </soapenv:Body></soapenv:Envelope>