nishigandharajurkar / wsdl2objc

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

generated code will not compile, when fixed won't work - missing complex types #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the attached wsdl to generate bindings (NOTE the service endpoint
addres is altered to some sample address)

2. try to compile the generated code
 - redundant string "delegate " inside message names
 - using reserved word "id" for field name

3. when fixed it will not work anyway because of missing complex types:
Check out the "login" operation binding - it needs instance of complex type
"user_auth" wich is class with no fields, and thus it will not be correctly
rendered.

What version of the product are you using? On what operating system?
using v0.6 on Leopard.

I hope you'll have the patience to come up with something full-featured. It
has the potential to be very helpful.

Regards, 
Dimitar Vlasev

Original issue reported on code.google.com by Vlase...@gmail.com on 22 Oct 2009 at 8:08

Attachments:

GoogleCodeExporter commented 9 years ago
Having the same problem with missing complex types.

Original comment by patchett...@gmail.com on 30 Oct 2009 at 6:14

GoogleCodeExporter commented 9 years ago
Seems that this issue list is not moving too fast, but FWIW, I'm having the 
same issue with missing complex types in the output.  Unfortunately this makes 
the output unusable.

Original comment by bmoes...@gmail.com on 3 Sep 2010 at 4:47

GoogleCodeExporter commented 9 years ago
I'm currently having problems with wsdl2obj not recognizing arrayType in the 
case of my wsdl. Any solutions coming up?

What would be the best way to implement it in the wsdl2obj code? If I came up 
with a nice solution I'd submit a patch.

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