nishigandharajurkar / wsdl2objc

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

Add JSON formatted service support #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a great idea. I haven't dived deep into wsdl2objc (yet) but I was
thinking it might be just what I need. Except for one thing. 
Can we make an option to make the transport technology something different
than xml? In particular, JSON would be awesome. The reason being, ajax web
aps could directly make calls to a web service, and return the response in
JSON format without having to parse the xml. The data returned is exactly
what you want - javascript objects!

I'm interested in gathering several technologies, bundling them together
into something like a LAMP stack, only involving technologies that are hot,
innovative, and easy to develop complex ajax web aps and service oriented
architecture. 

I could easily do all of this with Java, Axis (who has a wsdl to java
service with JSON option), but I would really like Objective-C to become
more commonly used for developing web server applications. 

I have a feeling that allowing JSON format would help accomplish this.
Because then I'll be able to package a very elegant set of tools together
that showcase Objective-C's beauty. 

Thanks! I'm interested to hear what people think, or if you know of another
tool's ability to do what I'm asking. (Like I said, I haven't dove into
wsdl2objc because I'm still scanning the web looking for awesome tools to
include in my package.) 

Original issue reported on code.google.com by SystemIn...@gmail.com on 15 Nov 2009 at 11:28

GoogleCodeExporter commented 9 years ago
Sorry the title is supposed to say "Make OBJC the future of web application 
backends"

Original comment by SystemIn...@gmail.com on 15 Nov 2009 at 11:37

GoogleCodeExporter commented 9 years ago
I've never really worked with a JSON web service so I'm not well-suited to add 
support for this.

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