cancel
Showing results for 
Search instead for 
Did you mean: 

Object not found in lookup of RequestResponseBean.

Former Member
0 Kudos

hi all,

i am doing the scenario file to rfc to file without BPM .

I am facing the problem in my sender communication channel. that is

Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of RequestResponseBean.

i have checked all spelling by reading sdn post . but still i am facing the same problem.

help me regarding this.

thanks & regards

Anup Banerjee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

->The bean which you configured at the communication channel level under Module tab is case sensitive.

-->Please check the module name once again and maintain the proper name and try it.

this scenario works only if your SP>=SP19(3.0) & SP>=SPs10(7.0)

In Receiver Communication channel you have to specify

Processing Sequence as

1 AF_Modules/RequestResponseBean Local Enterprice Bean 1

2 CallSapAdapter Local Enterprice Bean 2

3 AF_Modules/ResponseOnewayBean Local Enterprice Bean 3

Module Configuration as

1 passThrough true

3 receiverChannel FileReceiver(Your Receiver communication channel name)

3 receiverService BusinessServive_RCVR(Receiver Business serviece)

regards,

ganesh.

Former Member
0 Kudos

hi ganesh,

Thanks for u r reply . My spelling are correct. if i do the same thing with wsdl mean file to soap to file.

then also i need the SP>=SP19(3.0) & SP>=SPs10(7.0). requirement ?

thanks

Anup Baneerjee

Former Member
0 Kudos

Hi,

if i do the same thing with wsdl mean file to soap to file.

then also i need the SP>=SP19(3.0) & SP>=SPs10(7.0).

SP>=SP19(3.0) & SP>=SPs10(7.0) is necessary to using Modulebeans.

In your Receiver SOAP Adapter maintain the Target URL and SOAP ACTION.

regards,

ganesh.

Former Member
0 Kudos

yes.. this is a pre-requisite for using the RequestResponse bean

Former Member
0 Kudos

hi ,

thanks for u r reply.

i got my answer

regards,

Anup