Hi Selvam, Did you find a solution for this?
Although the inline image couldn't be displayed for me, I assume the problem is how to invoke InvokeHttp using each setSpec.n attribute, and the n can vary. If so, you could design your flow differently, by splitting a XML into multiple flow-files, then pass those fragments to subsequent flow, which extracts the setSpec and executes InvokeHttp, detailed configuration is shown in the following screenshot: Hope this helps, Koji On Wed, Sep 14, 2016 at 6:14 PM, Selvam Raman <[email protected]> wrote: > I am using GetHttp to read the data. Then i am using EvaluateXquery to > read the xml data and i pass the value as *attribute*. Finally i need to > invoke http depends on the value of evaluatexquery attribute. > > [image: Inline image 1] > > The above xquery set the attribute as below for 3 records. > setSpec.1 > setSpec.2 > setSpec.3 > > Now i want to invoke InvokeHttp for above three records. > > how can i give dynamic values in remoteURL (http://test/setSpec.*) > > -- > Selvam Raman > "லஞ்சம் தவிர்த்து நெஞ்சம் நிமிர்த்து" >
