cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message (INBOUND) expired

Former Member
0 Kudos

Hi Team,

I am working on Proxy to SOAP(AXIS) Synchronous scenario.

1. Working on PI 7.3 SP4

2. While testing the end to end scenario with around 33MB data getting the error :

com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message (INBOUND) expired

when i try testing with lower amount of data around 18MB or so the data is processing successfully.

I have tried the following :

3. AXIS set to DEBUG in log configuration

4. HTTP timeout in SMICM to 1hr

5. we do not have xpi_inspector

but the same error occurs.

Can i know information on below pts:

6. we wish to see SOAP message being sent to Receiver

7. is there an option where we can find this

8. is there a limit of message size which we can send to webservice.

Appreciate your help...!!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184720
Active Contributor
0 Kudos

Try increasing the sync timeout -

Also Refer to SAP Note : 856597 - FAQ: XI 3.0 / PI 7.0/7.1/7.3 SOAP Adapter

  • Can I configure the timeout value of my receiver adapter?


           A: Yes. The default timeout value for outbound calls is 5 minutes. You can increase this value by setting parameter XMBWS.Timeout in the module parameter table of the SOAP adapter. The value must be given in milliseconds. For example, value 600000 represents the timeout value of 10 minutes. This parameter is not recognized in systems prior to SP13.

Former Member
0 Kudos

Hi Hareesh,

I know abt. this parameter and this is used in SOAP reciver...but in my scenario i am using SOAP with AXIS. thats where i am facing difficulty.

Please let me know if you have any info. abt. this thanks

binod8
Active Participant
0 Kudos

Hi Debendra,

Is it possible to split the message of smaller size.

Thanks,

Binod

Former Member
0 Kudos

As i mentioned.... I am actually testing on load test with huge volume of data.

when i try testing with lower amount of data around 18MB or so the data is processing successfully.