简体   繁体   English

REST Web服务是否具有代理?

[英]Does REST web service has broker?

In SOAP, I see that there is a broker for orchestrating the connections between components. 在SOAP中,我看到有一个代理来协调组件之间的连接。 I want to know that is there a similar broker in REST? 我想知道REST中有类似的代理吗?

There is no broker in SOAP, as long as somebody introduces one between the components (consumer, provider). SOAP中没有代理,只要有人在组件(消费者,提供者)之间引入一个代理即可。 SOAP is just a protocol. SOAP只是一个协议。 It can be used without a broker/ESB, for instance with direct http connections. 它可以在没有代理/ ESB的情况下使用,例如具有直接的http连接。 The same applies for REST. REST也是如此。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM