cancel
Showing results for 
Search instead for 
Did you mean: 

u0093RCVR_DETERMINATION.NO_RECEIVER_CASE_BE No receiver could be determineu0094

Former Member
0 Kudos

Hi All,

Need help on the following error while calling the web service which is caught in the try catch block.

“RCVR_DETERMINATION.NO_RECEIVER_CASE_BE No receiver could be determine”

Following steps are done.

· Server proxy is created in a system

· Posted the proxy locally using WSCONFIG

· Downloaded the WSDL file of the server proxy

· Using the above WSDL file, created a client proxy in the same system

· We are trying call this client proxy as per the below code and the getting the above error

REPORT ytest.

DATA : cl_web TYPE REF TO YSM0802_D_CO_YSM0802_D_CLOSE_N,

cl_root TYPE REF TO cx_root.

DATA : v_output TYPE zcc_sm_webyweb_service_respons,

wa_error TYPE bapiret2,

v_input TYPE YSM0802_D_YCLOSE_NOTIF_TEST.

v_input-iclose = 'X'.

TRY .

CREATE OBJECT cl_web.

*CREATE OBJECT cl_root.

CALL METHOD cl_web->YCLOSE_NOTIF_TEST

EXPORTING

input = v_input.

CATCH cx_ai_SYSTEM_fault INTO cl_root.

wa_error-message = cl_root->get_text( ) .

*CATCH .

ENDTRY.

WRITE : v_output-mail,

wa_error-message.

helpful answers will be rewarded

Regards,

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

check the receiver determination u have craeted is activated or not.

also check the cache is being refreshed or not.

Thanks

Rinku

Answers (4)

Answers (4)

Former Member
0 Kudos

over

Former Member
0 Kudos

over

Former Member
0 Kudos

What was the solution as i am also facing same problem.

Former Member
0 Kudos

hi..

XI can not find a configured receiver for this . So check if in Integration Directory, you have configured a receiver determination for this . If there are XPath expressions in receiver determinations sometimes this occurrs, if the message sent does not fulfill any of the expressions and therefore no receiver can be found.

CHk ur Configuration.

/people/paul.medaille/blog/2005/06/24/test-your-xi-configuration-with-the-new-test-tool

DO some Cache refresh

Chk this lInk for Cache refresh

/people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena

Thanks

Manas

Former Member
0 Kudos

Hi,

I would like to suggest you to test the soap interface first with anothe tool (soapui.org has one free and very helpfull).

The problem seems to be very clear, there is no receiver determination for this integration scenario, or some of your basic services are not running (see sicf if the services for http and soa related scenarios are running).

regards.

roberti

agasthuri_doss
Active Contributor
0 Kudos

Hi,

As Roberti do it and go for Cache refresh and check whether the RD is available in you Scenerio , if not go to Object Tab and add to your Respective Scenerio.

Regards

Agasthuri Doss