Forum Discussion
nmrao
10 years agoCommunity Hero
Yes, of course.
Have you tried any? I believe there should not be any issue.
You may also look at the documentation here regarding working with rest services.
http://www.soapui.org/rest-testing/getting-started.html
Have you tried any? I believe there should not be any issue.
You may also look at the documentation here regarding working with rest services.
http://www.soapui.org/rest-testing/getting-started.html
skiffster
10 years agoNew Contributor
Thnx for your replying.
I already have read this manual, but don't find way to resolve my problem.
It's easy to create JSON request like this:
{ param1: value1, param2: value2 }
But I can't find solution to my request.
anyway thnx
- nmrao10 years agoCommunity HeroAre you looking for post method? or get method?
I believe it is applicable for POST method.
See this link
http://www.joecolantonio.com/2013/08/31/soupui-how-to-post-json-to-a-rest-service-2/