cancel
Showing results for 
Search instead for 
Did you mean: 

Delay problem in adapter engine

Former Member
0 Kudos

Hello,

we are implementing the following synchronous scenario:

R/3 (proxy)> XI (SOAP)> External entity.

We are experimenting some delay, which we can't explain why. If we enter to the runtime workbench and take a look at the monitoring of the message we see:

2009-05-29 12:41:06 Success Delivering to channel: CC_INT056_Receiver

2009-05-29 12:41:06 Success MP: Entering module processor

2009-05-29 12:41:06 Success MP: Processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

2009-05-29 12:41:06 Success SOAP: request message entering the adapter with user J2EE_GUEST

2009-05-29 12:41:35 Success SOAP: completed the processing

We can see that the 'request message entering the adapter with user J2EE_GUEST' takes 30 seconds. Looking other interfaces, this step only takes a second or two. We don't know exactly what this step does, if it comunicates with the Web Service of the external entity or if it is problem of XI.

Can anyone help us?

Thank you all!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

So,

the problem is the Web Service we are calling takes too much to answer (this delay is not acceptable).

thank you very much!

former_member200962
Active Contributor
0 Kudos
we are implementing the following synchronous scenario:

Since you are using a SYNC call the process has to wait till it gets a response back from the SOAP application.....only after it gets back the response it will associate the success/ failuer tag to the processing......while others may be ASYNC where the job of AE ends once the message is send out from AE

Regards,

Abhishek.