Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Get SOAP data from SOAP webservice using Apache Nifi

avatar

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

1 ACCEPTED SOLUTION

avatar

Thank you guys..!! Found the solution.

View solution in original post

9 REPLIES 9

avatar

@Rahul Reddy

You can use the Nifi-Soap processor in the below link:

https://github.com/apsaltis/nifi-soap

avatar
Master Guru

avatar
Rising Star

@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?

avatar
Master Guru

you need to build and deploy the custom soap processor to the lib directory and restart nifi

https://github.com/apsaltis/nifi-soap

avatar

Thank you guys..!! Found the solution.

avatar

Great! Can you share it with the community?

avatar

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 ..!!

avatar
Rising Star

@Rahul Reddy

Hi sir,

may i know where did you put the wsdl url in the http processor?

thank you.

avatar
Contributor

@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