From a74b7e7bb6b31eac3b4540cad05199acc02ac89e Mon Sep 17 00:00:00 2001 From: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Date: Thu, 23 May 2024 17:55:47 +0530 Subject: [PATCH] Updated the SOAP API content (#415) Updated SOAP API content as per the feedback. Please review. --- .../create-steps-restapi/api-resquest.md | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/pages/docs/test-cases/create-steps-restapi/api-resquest.md b/src/pages/docs/test-cases/create-steps-restapi/api-resquest.md index 8191a60f..5bf65566 100644 --- a/src/pages/docs/test-cases/create-steps-restapi/api-resquest.md +++ b/src/pages/docs/test-cases/create-steps-restapi/api-resquest.md @@ -67,26 +67,13 @@ Here is a quick gif demonstrating how to add Unicode in RESTful API. ## **Invoke SOAP APIs** -In Testsigma, users can also invoke SOAP APIs by adding an API test step in the test case. Follow the steps below to create SOAP APIs in test steps. +In Testsigma, users can invoke SOAP APIs by adding an API test step in the test case. Follow the steps below to create SOAP APIs in test steps. ### **Steps to Invoke SOAP APIs** -1. From the **Dashboard**, navigate to **Create Tests > Test Cases**, create a test case by clicking on **Create Test Case**. -![Test Cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapinav.png) - - -2. Select the option on the left side of the test step, and then choose **API** from the panel. -![API Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapiapits.png) - - -3. Click on the test step to create the API step. -![Add API Test Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapichtaapi.png) - -
-
- 📘Example SOAP API: + 📘Click here to read an example SOAP API:
Let's retrieve a list of countries using SOAP API.

@@ -133,15 +120,16 @@ function copyToClipboard(elementId) {
-4. Enter the above example details in the API test step. +1. Enter the above example details in the API test step. ![API Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapidetails.png) + *For more information, refer to [API test steps](https://testsigma.com/docs/test-cases/step-types/rest-api/).* -5. Click on **Send** and verify the **Response**. +1. Click on **Send** and verify the **Response**. ![Send Request](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapisend.png) -6. Click on **Create** to save the test step. +3. Click on **Create** to save the test step. ![Create API](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sapicreate.png)