Hacker News new | ask | show | jobs
by salgernon 4882 days ago
I could kiss you for that.

If the use of a format for interoperability can only be reasonably used by a single vendor, it has no benefit over a binary protocol.

The entire SOAP and XML-RPC space is postels law writ large.

1 comments

Yup.

I had to only face the true horrors on one occasion, for a Responsys integration. They had the C# examples and the Java examples. The API that they offered for the two had differences because some methods would work with one, some with the other.

I'm a Perl programmer, so tried that. After all you just have to translate the language, right? Wrong. After banging my head against that mess for a week or so, I finally gave up, wrote the communication in Java, and had a Perl launcher for it.