Hi,
I've wrote simple windows application in .net c# to invoke
web service form XI 3.0.
when testing i keep getting system erros in the .net client and when looking via XI message monitor SXMB_MONI
i see that no reciver determination error raised.
when testing the same message instance that the .net sent
in the sap soap client, everything is OK and i get the response from XI.
what is wrong? why the XI can't find reciver when addressed from .net?
Hi,
a "No receiver determination error" is a problem of the configuration rather than one of your .Net sender/receiver. You will need a receiver agreement and a receiver adapter. Check if you have these two.
Whenever one application sends a request to XI, the inbound interface, namespace and business system needs to be detected in order to find the right receiver determination. You can see the name of the inbound interface, namespace and business system in the SXMB_MONI. If you use an XI sender adapter, you may add the information for the interface, namespace there.
Hope that helps!
Regards
Christian
Add a comment