What steps will reproduce the problem?
1. create arg1, arg2, arg3 as initialized lists of String with nothing inside
e.g. List<String> arg1 = new ArrayList<String>();
2. then create ImageType type = ImageType.RAMDISK
3. call describeImages(arg1,arg2,arg3,type)
3. got exception "Client error: Parameter ImageType is not recognized"
What is the expected output? What do you see instead?
Expected output is the list of images based on the ImageType
as other parameters are empty.
What i see instead is the exception which i just mentioned above
What version of the product are you using? On what operating system?
version is 1.5.1 and OS is windows 7.
Please provide any additional information below.
Original issue reported on code.google.com by anjum.f...@gmail.com on 21 Jun 2009 at 2:00
Original issue reported on code.google.com by
anjum.f...@gmail.com
on 21 Jun 2009 at 2:00