Skip to Content
0
Former Member
Oct 04, 2005 at 04:47 PM

Why getting "DeliveryExcetion" in SOAP->XI->RFC scenario?

64 Views

Hi,

This is the scenario :

i) I made a Integration Scenario for updating a Network in Project System(SAP-CE8) from my Web application in SOAP->XI->RFC context. I was able to update it using transaction SE37 on SAP R/3. But when i wanted to update it through XI using web service approach. The Web service returned "DeliveryException" message. Caused by: com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:NO_RECEIVER_CASE_BE. Upon looking into Runtime Workbench in XI ... i found that a call was made across XI in Message Monitoring with "System Failure".

ii) To correct this situation, I reconfigured my XI scenario by deleting the previous sender channel(SOAP) and recreating a new channel(SOAP) and redefined the webservice. This time the problem got worse as I got "ModuleUnknownException" and no entry in message monitoring. However when i tried with the old channel i still got the "DeliveryException" message.

My Queries are following :

a) What are the causes of "DeliveryException".

b) When is the web service created ... after just defining the web service in configuration builder ... or after some time ?

c) Why could it be possible to access the web service using old communication channel path while it was already deleted and change list activated ...

d) What is the possible causes of Module Exception...