cancel
Showing results for 
Search instead for 
Did you mean: 

Module to read attachments

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I'm facing a new problem. I'm using a SOAP sender adaptar that 'comes' with an attachment.

My problem is that standard modules cannot work with the attachment and i need to develop one in order to save the attachment as a file in a UNIX folder.

Does anyone have done this before?

Regards,

Inigo.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI indigo,

every adapter consists of modules which will be executed in sequence by module processor

callsoapadapter ,messagetansformationbean and so one.

if you want adapter to function in expected u need aa corresponding ejb module to your adapter.

1)go to EJB perspective and import adapter framework api.just go through the links provided above for importing api.

do the needful in the ejb and create EAR file.

2)add this module to module tab of adapter.

Thanks & Regards,

Rama Krishna

hemant_chahal
Contributor
0 Kudos

Hi Inigo

Yes we can create our own module for that.

please go thourgh following links to find out how to create module.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/8ef5cc15-0d01-0010-c883-f18e6...

http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm

tell me if it solved your problem.