Forum Discussion
Thomas_Bonds
15 years agoOccasional Contributor
Well, it's been a while since I received your reply.
I did what you asked, namely, I set the onRequest script to log.info "Hello!".
When we originally ran the test, the HTTP logging was already disabled.
We also set the afterRequest script to log.info "Goodbye!"
Then we examined the script log.
When we see the script log, we see "Hello!". So this tells me that the
SOAPUI script is receiving the incoming SOAP message.
However, we never see the "Goodbye" message, so this tells me that
the afterRequest script is never executed. This aligns with my snoop
output, where we never see the return response coming from the SOAPUI.
What is our next step for debugging this vexing issue.
I did what you asked, namely, I set the onRequest script to log.info "Hello!".
When we originally ran the test, the HTTP logging was already disabled.
We also set the afterRequest script to log.info "Goodbye!"
Then we examined the script log.
When we see the script log, we see "Hello!". So this tells me that the
SOAPUI script is receiving the incoming SOAP message.
However, we never see the "Goodbye" message, so this tells me that
the afterRequest script is never executed. This aligns with my snoop
output, where we never see the return response coming from the SOAPUI.
What is our next step for debugging this vexing issue.