• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Groovy: org.apache.bsf.BSFException: exception from Groovy: groovy.lang.MissingPropertyException: No

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am a newbie to Groovy and Java.

I have below Groovy code to hit an URL that returns the output in json format and convert to XML file.

When I use the $top and $skip parameters, (these parameters have to be used to fetch the next page of data) this code throws the below error.





Can anyone please help me to fix the error?

Thanks & Regards,
M Thiyagarajan

 
reply
    Bookmark Topic Watch Topic
  • New Topic