14 years ago
Substring from a property transfer
hi,
I am a newbie with soapui. I am testing some services with the free-version of the soapui.
In my test, I fetch a datetime from our database in the following format: 2011-04-14 12:00:00
The datetime I have to use in the following requests.
But the request expect the datetime in the following format 2011-04-14T12:00:00
So, my idea was, to store the first part (date) in one property transfer, and the time in the second property transfer.
After this, I can build the request with the 3 elements date+T+time.
Could someone explain me in detail, how I can do this?
I am a newbie with soapui. I am testing some services with the free-version of the soapui.
In my test, I fetch a datetime from our database in the following format: 2011-04-14 12:00:00
The datetime I have to use in the following requests.
But the request expect the datetime in the following format 2011-04-14T12:00:00
So, my idea was, to store the first part (date) in one property transfer, and the time in the second property transfer.
After this, I can build the request with the 3 elements date+T+time.
Could someone explain me in detail, how I can do this?