cancel
Showing results for 
Search instead for 
Did you mean: 

Send and Receive an xml file over SOAP adapter

Former Member
0 Kudos

hi,

I want to send an xml file as an attachment over SOAP adapter and Response also should be file.

Can anybody tell the exact solution.

Useful responses will be appreciated

Thanks

Jaideep Jain

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

hi

use below thread to deal attachment with SOAP message,

Former Member
0 Kudos

Dear Dharamveer,

Thanks for urs valuable response.

But my requirment is that SOAP request parameter is not the data, It must be a xml file and that file name is Req. parameter.

Based on which I will get the response.

Is it possible to send a flat file over SOAP or HTTP adapter

Thanks

Jaideep Jain

Former Member
0 Kudos

Hi Jaideep,

Yes you can send the any file throgh SOAP adapter by selecting the Keep Attachments option.

For your requirement you can go throgh the following link

http://www.w3.org/TR/SOAP-attachments

http://www.theserverside.com/tt/articles/article.tss?l=SendingAttachmentsWithSOAP

Regards

Sridhar Goli

prateek
Active Contributor
0 Kudos

If u just want to pass the attachment as it is, then u may use soap adapter with option "Keep Attachments". If u want to extract data from the attachment, then u will have to create your own adapter as for soap sender, adapter modules doesn't work.

Regards,

Prateek

Answers (0)