Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
connection reset
When i run service in SOAPUI, i get success response . Same service i run in SOATEST (Using same headers/certificate) , i get **Error Message: Connection reset Additional Details: A connection error has been detected. This may occur if a test has timed out while the client was still attempting to send or receive data.**
post endpoint to save some data like json, txt, or xml
Hello, Is there any way I can create a POST endpoint to store some data that can be used to do a GET later on?
Parasoft BUG - requestBody correlation for x-www-form-urlencoded POST requests
I came across a problem while trying to correlate or return the requestBody of a POST request x-www-form-urlencoded. Parasoft sees/returns an empty requestBody. It would work for all request types (GET/PUT/DELETE) but not for POST, is this a bug? Can confirm that it works for other requestBody types, raw/json/etc.
Error Message: Connection reset
when i run a POST call in SOATest, i get **"Error Message: Connection reset" ** same request will work in postman. so i am using same info i am using in postman.
Extract the values from Payload request and use in Webpage to display records
Dear Experts I am newbie to SOA test. and my requirement(s) are below with Rest Service and SFTP Scenario1: 1) Run a POST method with JSON payload.in Request. Here response will be empty only 204 No content status code appears 2) Automatically launch a web page, and records should display, by automatically taking the…