cancel
Showing results for 
Search instead for 
Did you mean: 

Testing EDI to Idoc scenario

Former Member
0 Kudos

I am implementing one scenario,EDI to Idoc,using AS2 as sender adapter.I have alreday deployed the SDA/SCA files on the server to utilise BIC mapping.Before going for end to end testing, want to test the scenario with the help of FTP adapter,to verify that everything is working fine.Please provide inputs on how to the test scenario using the FTP adapter utilising BIC mapping.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you can refer the below blog with file adapter as sender for EDI..

/people/rajeshkumar.pasupula/blog/2009/08/05/wanna-implement-seeburger-for-edi-find-the-booster

HTH

Rajesh

Former Member
0 Kudos

Hi Amrita,

Inaddition to mappingName parameter, also provide the destSourceMsg (where we specify which data has to be converted) and destTargetMsg (where we specify where the resulting document should be placed after conversion)

Regards,

Rakesh

Former Member
0 Kudos

Hi Arpita,

Add the following module and add the corresponding parameters in the module tabof your file adapter:

Module name: localejbs/CallBicXIRaBean

Type: Local Enterprise Bean

Module Key: bic

and add below module parameters:

Module Key: bic

Parameter name: mappingName

Parameter value: E_ORDERSP_UN92_1_TO_I_ORDERS03_D40B_0724 (Replace this with your maopping name)

This is the mapping will will convert ur EDI to XML format.

Thanks,

Rakesh