Shun87 / wsdl2objc

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

binding name "binding" causes compile error #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create WSDL with the binding named "binding", like:

  <wsdl:binding name="binding" type="tns:TYPE_XXX">
      ... the binding definition
  </wsdl:binding>

2. Generate proxies and import them into project
3. Try to build

What is the expected output?
Successful  build

What do you see instead?
Compile errors with the messages about some properties (logXMLInOut, address, 
binding) are not found.

What version of the product are you using? On what operating system?
wsdl2objc 0.6 in XCode 4.0.2

Original issue reported on code.google.com by nakvic on 7 Jun 2011 at 9:04