‎2007 May 22 10:51 AM
Dear all,
Using transaction SPROXY I generated a proxy on a Message Interface.
This generated as well a method and the associated class.
When I run it, trying to send data through all this, I get the following error:
<b>System not configured as XI Integration Engine</b>
Here is the model I got on another thread, in order to catch the error text:
DATA: l_sys_exception TYPE REF TO cx_ai_system_fault.
...
*...proxy call
catch CATCH CX_AI_SYSTEM_FAULT into l_sys_exception.
write: l_sys_exception->errortext.
Anyone has any idea where this error commes from?
I am mostly wondering whether the problem comes from my outbound system or XI configuration?
Thanks a lot, have a nice day!
Isa.
‎2007 May 22 10:59 AM
Hi
Something wrong with the XI configuration
Check it.
Reward points if useful
Regards
Anji
‎2007 May 22 11:04 AM