Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I set x-www-form-urlencoded in SoapUI?

Tags:

I cannot see the media type x-www-form-urlencoded in SoapUI pro 5.0.0. How can I set this for a post method?

like image 725
user1000622 Avatar asked Sep 10 '14 07:09

user1000622


People also ask

How does SoapUI send form data?

Choose multipart/form-data from the Media Type drop down. Now, click on Attachments tab at the bottom of the request editor (see below). Click on + icon at the top left corner of the attachment window to browse and attach a file to request. Browse for a file in your local file system and add it as an attachment.

How do I change the resource method in SoapUI?

The toolbar at the top allows you to change the HTTP Method to use (GET, POST, PUT, DELETE, OPTIONS, TRACE, PATCH, PROPFIND, LOCK, UNLOCK, COPY and PURGE are supported) and the “Method Parameters” tab is similar to the “Resource Parameters” tab we saw above; parameters defined here are available for all requests ...


1 Answers

You should write "application/x-www-form-urlencoded" in Media type.

You can edit the text field.

like image 136
Miguel Orellana Avatar answered Sep 21 '22 13:09

Miguel Orellana