Testing async webservice call

0
We use a java action to trigger a webservice call asynchroniously. How can we test if the webservice operation is actually processed async?
asked
1 answers
0

You could try to print a log message immediately after the call but before the call could have possibly finished? I'm not sure what exactly you're trying to achieve? Maybe you could just build the case you're using the async call for?

answered