...

/

Download the SOAP API Test Framework

Download the SOAP API Test Framework

In this lesson, we will download and understand the framework structure.

Downloading the framework code

This is a sample framework that can be extended and reused for any SOAP web service testing requirement. It can be downloaded here.

Project structure

widget

src/main/java

  • io.educative.soap.AuthHeaderRequestCallback – an implementation of org.springframework.ws.client.core.WebServiceMessageCallback that helps us construct SOAP Header for sending plain text authorization
...