senojsitruc / wsdl2objc

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

Wsdl2objc generated source code can not compile in iphone sdk 4.2 #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please see the attach files for created by using WSdl2objc tool. During compile 
this files in project it gives 1350 error about "(null)" and " 
%«part.element.type.assignOrRetain» *** ERROR: undefined key ***".

We create this files on MAC OS 10.6.4 and iOS sdk 4.2

Please help me to solve this compile problem?

Original issue reported on code.google.com by dbkant...@gmail.com on 29 Jun 2011 at 9:34

Attachments:

GoogleCodeExporter commented 8 years ago
also you can generate the source files using following WCF url
WCF WSDL:
http://61.8.142.252/NeoMEDServices/PatientsService.svc?wsdl

Original comment by dbkant...@gmail.com on 29 Jun 2011 at 9:44

GoogleCodeExporter commented 8 years ago
I found this error in some of the methods of in a WSDL I tried to parse, I was 
able to remove all of the methods with these errors and still make the calls 
that I needed to, luckily the method I needed was error free. If I had more 
time, I'd try to find and fix the problem..

Original comment by dvd....@gmail.com on 2 Nov 2011 at 4:54