所以我有以下要求:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns2:GetFacilityRequest xmlns:ns2="http://www.va.gov/VINCIVAFacility">
<RequestMessageID>123</RequestMessageID>
<MessageSentDateTime>2012-07-17T13:04:31.238-06:00</MessageSentDateTime>
<SendingApplication>soapUI</SendingApplication>
<User>
<UserID>123</UserID>
</User>
<FacilityID>${Facilities#FacilityID}</FacilityID>
</ns2:GetFacilityRequest>
</soapenv:Body>
</soapenv:Envelope>
当我运行这个测试时,第一个测试总是在 FacilityID 字段中不发送任何内容并且失败。我该如何解决?