Shun87 / wsdl2objc

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

problem when classmethods contains dot #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When you create a wrapper for .net webservice and the webservice methods and 
types contain "." (dot), then it is mandatory to search and replace manually 
(in all the generated files) the dot with (for instance) underscore.

What is the expected output?
It would be nice to have the generated code ready to be used.

What do you see instead?
Compiling errors because of the .

What version of the product are you using? On what operating system?
WSDL2ObcC 0.7, Mac OS X 10.7.3

Please provide any additional information below.

Original issue reported on code.google.com by filippo....@gmail.com on 9 Mar 2012 at 1:53

GoogleCodeExporter commented 8 years ago
hi, if I replace every dots with underscore would it be still compatible with 
web service? I have similar problem with 'id' in values name, for instance: 
'user-id', and Xcode recognize id part as pointer:/ If I convert user-id to 
user_id would it be compatible? I don't know how objective C is converted to 
WSDL in Xcode, but would it not be conflict of names?

Original comment by P.Grabow...@gmail.com on 26 Apr 2012 at 5:57