Solved
Forum Discussion
MConneely
Staff
3 years agoHi Abeyhurtis
Would you be able to provide the scripting you have written for the Dispatch?
Some things to check
- When you look at the Virtual Service Transaction Log, you can confirm that the incoming request is correct and check what is output in the outgoing response?
- Since you have only one response, can you change the dispatch style to Sequence, and confirm if the response is returned correctly or not?
Abeyhurtis
3 years agoNew Contributor
Hi MConneely ,
It's not triggering the Action scripts. For now, I just tried to log the output( log.info "test" ) but it's not showing up in the script logs.
I've also enabled the Onrequest script which shows the incoming request but it's not triggering any actions.