Forum Discussion

debchat1955's avatar
debchat1955
Occasional Contributor
7 years ago
Solved

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 arou...
  • JHunt's avatar
    7 years ago

    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"}