clynrey / android-soap-enabler

Automatically exported from code.google.com/p/android-soap-enabler
Other
0 stars 0 forks source link

unsignedInt class is not generated #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate stubs from the attached file.

What is the expected output? What do you see instead?
I expected a class unsignendInt. The class has not been generated and therefore 
the generated classes cannot be compiled.

What version of the product are you using? On what operating system?
asoape: 1.1
Windows 7 x64

Original issue reported on code.google.com by j...@websliders.net on 8 Dec 2012 at 10:32

Attachments:

GoogleCodeExporter commented 9 years ago
That's true,
The following type mapping are missing :
- byte to java.lang.Byte
- long to java.lang.Long
- negativeInteger to java.lang.Integer
- nonNegativeInteger to java.lang.Integer
- nonPositiveInteger to java.lang.Integer
- positiveInteger to java.lang.Integer
- unsignedLong to java.lang.Long
- unsignedInt to java.lang.Integer
- unsignedShort to java.lang.Short
- unsignedByte to java.lang.Byte

Original comment by wallet.g...@gmail.com on 10 Dec 2012 at 10:31