Open GoogleCodeExporter opened 9 years ago
The latest trunk revision compiles your wsdl properly, except that it doesn't
support simpletypes as lists of other
simpletypes. You have 2 occurrences of this that are relatively easily fixable
in the code itself.
Original comment by hasse...@gmail.com
on 27 Sep 2009 at 9:04
As stated above, unsignedInt and unsignedLong are now supported.
lists of simpletypes are not.
Original comment by hasse...@gmail.com
on 2 Oct 2009 at 8:28
[deleted comment]
[deleted comment]
I just ran the program, and had the exact same problem, except the issue is with
unsignedByte as opposed to unsignedInt or unsignedLong,
which appears to still be unsupported. The website I am trying to generate for
is:
https://www1.rxnt.com/rxntwebservice/RxntWebService.asmx?WSDL
Original comment by jcreech...@gmail.com
on 7 Jan 2010 at 5:08
I also get compile errors when using r161 and having unsignedByte in the wsdl
as in:
<s:element minOccurs="1" maxOccurs="1" name="Status" type="s:unsignedByte"/>
The compile error I get in the Objective-C code is:
unsignedByte Status;
Expected specifier-qualifier-list before 'unsignedByte'
Original comment by gershon....@gmail.com
on 29 Apr 2010 at 5:01
Original issue reported on code.google.com by
lars.lae...@gmail.com
on 27 Sep 2009 at 5:43