1.

How can we use SoapUI to test a WCF rest service?

Answer»

For a constantly accessible service on an IIS (Internet Information Services) web server or just a service in an application, WCF gives the ability to send asynchronous messages between service ENDPOINTS. WCF (Windows Communication Foundation) is a core framework that ALLOWS you to create services with a web endpoint and deliver data using XML or JSON without using a SOAP wrapper. The steps to use SoapUI to test a WCF rest service are as follows:

  • Clicking on File -> NEW SoapUI PROJECT will start a new project. Fill in the blanks in the dialogue box, and do not forget to include the Initial WSDL parameter by adding the WCF URI.
  • A new SoapUI project is created after clicking Ok.
  • Then, much like the WCF Test Client, make the IDENTICAL request.


Discussion

No Comment Found