DORSETRIGS
Home

soapui (12 post)


posts by category not found!

Loop with groovy to execute a TestCase in soapui

Looping Through Test Cases in Soap UI with Groovy A Practical Guide Scenario Imagine you need to run the same Soap UI test case multiple times with different da

2 min read 07-10-2024 22
Loop with groovy to execute a TestCase in soapui
Loop with groovy to execute a TestCase in soapui

SOAP request with username and password authentication in SoapUI

Securing Your SOAP Requests Username and Password Authentication in Soap UI SOAP Simple Object Access Protocol is a widely used protocol for exchanging data bet

2 min read 06-10-2024 54
SOAP request with username and password authentication in SoapUI
SOAP request with username and password authentication in SoapUI

Amadeus soap request keeps giving me error about wrong headers

Troubleshooting Amadeus SOAP Request Addressing Header Errors When working with the Amadeus API developers often encounter various issues that can hinder their

3 min read 25-09-2024 57
Amadeus soap request keeps giving me error about wrong headers
Amadeus soap request keeps giving me error about wrong headers

Generate WADL is blank in SoapUI

Resolving the Issue of Blank WADL Generation in Soap UI When working with Soap UI a common problem that users encounter is the generation of a blank Web Applica

2 min read 16-09-2024 49
Generate WADL is blank in SoapUI
Generate WADL is blank in SoapUI

Make soapUI test case fail when HTTP error code is returned

Making Soap UI Test Cases Fail on Non 200 HTTP Error Codes Soap UI is a powerful tool for testing APIs but sometimes its crucial to ensure your test cases fail

2 min read 06-09-2024 50
Make soapUI test case fail when HTTP error code is returned
Make soapUI test case fail when HTTP error code is returned

Testing WS Security using soapUI - using security header in message payload

Testing WS Security with soap UI Sending Security Headers in the Message Payload This article will explore how to test WS Security using soap UI specifically fo

3 min read 06-09-2024 42
Testing WS Security using soapUI - using security header in message payload
Testing WS Security using soapUI - using security header in message payload

Updating stock on magento 2.1 using REST API - Error {"message": "Request does not match any route."}

Troubleshooting Request does not match any route Error in Magento 2 1 REST API Stock Updates This article tackles a common problem encountered when updating sto

3 min read 05-09-2024 41
Updating stock on magento 2.1 using REST API - Error {"message": "Request does not match any route."}
Updating stock on magento 2.1 using REST API - Error {"message": "Request does not match any route."}

Getting 401 error on Megento 2.1.10 using access token with an intergration user

Troubleshooting Magento 2 1 10 401 Errors Access Token and Integration User Issues Many developers encounter 401 Unauthorized errors when working with Magento 2

2 min read 05-09-2024 38
Getting 401 error on Megento 2.1.10 using access token with an intergration user
Getting 401 error on Megento 2.1.10 using access token with an intergration user

How to assemble preemptive auth in curl command , while using POST method

Preemptive Authentication in Curl A Practical Guide This article dives into the nuances of implementing preemptive authentication within curl commands particula

2 min read 05-09-2024 46
How to assemble preemptive auth in curl command , while using POST method
How to assemble preemptive auth in curl command , while using POST method

Spring Security cannot ignore SOAP url and WSSecurityInterceptor

Spring Security and SOAP Separating Security Realms for REST and SOAP Services This article explores a common challenge faced by developers integrating SOAP and

3 min read 02-09-2024 41
Spring Security cannot ignore SOAP url and WSSecurityInterceptor
Spring Security cannot ignore SOAP url and WSSecurityInterceptor

How to insert a DEFAULT custom header value to all Mock SoapUI REST projects?

Streamline Your Soap UI REST Testing Automating Header Insertion for Mock Projects Testing REST APIs with Soap UI is a powerful tool but manually adding headers

less than a minute read 30-08-2024 44
How to insert a DEFAULT custom header value to all Mock SoapUI REST projects?
How to insert a DEFAULT custom header value to all Mock SoapUI REST projects?

Authentication in SOAP header using C# and SOAP UI

Authenticating SOAP Requests with C and SOAP UI A Practical Guide This article delves into the common challenge of implementing authentication within SOAP reque

3 min read 30-08-2024 48
Authentication in SOAP header using C# and SOAP UI
Authentication in SOAP header using C# and SOAP UI