cancel
Showing results for 
Search instead for 
Did you mean: 

File Receiver Adapter - Writing Attachments

Former Member
0 Kudos

Hello Folks,

i received a SOAP Message with some attachments. Now i want to write these files into a file system.

No i have seen, that the file receiver adapter has no support for attachments. is there any solution for that?

Thanks for answers.

Best regards

Robert

Accepted Solutions (1)

Accepted Solutions (1)

sunil_singh13
Active Contributor
0 Kudos

Robert,

Have you tried using PayloadSwipBean (standard adapter Module) ?

What is your communication Channel type?

Sender SOAP adapter does not supports Adapter module. You have to use it in Receiver adapter.

OR you can use axis adapter on the sender side and use this module there.

Thanks,

Sunil Singh

Former Member
0 Kudos

Yes, i will try it with the Axis Framework. Thank you!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I thought of creating files in the target with different format... i think i understood ur query other way...

Fine...

U can do other way..

Convert ur Attachments to XML first...

Then Pass this XML to File adapter and recreate the Files in Target file adapter...

I hope u can do in this way

Babu

Former Member
0 Kudos

Hi,

U can send the attachments to File adapter... u can send a csv or txt or .xls or many formats as a attachment..

Please search in SDN u will get a lot of blogs and forums...

Babu

Former Member
0 Kudos

Hi,

please have a look at this thread:

Regards

Patrick