Spring xd stream web service responses
问题 I am trying to use spring xd to ingest text/xml responses from a web service using HTTP/1.1 protocol. The goal is to convert the xml response to json and insert into mongodb. But right now I am unable to get any responses from the stream. I want to do this programatically rather than in the shell, below is my code public static void main(String[] args) { SpringXDTemplate template = null; try { template = new SpringXDTemplate(new URI("http://localhost:9393")); } catch (URISyntaxException e) {