senojsitruc / wsdl2objc

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

Example/How to turn the wsdl into a webservice.. #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Has anyone does this yet? The documentation says that we can use the generated 
code to make 
your webservice.. 

How would I go about doing this. My dream would be to have the program take the 
wsdl and simply 
spit out a complete webserver implementation that simply calls the methods on 
the service, 
packaging it up into a standalone binary that you can just execute. Then I just 
need to fill in the 
implementation of the operations that the wsdl2objc spits out!

(There would need to be a config file of course that specifies things such as 
port.. log-level.. etc.)

I'm sure that I can't have anything this nice, so what's the next best thing. 

Original issue reported on code.google.com by SystemIn...@gmail.com on 16 Nov 2009 at 5:32

GoogleCodeExporter commented 8 years ago
WSDL2ObjC currently produces client code only.  I personally have no plans to 
implement server generation code, 
but it would be a logical feature to add to the project.

Original comment by madcow...@gmail.com on 16 Nov 2009 at 7:29

GoogleCodeExporter commented 8 years ago
Why are you not as motivated for server side stubs? 

Original comment by SystemIn...@gmail.com on 16 Nov 2009 at 11:39

GoogleCodeExporter commented 8 years ago
Because I started this project for my job, not as a hobby, and we don't have a 
need for it currently.  We consume 
a nice, big, complex service but don't do any service hosting. Sorry :(

I would love to see someone else jump in and fill the gap though.  This kind of 
stuff needs to be easy to do in 
Objective C.

Original comment by johnogle...@gmail.com on 16 Nov 2009 at 11:52

GoogleCodeExporter commented 8 years ago
Well, I appreciate what you guys have done anyways.. 
But like you said.. This stuff needs to be easy to do in OBJC. 
It might be worth your effort, if only for the recognition. 
OBJC is becoming quite popular for obvious reasons. I believe whoever is first 
to
make "one click" objective-c webservices from wsdls is going to be quite 
successful
with their project. 

Original comment by SystemIn...@gmail.com on 17 Nov 2009 at 5:11

GoogleCodeExporter commented 8 years ago

Original comment by hasse...@gmail.com on 3 May 2010 at 11:53