cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 504 gateway timeout error in PO though Data is received by webservice

Former Member
0 Kudos

Hi All,

I am working on an asynchronous proxy to Soap scenario. PO is getting timed-out error while sending data to Webservice. But the receiver system is receiving the data though PO messages are in error status

The error is:

SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 504 Gateway Timeout.

What could be the possible reason.

Regards,

Saswati

Accepted Solutions (0)

Answers (1)

Answers (1)

PavanKumar
Active Contributor
0 Kudos

Hi Saswati,

504 Gateway Timeout occurs majorly due to network level/ firewall issue

As in your case the data is reaching at Server end

So possible error would be that the target web service which you are calling configured as synchronous at server end in which it is trying to provide response which is failing. you can check with web server team that how it has configured.

Regards

Pavan