Created 11-02-2016 08:40 PM
Hi,
I'm trying to create a dataflow in HDF to get the SOAP data from the web service, provided the WSDL.
can some one let me if there are any processors available in Apache Nifi do get this work done.
Thanks,
Rahul
Created 12-19-2016 08:39 PM
Thank you guys..!! Found the solution.
Created 12-16-2016 07:31 AM
You can use the Nifi-Soap processor in the below link:
Created 12-16-2016 02:47 PM
http://stackoverflow.com/questions/38083252/apache-nifi-convert-a-soap-file-into-json
I have done it with InvokeHTTP and it works fine.
http://apache-nifi-developer-list.39713.n7.nabble.com/SOAP-Service-through-InvokeHTTP-td13129.html
The NiFi-Soap processor is the way to go.
Created 01-04-2017 09:51 AM
@Timothy Spann Hi sir, i used this nifi-soap processor (GETSOAP), but i always get an error.
GetSOAP[id=63baafa9-0159-1000-e53d-5195bbfe3819] GetSOAP[id=63baafa9-0159-1000-e53d-5195bbfe3819] failed to process session due to java.lang.NoSuchMethodError: org.apache.nifi.processors.soap.GetSOAP.getLogger()Lorg/apache/nifi/logging/ProcessorLog;: java.lang.NoSuchMethodError: org.apache.nifi.processors.soap.GetSOAP.getLogger()Lorg/apache/nifi/logging/ProcessorLog;
can you help me about this?
Created 11-21-2017 09:41 PM
you need to build and deploy the custom soap processor to the lib directory and restart nifi
Created 12-19-2016 08:39 PM
Thank you guys..!! Found the solution.
Created 12-19-2016 10:03 PM
Great! Can you share it with the community?
Created 12-21-2016 03:38 PM
Hi
I have used the Invoke Http processor as mentioned here:
http://apache-nifi-developer-list.39713.n7.nabble.com/SOAP-Service-through-InvokeHTTP-td13129.html
it is working fine ..!!
Created 01-04-2017 06:52 AM
Created 01-16-2018 04:28 AM
@Eyad Garelnabi and @Rahul Reddy
I am also working on the SOAP with WSDL file to extract the SOAP response but not able to configure, could you share your process and configuration details so that i can make my one.
Also when i am trying to do using this post https://github.com/apsaltis/nifi-soap, I am not able to find the path nifi-soap-nar/target/nifi-soap-nar-0.0.1.nar and file in Github. I am using the windows 7, can help how to install and configuration