Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get PDF file from SOAP attachment

Hello,

I want to download a PDF file from a SOAP web service attachment.

I tried to use tSOAP component but I got only de xml response but not the attachment.

Do you how to get the PDF file with a talend component ? Or with a Java code that we can use with Talend ?

FYI :

  • I use Talend Open Studio for Data Integration.
  • Content type : application/octet-stream.

Thanks in advance.

Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hello,

Please try to use a tFileFetch component configured with the HTTP/HTTPS protocol.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello Sabrina,

Thanks for your answer.

I checked the tFileFetch but how to pass the SOAP request to the component ?

Best regards.

SK1694344715
Contributor
Contributor

@CVS Krishna​ I am facing same issue, need help...