|
|
|
|
|
by SigmundA
5479 days ago
|
|
That because schemas are complicated, no matter which way you encode the data. JSON is so nice and easy and simple until it needs all those things that made it into XML to get the job done. I whole heartedly agree, there is nothing sweeter than giving another vendor our WSDL with schema when they ask how to work with our system. It eliminates huge effort and ambiguity in system interaction. |
|
SOAP, WSDL and everything else XML and XML Schema related is overkill for simple interfaces. For complex interfaces it is just - well too complex.
If the time spent creating XML based web services that kinda but not really work (we're only talking interfaces here!) is spent documenting your JSON WS - you get quite a better experience.
Ant this is the reason why everybody has switched to JSON.