Sending Requests using SOAP Client
In this lesson, we will learn how to send requests and receive responses using the SOAP client that we created in the previous lesson. We will also learn how to validate the response.
We'll cover the following...
Creating BaseTest
class
Since we use the Spring
framework and Annotations
for defining beans, we need to load them before doing anything. Here, we will use the TestNG
annotation @BeforeSuite
to load the beans using AnnotationConfigApplicationContext
which reads all the Spring
annotated classes like @Configuration
, @Service
...
Access this course and 1400+ top-rated courses and projects.