debchat1955
7 years agoOccasional Contributor
I could use SOAPUI (not PRO) successfully for REST, GET method. But POST poses issues
Not sure if SOAPui documentation gives clear help on POST, PATCH methods.
For parameters, what are the style, level values?
I can get "GET method" to work properly in SOAPui.
Surfing around, I have noticed that some other users also faced some issues.
Can you point me to relevant documentation?
Thank you.
The 'Post QueryString' option will send the message body as:
?name=TST
But it looks like you need to be sending as JSON. Turn off Post QueryString, then choose media type application/json and enter into the body, which is the field below that, your JSON:
{"name": "TST"}