|
|
|
|
|
by silverbax88
2899 days ago
|
|
I had zero issues with SOAP. I had zero issues with REST, although I couldn't quite understand the proposed benefit. When people started moving to JSON, I thought, okay, this is literally taking everything that already works and just doing it in an even more complicated way. It's not hard, but I see very few differences between them. SOAP is easier to read/edit, JSON has less overhead/data, and REST...well, nobody could decide what REST was, so they just made it up or ignored it. |
|
Just curious, what programming language(s) did you use to provide and/or consume SOAP APIs?