apsaltis / nifi-soap

26 stars 14 forks source link

nifi-soap

NiFi provenance reporting tasks.

Table of Contents

Installation

$ mvn clean package
$ cp nifi-soap-nar/target/nifi-soap-nar-0.0.1.nar $NIFI_HOME/lib
$ nifi restart

Configuration

Figure 1.1

There are several configuration properties that must be configured to properly use this processor. Let's walk through each of them.

Required Properties to configure

Required Properties to configure for Basic Auth

If you are using Basic Authentication then the following two properties are also required:

Optional Properties

The following properties are all optional

Adding Method Arguments

If you are trying to invoke a SOAP method that takes arguments then you would add them as New Properties to the processor. In the figure 1.1 above, the property argument1 is an example of adding a method argument. For each property added the name of the property will be used as the method name and the value of the property will be used as the value of the argument sent to the SOAP endpoint. Please keep in mind that there is no validation of the data that is entered into these dynamic properties.

Todo

License

Copyright (c) 2016 Andrew Psaltis. nifi-soap is released under the Apache License Version 2.0.