Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Data types not correctly interpreted #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using an asmx web service that has byte data types in return 
2. Adding the generated files in XCode
3. The generated files treat byte type as an reference.

What is the expected output?

To identify the byte data type as an integer and not as a reference

What do you see instead?

The byte (and not only this) is interpreted as a reference (has also an retain 
on it) and the type is basically written directly as in the web service.

What version of the product are you using? On what operating system?

0.7 alpha  

Please provide any additional information below.

Original issue reported on code.google.com by conradci...@gmail.com on 10 Jun 2011 at 8:46