【发布时间】:2018-06-07 23:02:08
【问题描述】:
我正在尝试将 servicenow 与 wso2esb 管理控制台集成。所以请指导我如何在控制台中开发它。截至目前,我已经创建了一个代理服务数据,其格式为 json 格式,存储在日志调解器中(数据为 {"company":"ABC", "impact":"3","category":"Request","description" :"Testing"}) 并发送中介指定 servicenow url ( https://{instance}/api/now/import/incident) 以创建事件。
当我执行它时,它给出了“ INFO - HTTPSender Unable to sendViaPost to url[http://localhost:8280/services/Demo12.Demo12HttpSoap12Endpoint] java.net.SocketTimeoutException: 读取超时"
Demo12 是代理服务名
【问题讨论】:
标签: wso2esb servicenow