InterviewSolution
Saved Bookmarks
| 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: |
|