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.
我需要使用 httpadapter 从 esper 引擎向网页发送数据。我按照示例中提到的步骤进行操作。不知何故,它没有工作。我需要使用普通的 java 对象发送。还让我知道如何为请求和响应配置 Web 服务器。
如果您从网页发送到 Web 服务器。请检查您所有的 java/Event 类变量是否以小写字母开头。
例如:如果您声明 CardId : 将不起作用.. 给 null carId : 将起作用。
配置网络服务器:HttpOutputAdapter
Its all matters in URI. your web server uri and service name you invoke. http://host:port/servicename?parameters.