InterviewSolution
Saved Bookmarks
| 1. |
In SoapUI, how do you test an ASMX web service? |
|
Answer» ASMX provides online services with a messaging feature based on the Simple Object Access Protocol, or SOAP. The basic files required for TESTING SOAP-based web services are WSDL files. As a result, SoapUI uses WSDL files to generate test requests, mock services, and assertions. The following are the steps to test an ASMX web service in soapui that requires WSDL. |
|