maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

ImageType parameter is not working DescribeImages function #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Checking the docs and wsdl, I see that ImageType is not supported. I've 
corrected the code and checked that in 
SVN r279

Original comment by dkavan...@gmail.com on 16 Aug 2009 at 2:07