Forum Discussion
Hey msalvador
Can you please reattach the screen grabs you embedded please? They're tiny and I cant see them - even when I download them.
If you use the attach function rather than embed function - I find that helps with screengrab sizes sometimes
ta
Rich
- richie3 years agoCommunity Hero
Hey msalvador
Im still unsure what you're after - but I think (considering the screenshot), you want to have multiple URI parms (either URI or query) with the identical names (but different values).
If my above guess IS correct, check out --> https://community.smartbear.com/t5/ReadyAPI-Questions/how-to-pass-more-then-one-parameter-in-soapUI-Pro-having-same/td-p/158745
This tells you how to do it and definitely works cos I've done it before myself!
Cheers,
Rich
- msalvador3 years agoFrequent Contributor
Hi Richie,
thank you for the reply, I tried but without success.
Problem is on file parameter. Syntax for sending files is
Parameter Value
file file:HP.png
I tried
Parameter Value
file file:HP.png|file:HP1.png
Parameter Value
file file:HP.png|HP1.png
but it doesn't work
- richie3 years agoCommunity Hero
Hey msalvador
what's the mediaType value you're setting? What's the Content-Type header for your successful request in Postman?
I'm guessing that you need to set the MediaType combo box to either 'x-www-form-urlencoded' or the 'form-data' option to replicate the Content-Type header generated on the successful request in Postman
If my memory is correct - the x-www-form-urlencoded doesnt work for files - I think - it's been quite a while since I attached a file.
So! - short answer - "I think" again going on memory here, I think the value you need to stick on the MediaType combo is 'multipart/form-data' - if you've setup correctly then this should work.
cheers,
Rich
Related Content
- 11 years ago
- 8 years ago
Recent Discussions
- 7 days ago