cancel
Showing results for 
Search instead for 
Did you mean: 

Sending attachment uding JAVA proxy

Former Member
0 Kudos

Hi Experts,

I have a requirement to attach a pdf file.

I refered to the blog below .

How to send any data (even binary) through XI, without using the Integration Repository

However Michal has pointed out that there will be a problem when we use the file adapter to transfer files which are huge.

Can any one please explain why it is so?

I am planning to use JAVA proxy to do the job of transfering file.

Please brief me about the procedure that is used to do the file transfer using JAVA proxy.

Thanks,

Vignesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

no answer

prateek
Active Contributor
0 Kudos

Simply because it will always consume lot of resources while passing a huge file from Adapter Engine to Integration Engine and back to adapter engine. While in the case of java proxy, u just bypass the adapter engine processing time and therefore file is sent from XI Integration Engine to receiver directly.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Use the MessageSpecifer Interface to append an attachment to your message

http://help.sap.com/saphelp_nw04/helpdata/en/9a/945e3026760745a751a85499139c7c/content.htm

regards

Gangaprasad