Jmeter请求

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://WebXml.com.cn/">
<soapenv:Header/>
<soapenv:Body>
<web:getMobileCodeInfo>
<!--Optional:-->
<web:mobileCode></web:mobileCode>
<!--Optional:-->
<web:userID>?</web:userID>
</web:getMobileCodeInfo>
</soapenv:Body>
</soapenv:Envelope>
http://ws.webxml.com.cn/Webservices/MobileCodeWS.asmx
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://WebXml.com.cn/">
<soapenv:Header/>
<soapenv:Body>
<web:getMobileCodeInfo>
<!--Optional:-->
<web:mobileCode>1359268XXXX</web:mobileCode>

</web:getMobileCodeInfo>
</soapenv:Body>
</soapenv:Envelope>


http 函数
测试1${__time(dd-MM-YYYY HH:mm:ss)}报错

测试1${__('打开百度新闻')}
${__intSum(2,3)}
${__intSum(2,3,result)}
${result}
${__log("message here")}