Testing JSON Web Services
Deepak Shakya <[email protected]>
| Newsgroups | gmane.comp.web.canoo.webtest |
|---|---|
| Message-ID | <CAKgH_VBHCzgcoQc5CEfDdsA2TM6WqSRG_3DQu7CUMAzLYPA7Fg@mail.gmail.com> |
Hi,
I had been searching to test one of our webservices written in JSON with
Canoo. And I have been successful in doing that. Here is how I am doing it.
Hope its useful.
<invoke method="POST" content="{'data' : 'new data'}" url="
http://localhost/application/webserviceurl" />
-- With Regards,
Deepak Shakya