InterviewSolution
Saved Bookmarks
| 1. |
In SoapUI, how do you test an SAP Web Service? |
|
Answer» A web service is a modular and self-describing function or service that is supplied over HTTP. For service description and availability, web services use XML and other standards, as well as other internet or HTTP protocols. The WSDL files are essential for testing SOAP-based services. Test ASSERTIONS, test requests, and MOCK services can all be described using WSDL files. Steps to test an SAP Web Service using SoapUI, which requires a WSDL file are as follows: |
|