cancel
Showing results for 
Search instead for 
Did you mean: 

webservice - > XI -> RFC synchcronouse

Former Member
0 Kudos

Hi experts

I am doing webservice <- > XI <-> RFC synchcronouse,

1) how i will know that send request has been reached to R3 system?

2) i got error ' Recerver determination not found' when i sent the request from XMLSpy

please help me out

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shiva,

1) how i will know that send request has been reached to R3 system?

You are getting the error in SXMB_MONI that means that the SOAP request has been properly forwarded to XI from Web Service client(XML Spy).

2) i got error ' Recerver determination not found' when i sent the request from XMLSpy

If you are getting this error u need to check the Receiver Determination in ID .

Pravesh

Answers (4)

Answers (4)

Former Member
0 Kudos

> I am doing webservice <- > XI <-> RFC

> synchcronouse,

> ) how i will know that send request has been reached

> to R3 system?

You are making Synchcronous call to RFC means caller also getting responce..so SXMB_MONI will tell weather the interface run succsessfully or not..as this is Sych call u resp will come and that responce will be present in MONI also. if anything goes wrong that ur Synch interface will fails and that cannot be restarted in any conditions.

> 2) i got error ' Recerver determination not found'

> when i sent the request from XMLSpy

It means that u have no defined the Recevier Determintaion during configuration part.Define the RD with appropriate outbound and inbound interface and the Receiver Service/System:)

Thanks

Farooq.

*Rewards Points if u find it useful*

nisarkhan_n
Active Contributor
0 Kudos

Siva,

Xi provides monitoring for all the interfacess which are passing trough it, just loing to the SXMB_MONI to check the staus of the interface you have done.

For the error "reciver det not found", recheck all the ID steps once again make sure you ahve properly configured the ID. this error is becasue your interface is not able to find the receiver.....if you have properly configured the steps then make sure the cache are upadted.

goto ID--run the cache

goto IR --run the cache...

Former Member
0 Kudos

Hi

<i>> how i will know that send request has been reached to R3 system?</i>

1. You can look into the audit logs to know whether the request reached.

2. check the table associated with RFC call and you can know from there tooo

<i>> 2) i got error ' Recerver determination not found' when i sent the request from XMLSpy</i>

It seems you havent configured receiver determination

regards

Ramesh P

Former Member
0 Kudos

Hi Siva,

Please check your configuration part that you configured properly or not.

thanks,

kalyan