Thanks,
Vikas
Claus Ibsen-2 wrote:
>
> Hi
>
> The file component
> http://camel.apache.org/file2.html
>
> Have options where you specify where the file should be moved afterwards.
> move
> moveFailed
>
> By default it will move files into a h
Hi,
My use case, Bulk Load Operation where I've several thousand XML files:
1. Read XML files from a folder
2. wrap A SOAP Message structure around that XML file
3. send it to Web Service
4. transform response from Web Service into XML response
(which it already is, but if I give the output of W
here is a section titled - Getting Parameters into the XSLT to work with
>
>
> On Thu, May 13, 2010 at 6:57 PM, Vikas Kumar Arora
> wrote:
>>
>> Hi,
>> Is there a way to pass Map as a param to XSLT component?
>> Camel 1.6.2 (As we run on Jdk1.4, no other choice)
Hi,
Is there a way to pass Map as a param to XSLT component?
Camel 1.6.2 (As we run on Jdk1.4, no other choice)
Requirement: I've location maps(Properties file) M1, M2 etc from Partners
P1, P2. And before forwarding the request to WS, I have to apply the XSL
Transforamtion to convert P1, P2 etc f