By using web services middleware , developers can create an application architecture that is divided into logical components connected through the middleware , making it easier to eliminate performance bottlenecks 通過(guò)使用web服務(wù)中間件,開(kāi)發(fā)人員可以創(chuàng)建一個(gè)應(yīng)用程序體系結(jié)構(gòu),它分成由中間件連接起來(lái)的邏輯組件,從而可以更容易地消除性能瓶頸。
The rpc binding style uses the names of the method and its parameters to generate structures that represent a method s call stack , so it makes the web services look like a single logical component with encapsulated objects , all handled in the soap rpc stack Rpc綁定方式采用方法名稱(chēng)和參數(shù)來(lái)產(chǎn)生代表方法調(diào)用堆棧的結(jié)構(gòu),因此,它使web服務(wù)看起來(lái)像一個(gè)帶有封裝對(duì)象的單一的邏輯組件,所有操作都在soap rpc堆棧中處理。