Re: SOAP Service through InvokeHTTP

2016-08-24 Thread mliem90
Awesome - did not know the contents of the flowfile would be passed as the result.xml. worked perfectly. Thanks! -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/SOAP-Service-through-InvokeHTTP-tp13129p13131.html Sent from the Apache NiFi Developer List

SOAP Service through InvokeHTTP

2016-08-24 Thread mliem90
Hello, I am looking to do a SOAP Web service call and was told invokeHTTP may be able to work. Wonder how I would be able to do this. For example, using curl I could invoke SOAP like the below: curl -X POST -H "Content-Type: text/xml" -H "SOAPAction: "http://www.webserviceX.NET/GetCitiesByCountry