cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS or SOAP with attachments as text files

Former Member
0 Kudos

Hi ,

I it possible to receive or send text files using SOAP with attachments or HTTPS with attachments?

Best Regards,

Harleen Kaur Chadha

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member750652
Contributor
0 Kudos

Hi Harleen,

For customization of Adapter modules you must have solid knowledge in JAVA and should know the behaviour of Adapter ,Here are the few links that guide you in understanding the Adapter module development, drill them down.

Thanks,

Ram.

prasannakrishna_mynam
Contributor
0 Kudos

Hello Harleen,

Check the following links, where you can send the text files as attachments.

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Regards..

Krishna..

aashish_sinha
Active Contributor
0 Kudos

Hi,

The SOAP adapter can only send attachments when the sender provides attachments additionaliy to the payload. The payload is always taken to the SOAP body.

So, You need to develop an User Module. Within that module you have access to both payload and attachments.

regards

Aashish Sinha

Former Member
0 Kudos

Thanks for reply,can you give me some blog for this?