logoalt Hacker News

girvoyesterday at 9:44 PM2 repliesview on HN

I kind of miss SOAP. Ahead of its time? Probably not, but I built some cool things on top of it


Replies

vbezhenartoday at 1:39 AM

Right now I'm writing adapter so people could call one SOAP service using simpler interfaces. That involves implementing WS-Security with non-standard algorithms, that also involves dealing with things like XML escaped into a string and embedded inside another XML.

Let's say I hope for the day I'll miss SOAP. Right now I have too much of it.

pfrazeyesterday at 9:57 PM

atproto's lexicon-based rpc is pretty soap-like