cancel
Showing results for 
Search instead for 
Did you mean: 

Sync/Async bridge issue

former_member207701
Participant
0 Kudos

hi,

I have SOAP-->File sync interface so i have done SOAP--->File and File--->SOAP , with RequestOnewayBean,CallSAP,WaitBean in receiver file channel and Notify bean in Sender file channel this is working fine with no issues.

But when i place these RequestOnewayBean,CallSAP,WaitBean in sender soap channel it gives me error i have read many blogs which explains these modules can be placed in sender or receiver why this is not working in my case ? is this some patch or SP issue ?

Error in sender channel :

class com.sap.aii.af.sdk.xi.mo.MessageContext:library:com.sap.aii.af.sdk.lib@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@77e8a5c@alive incompatible with interface com.sap.engine.interfaces.messaging.api.Message:interface:com.sap.aii.af.ms.ifc@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@11e1b0e7@alive

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

Hi Kiran,

PI 7.11 you cannot extend the sender SOAP adapter module configuration according to below sap help.

Extending Module Chain for SAP Adapters in the Module Processor

Because above reason it is not working when you configure additional modules in SOAP sender adapter.

PI 7.11 SOAP sender module is XISOAPAdapterBean not CallSapAdapter, from PI 7.30+ on wards you can configure CallSapAdapter in SOAP sender.

Check below SAP Note:

1621719 - Timeout parameters in SOAP Sender/Receiver Adapter

Regards,

Praveen.

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Kiran,

1.RequestOneway Bean : It tells it converts the synchronous message to async by changing the header what exactly does this mean ?

The module read the quality of service and change the quality of service from BestEffort(Synchronous) to ExactlyOnce(Asynchronous) and send the message asynchronously to messaging system.

Regards,

Praveen.

former_member207701
Participant
0 Kudos

Thanks Praveen , so this is exactly opposite of RequestRepsoneBean right ?

former_member182412
Active Contributor
0 Kudos

Hi Kiran,

What is your PI version, i have the same configuration and it is working.

Regards,

Praveen.

former_member207701
Participant
0 Kudos

Hi Praveen,

Its 7.11 SP10 . Then i guess its a bug .

Just one more query:

1.RequestOneway Bean : It tells it converts the synchronous message to async by changing the header what exactly does this mean ?

Thanks.

Kiran