Skip to content

QnA: Only REST or Is it possible to test SOAP api call too ? if so how?

authorjapps edited this page Sep 20, 2018 · 1 revision

Yes, SOAP calls can be tested easily too, depending on your usecase. See here for details for asserting SOAP responses.

Also you can test DB APIs, call external Java programs, generating Load/Stress etc from the IDE etc without writing boiler-plate or glue code or Http Client code. Check in the README file for details.

Blogs

Clone this wiki locally