10

How can something called SOAP be such filthy shit. No wonder people wanted to build local-only software back then.

Comments
  • 4
    fucking hell I never looked at it that way 🤣🤣
  • 3
    wtf is soap?
  • 2
    Don't get it either, xmlrpc all the way. But anyway, .NET had native integration with soap. You could access functions like they were local, there was no difference. The tooling made SOAP cool. But if you do it with a bad soap client, it sucks.
  • 2
    Whats wrong with soap? It's a bit dated and verbose but it works fine. I mean all of xml is pretty verbose anyway
  • 1
    @antigermgerm it's stuff you use to clean yourself, and make yourself less smelly. no wonder you never heard of it.
  • 0
    @antigermgerm the predecessor of REST
  • 1
    @retoor yeah, I need to migrate a .NET codebase making API calls via SOAP. Tons of templates, weird signing with antiquated certificates, etc.. End of the story: What takes me 30 seconds and 10 lines with a rest API, it took me 2 weeks and tons of AI to analyse how to make one request.
  • 1
    @n1cK1337 should've used a. Net client :p
Add Comment