Any Sample Document For SOAP with Attachment with Steps
Hi, I am using talend open studio 5.4.1. I want to create a web service with attachment and consume web service which will give attachment. Is there any documentation available for SOAP with attachment in talend ? I referred the forums and talend documentation and found that CXF component will support Attachment and MTOM. But i could not find any samples for the SOAP with attachment implementation. could you please provide any reference document with steps for create a sample web service with attachment in talend and consumer the web service which will give attachment in response. Thanks Regards, P.Chellamaruthu
Hi, Create a standard wsdl service. You need to save that document inside the database. When querying, query for that column which contains the file i.e. file would be part of your body response. You need to extract that content from the soap response and save it to file. This could be an option. Thanks Vaibhav
Hi Vaibhav, Thank you for your reply. i am clear on your approach, encode the entire file content and send them in response. But i want some implementation documents for the SOAP with attachments as mentioned in the below link https://help.talend.com/search/all?query=Attachment+Support&content-lang=en Any Idea on that.. Regards, P.Chellamaruthu.