Get Data dialog doesn't pass just the property data
I am new to ReadyAPI and am building my first Test Suite along with a New Test Case called Query Print List. I added 6 Test Steps (SOAP calls) and have tested each one and they all work properly. My firsts test step issues a LOGON to the endpoint which returns a SessionID. This SessionID is needed in each of the 5 steps that follow in this test case. I am using the Get Data Dialog in the second step to get the SessionID from the response of the first step but keep getting an error Invalid SessionID as if ReadyAPI is not filling it in.
What am I doing wrong??. I can't get it to work even when I try to manually refer to it.
This is my Test Case and steps
This is my Get Data Dialog Request for the second step to get the SessionID from the first step