TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are people still developing new SOAP APIs?

3 点作者 abhas9超过 8 年前
Last I encountered a SOAP based service was during my internship in a financial firm in 2013. That was the time when I started my career in IT. I remember having some study material about SOAP in one of my engineering course. Outside of that, I haven&#x27;t used SOAP much during my career.<p>I am asking this since the question of &quot;Difference between SOAP and REST&quot; came in one of my recent interviews. From what I know (and what I found on Google) SOAP is a protocol with tight coupling between client and server for information interchange which is closely related to business logic. Whereas REST is more flexible stateless architecture for data transfer.<p>Can someone please correct me if I am wrong about this difference between SOAP and REST? Also, what is the present-day significance of SOAP?

1 comment

CyberFonic超过 8 年前
SOAP became very slippery and got washed down the drain.<p>Seriously, SOAP is based on a number of rather heavy-weight standards: WS-*. In recent times, I have only seen it used in the context of Java based systems running on enterprise frameworks. Given the choice, I much rather use REST with JSON (instead of XML and its baggage).