Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
Try this as an onRequest script:
It will cause the following to be logged to the script log whenever a request is sent to the MockService:
The date and the operation will obviously be different in your case. Good luck!
Regards,
Dain
eviware.com
Try this as an onRequest script:
log.info mockRequest.soapAction
It will cause the following to be logged to the script log whenever a request is sent to the MockService:
Tue Aug 25 17:13:34 CEST 2009:INFO:http://www.example.org/sample/login
The date and the operation will obviously be different in your case. Good luck!
Regards,
Dain
eviware.com