cancel
Showing results for 
Search instead for 
Did you mean: 

Web-Service timeout with WSIL "Destination Template"

Former Member
0 Kudos

Hello,

we configured a "Destination Template" of Type WSIL to an ABAP-System. We set the Socket-Timeout to 600.000ms in the Destination Template. The ABAP-System has unfortunately a long response time. After 60 seconds a timeout occurs, although we set the Socket-Timeout to 10min.

I checked the webservicelog and found following lines:

> Listing properties :

> socketTimeout=60000

> AuthenticationMethod=sapsp:HTTPBasic

> AuthenticationMethod.Basic.Username=[hidden]

> AuthenticationMethod.Basic.Password= [hidden]

> SSLServerCerts.IgnoreSSLServerCerts=true

> OutgoingSignature=false

> OutgoingEncryption=false

> IncomingSignature=false

> IncomingEncryption=false

> Level=0

> Protocol=HTTPHeader

Why the webservice ignores the configuration and uses 60s as socketTimeout and how can I change this?

Our System is Netweaver CE 7.1 EHP1

Best regards,

Christian Buschmann

Edited by: Christian Buschmann on Nov 18, 2009 6:57 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you managed to solve the time out error?

Im encountering a similar error.

Thanks.