Shun87 / wsdl2objc

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

Problem in making client which has objects which inherit from other classes. #189

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a webservice which has the inputs that extend some other class
2. Create client using WSDL to objective C

What is the expected output?
Proper client is generated

What do you see instead?
I see a problem of Cyclic import in the other class which says 
Attempting to use the forward class 'ClassA' as superclass of 'ClassB'

What version of the product are you using? 
v0.7
latest revision of SVN
On what operating system?
OSX lion 10.7

Please provide any additional information below.

Original issue reported on code.google.com by saurabhtiwaririshi on 13 Oct 2012 at 10:03

GoogleCodeExporter commented 8 years ago
This issue is resolved by manually removing imports of subclasses from the 
superclass and then adding @class class_name where the sub classes have already 
been used in the superclass.

Please someone patch this problem.

Original comment by saurabhtiwaririshi on 13 Oct 2012 at 10:28