h_ixon
16 years agoOccasional Contributor
[Groovy] Get operation from a request
Hello,
I have some request with different operation. I have some mockService with many operation on my computer.
When i receive a request on my mockService i want to log the operation name of this request.
The script must be written on "OnRequest Script" on my mockService.
I try log.info mockRequest.getSoapAction() but there is no value (blank log).
Someone can help me ?
Thank's
I have some request with different operation. I have some mockService with many operation on my computer.
When i receive a request on my mockService i want to log the operation name of this request.
The script must be written on "OnRequest Script" on my mockService.
I try log.info mockRequest.getSoapAction() but there is no value (blank log).
Someone can help me ?
Thank's