cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC Scenario Timeout in Sender Application ...

Former Member
0 Kudos

Hi All,

We have SOAP sender webservice (.Net app) To RFC receiver on SAP side through PI 7.1.The problem we are facing is the RFC from SAP side is taking more time to send response back and by the time PI sends the response back to calling webservice application ,they timeout on their side.Can PI by anymeans tell the calling application to wait until we get a respose back from SAP.

Any thoughts and recommendations greatly appreciated.

Thanks

C

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

1. you can increase the time out in PI

2. you can ask the source application to set their timeout as the same as of PI

Former Member
0 Kudos

Do we need to check the timeout of xiadapter.inbound.timeout.default in Pi and set the same in the sender application.

We don't have timeouts in PI so I don't think we have to increase timeout in PI.

Is there a way we can hold sender application to wait until PI sending the response back without ind=creasing their timeout ?

C

Former Member
0 Kudos

The Sender Application timeout should match the time out of the RFC receiver communication channel time out . THe RFC adapter time out would be set in the visual admin under RFC adapter .