views:

14

answers:

0

I am testing my web services using the Http Resource Test plugin. For that I need JSON stubs for my web methods. Is there any way I can automatically generate them. For primitive types I can do some regex based replacements in notepad++ on the function signature. But when custom types are being passed as arguments, this requires alot of manual work.

Is there any way I can automatically generate those stubs