tom_13
16 years agoContributor
convert type in soap request
Hi,
I have following qustion:
I need to send system time in milliseconds to one of parameter of my soap request. I wrote ${#System#currentTimeMillis()} but this doesn't work.
this parameter is in integer type, but I think that function return srting. How I can convert string to integer in request?
I have following qustion:
I need to send system time in milliseconds to one of parameter of my soap request. I wrote ${#System#currentTimeMillis()} but this doesn't work.
this parameter is in integer type, but I think that function return srting. How I can convert string to integer in request?