...

/

Understanding the Playground - SOAP

Understanding the Playground - SOAP

In this lesson, we will walk you through the details of web services developed for demo and writing test automation for SOAP APIs.

We'll cover the following...

Demo class for SOAP

We have a Student class, with the following fields and types:

Access Specifier Type Field
private Long id
...