Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将soap请求和响应保存在数据库中。有没有一种简单的方法来查找哪个响应属于哪个请求?我们在肥皂消息中有类似 sessionID 的东西吗?
我可以通过在消息请求中设置自定义属性并从响应中获取来解决问题。