Shun87 / wsdl2objc

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

Generated Code without Elements and attributes...! #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attached is the wsdl along with the issue
2. Using WSDL2OBJC .07(Tried with WSDL2OBJC 0.06 also)

What is the expected output? Elements/Attributes to be present. 

What do you see instead? Attached .h file.

What version of the product are you using? On what operating system?
WSDL2ObjC-0.7-pre1.zip, MAC OSX 10.6.4 

Please provide any additional information below.
Tried with some other simple varieties and is working fine.

Original issue reported on code.google.com by vvang...@gmail.com on 13 Oct 2010 at 6:15

Attachments:

GoogleCodeExporter commented 8 years ago
Request you to provide an update as to whether anything I am missing or is 
there some problem in the WSDL2OBJC.

Thanks in advance.

Original comment by vvang...@gmail.com on 21 Oct 2010 at 2:36

GoogleCodeExporter commented 8 years ago
Is this wsdl even valid? complexType element isn't allowed to have immediate 
"element" children. I wrapped the elements with <xsd:all> and the types are 
parsed completely.

Original comment by maciej.rutkowski on 15 Apr 2011 at 7:47

GoogleCodeExporter commented 8 years ago
Oh, that is without arrayTypes as I mentioned in Issue 53.

Original comment by maciej.rutkowski on 15 Apr 2011 at 8:09