Shun87 / wsdl2objc

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

No Method in Binding Class for Using a Service Request #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. generate obj-c classes from attached wsdl
2.
3.

What is the expected output?
   class implementations with a Binding class including a *WithRequest or *UsingParameters 
method.

What do you see instead?
  No method in the binding class to make a call with a defined service request class.

What version of the product are you using? On what operating system?
 0.7 pre1, happens same with 0.6

Please provide any additional information below.

Original issue reported on code.google.com by dwar...@gmail.com on 31 May 2010 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
Linked to issue 95.  Please see that issue for additional comments and 
information.

Original comment by dwar...@gmail.com on 31 May 2010 at 8:59

GoogleCodeExporter commented 8 years ago
I have the same problem, I don't get a binding class, the wsdl2objc doesn't 
crash but it just doesn't generate a class for the wcf webservice.

Original comment by moesha...@gmail.com on 17 Nov 2012 at 1:00