text must not be null or empty and not getting any response in soap ui
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023
02:07 AM
01-03-2023
02:07 AM
text must not be null or empty and not getting any response in soap ui
actually, I am trying to run my script, but it is failed due to text must not be null or empty that why not contain any response in response massage. What should I do any suggestion
Solved! Go to Solution.
Labels:
- Labels:
-
SOAP
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023
03:08 AM
01-03-2023
03:08 AM
Can you please elaborate in details ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023
03:26 AM
01-03-2023
03:26 AM
Hi shashavali,
Actually, for request body it takes values from property and after running assertion failed. in response body also empty due to this assertion failed
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023
03:55 AM
01-03-2023
03:55 AM
As your api returns 404, response will not have any thing. I think thats why its saying "Text must not be null or empty"
404 status means - The HTTP 404 Not Found response status code indicates that the server cannot find the requested resource
check why api is returning 404.
