cancel
Showing results for 
Search instead for 
Did you mean: 

Convert the signed message into base64 code in file receiver adapter

Former Member
0 Kudos

Hi,

I have 2 sequence steps in my scenario.

Step1

I want to convert the message with signed certifcates and send the file with base 64 code format.

Solu:

1.I deployed the certificate in file adapter (The corresponding key/certificate pair must previously be saved in a keystore view of the J2EE server by using the Visual Administrator)

2.for to change the File type content to base 64 code format .

solu:

File type in receiver communication channel is Binary.

please suggest what value i need to provide below

anonymizer.encoding = ?(using the XMLAnonymizerBean in the module tab giving the value

Step2.

after that i wantt to pick up the file with base 64 code format (Which was created in step 1) and place the content to field with xsd type base64 Binary .

for this we can pick up using file adapte or we need to use any module in the sender file module tab of the communication channel?

Please suggest.

Accepted Solutions (0)

Answers (4)

Answers (4)

naveen_chichili
Active Contributor
0 Kudos

HI Hyma,

As Stefan specifyed already as per my knowledge we dont have any standard procedure for all the requirements you specified.....we need to go for module in the adapter.

Cheers!!!

Naveen.

stefan_grube
Active Contributor
0 Kudos

> Please suggest.

write an adapter module which performs all steps you have mentioned.

There is no solution in standard.

Former Member
0 Kudos

i am sure this one will be helpful too:

/people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi

Former Member
0 Kudos

i guess not...

Please refer the following link:

http://farooqfarooqui.blogspot.com/2008/12/decode-base64-incoming-encoded. html