Currently I am working on data migration activities...
I want to download/retrieve file from Oracle ucm using talend open studio tool...
Using soap ui tool,by providing docid/contentid in payload,able to download file(after click on green button,can see XML as response and file will be downloading under attachments tab)..
https://{host}/idcws/GenericSoapPort?wsdl
Used this wsdl link to download using soapui and talend job....
Using same payload in tsoap component, getting XML as response,but how to download physical file in talen job,need suggestions...
- Tried with tfilefetch component,but no use...
Any suggestions.....
Tried tsoap -->tfilefetch
From tsoap took docurl and passing same to tfilefetch ,after running job,throwing error as url is not correct...