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.

  • In SoapUI, select Create SOAP PROJECT or File > New SOAP Project to start a new one.
  • In the dialogue box that displays, type the ASMX URI in the INITIAL WSDL area.
  • Click OK to accept the DEFAULT settings.


Discussion

No Comment Found