Chandrakanth
6 years agoOccasional Contributor
How to mock an asmx service
I have an asmx service and want to mock that.
I tried that url by adding wsdl at the end but still its not getting mocked in ReadyAPI.
For Example I have a URL like http://www.sample.com/Test.asmx
and If I add WSDL at the end like http://www.sample.com/Test.asmx?wsdl .
The mock should be done but thats not working.
Can Anyone suggest on this???