我想要使用Spring消費Salesforce出站消息並按順序處理它們,並將數據保存在MySQL數據庫中。此外,我必須在處理完成後將成功響應發回給Salesforce。我有Salesforce的WSDL。任何人都可以爲我提供一種使用Spring框架的方法。任何示例或鏈接都會幫助我。使用Spring集成消費Salesforce出站消息
0
A
回答
0
由於您提供了WSDL,這意味着您可以使用SOAP WebService。
爲此Spring集成提供WeService適配器支持:http://docs.spring.io/spring-integration/docs/4.3.7.RELEASE/reference/html/ws.html
你需要的是所謂的WebService入站網關和這裏的是一些例子:https://github.com/spring-projects/spring-integration-samples/tree/master/basic/ws-inbound-gateway
對於將數據存儲到關係型數據庫需要JDBC適配器:http://docs.spring.io/spring-integration/docs/4.3.7.RELEASE/reference/html/jdbc.html
這裏是一個樣本:https://github.com/spring-projects/spring-integration-samples/tree/master/basic/jdbc
相關問題
- 1. spring-kafka(未集成)消費者不消費消息
- 2. SalesForce出站消息架構wsdl
- 3. Spring集成在出站主題中發佈消息
- 4. 如何在PHP中使用Salesforce出站消息?
- 5. Salesforce:使用Apex觸發SOAP出站消息
- 6. 通過Spring集成在單次提交中消費多個JMS消息
- 7. 收集消費者信息
- 8. 使用Spring集成實現消費者和生產者系統
- 9. Spring集成 - 消息傳遞異常
- 10. Spring批處理/集成 - 接收消息
- 11. Spring集成 - 文件消息流
- 12. wso2消息代理+ spring集成性能
- 13. Spring集成消息處理程序:ActiveMQTextMessage
- 14. 使用KAFKA REST API消費JSON消息
- 15. 如何向Salesforce中的SOAP出站消息發送響應消息
- 16. RabbitMQ消息消費者不再使用消息
- 17. Spring集成 - IBM MQ - 從隊列中消耗大量消息
- 18. 使用concurrent.futures一次消費很多出隊消息
- 19. 在Spring集成中使用攔截器發送日誌消息
- 20. 使用Spring集成將消息推送到Websocket Outbount
- 21. Spring集成消息處理程序鏈的使用情況?
- 22. WSO2 - DAS消費MQTT消息
- 23. MDB消息消費延遲
- 24. 消息消費者實現
- 25. 使用Twilio接收雙向SMS消息和使用出站消息鏈接入站消息
- 26. 是否有辦法動態定製Salesforce出站消息端點
- 27. 集成Facebook的「撰寫新消息」彈出到我的網站
- 28. Glassfish 3.1 ActiveMQ和通用消費消息
- 29. 多位消費者使用spring kafka
- 30. 使用Spring MVC消費JSON對象