prajapatipranay / wsdl2objc

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

Patch to add better namespace fixes for various platforms. #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export a custom namespaces type and function group in SAP as a WSDL service.
2. Your types, functions or classes have a / character or - character in them 
by default.
3. Generate code.

What is the expected output?
Working and compiling code.

What do you see instead?
May errors as class names are illegal in types and methods and exxption names.

What version of the product are you using? On what operating system?
Lates version (on Mac OS/iPhone)

Please provide any additional information below.

Attaching a patch. (Patch also includes adding connection persistence as a 
property (like username and password)

Original issue reported on code.google.com by lailo...@gmail.com on 25 Feb 2011 at 3:09

Attachments:

GoogleCodeExporter commented 8 years ago
Nitpick: credentialPersistance should be credentialPersistence, to be 
consistent with Apple wording.
I'll see to patching this in if I can get back up to speed without too many 
hassles.

Original comment by hasse...@gmail.com on 28 Feb 2011 at 8:28

GoogleCodeExporter commented 8 years ago
Fixed in revision 182.

Original comment by hasse...@gmail.com on 28 Feb 2011 at 9:34

GoogleCodeExporter commented 8 years ago
Damn, shame on me! Don't commonly misspell words. Thanks for catching that one.

Original comment by lailo...@gmail.com on 28 Feb 2011 at 2:19