Forum Discussion
kiran_load
16 years agoOccasional Contributor
Hi Ole,
I am using SOAP 2.5.1. I am using property to set a value and i am incrementing that for evry run to make it unique which is going to be sent it the API as an input.
1, Create a set PROperty
2. Pass into API input
3. Increment that property...
It is working fine for single run but when i run as thread it is not working..for concurrent threads it is faling to send the uniuq one...i mean say i set 111 in property and do the execution i will have to pass 112 for next thread and 113 for the next one...so on...
could you suggest me to make it work under concurrency
I am using SOAP 2.5.1. I am using property to set a value and i am incrementing that for evry run to make it unique which is going to be sent it the API as an input.
1, Create a set PROperty
2. Pass into API input
3. Increment that property...
It is working fine for single run but when i run as thread it is not working..for concurrent threads it is faling to send the uniuq one...i mean say i set 111 in property and do the execution i will have to pass 112 for next thread and 113 for the next one...so on...
could you suggest me to make it work under concurrency