So I have the following request:
<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>
When I run this test, the first test always sends nothing in the FacilityID field and fails. How do I fix this?