Soapui测试webservies时间字段输入方式

 

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">

<soapenv:Header/>

<soapenv:Body>

<tem:HelloWorld>

<!--Optional:-->

<tem:ent>

<!--Optional:-->

<tem:userid>123</tem:userid>

<tem:id>345</tem:id>

<tem:checktime>2016-11-21T19:19:19</tem:checktime>

<!--Optional:-->

<tem:sn>098</tem:sn>

</tem:ent>

</tem:HelloWorld>

</soapenv:Body>

</soapenv:Envelope>

posted @ 2023-03-09 16:09  网络来者  阅读(62)  评论(0)    收藏  举报