cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver AAE IDoc Adapter

Former Member
0 Kudos

Hi All,

I have a doubt regarding receiver AAE Idoc adapter. There are three options available in java IDoc adapter namely Default, Manual and From NWA. In Default option, we just need to configure a RFC Destination in NWA but in From NWA option, we need to configure RFC Destination as well as Resource Adapter(JCA Connection Factory). So, I just want to know what is the benefits of using From NWA option over Deafult and what is purpose of configuring Resource Adapter in NWA?

Accepted Solutions (0)

Answers (1)

Answers (1)

sahithi_moparthi
Contributor
0 Kudos

Hi,

Manual Option: In the manual mode, all the configuration parameters are provided in the channel itself.  channel with Manual option can be used for test purpose. In case of Manual option we have no control of the gateway

Default and NWA:

The NWA mode is very similar to the default mode and offers convenience of a central configuration in the NWA. A resource adapter configuration is created manually and is shared between all the channels sharing the same resource adapter name.

Former Member
0 Kudos

Hi Sahithi,

Can't we use same RFC Destination across multiple channels if we are using Default mode?

sahithi_moparthi
Contributor
0 Kudos

Hi Deb,

You can use the same RFC destination for multiple channels.

anand_shankar10
Active Participant
0 Kudos

Irrespective of count of receiver IDOC channels, we will always have only 1 RFC destination.

Moreover if we talk precisely about IDOC receiver channel, you can use same channel for multiple interfaces.

Thanks

Anand

Former Member
0 Kudos

Then what are the advantages of using NWA over Default?