簡體   English   中英

spring-ws,CXF,soap(camel component)調用Web服務之間有什么區別?

[英]what is difference between spring-ws,CXF,soap(camel component) to call web service?

我是駱駝的新手嗎? 我無法區分駱駝Web服務組件,因此請幫助我找出那些組件之間的區別,並建議在哪種情況下最好使用哪個組件。

提前致謝。

Camel SOAP不是組件,而是一種數據格式http://camel.apache.org/soap.html ,用於封送和取消封送SOAP負載。

Spring-WS http://camel.apache.org/spring-web-services.html使用Spring Web Services提供客戶端和服務器端SOAP支持。

Camel-CXF http://camel.apache.org/cxf.html使用Apache CXF提供客戶端和服務器端SOAP支持。

當我必須處理SOAP時,Camel-CXF是我的首選工具。 這是一個成熟且功能齊全的組件(和基礎庫)。 我唯一使用Spring-WS的地方是,如果我正在處理使用CXF不支持的RPC編碼的非常過時的SOAP。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM