Search⌘ K
AI Features

Understanding the Playground - SOAP

Explore the SOAP API playground by understanding client structure, available web service calls, and request formats. Learn about essential fields in the Student class and setup details to prepare for writing SOAP API automation tests in the next lesson.

Demo class for SOAP

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

Access Specifier Type Field
private Long id
...