You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by pksrinivasm <pk...@gmail.com> on 2018/04/09 11:59:56 UTC

Host a web service on Nifi to be able to consume by third party systems

Hi,

I would like to host SOAP web service in NIFI. My third party system accepts
only SOAP endpoints to be consumed. Is there a way to achieve?

Thanks,
Kalyan



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: Host a web service on Nifi to be able to consume by third party systems

Posted by Mike Thomsen <mi...@gmail.com>.
Not really. The embedded Jetty container is meant to host NiFi web
components, not third party apps. There's no real reason to deploy a WAR
file there because you could just spin up Tomcat, drop the SOAP service
there and have them both accessible through a reverse proxy.

Thanks,

Mike

On Mon, Apr 9, 2018 at 7:59 AM, pksrinivasm <pk...@gmail.com> wrote:

> Hi,
>
> I would like to host SOAP web service in NIFI. My third party system
> accepts
> only SOAP endpoints to be consumed. Is there a way to achieve?
>
> Thanks,
> Kalyan
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/
>