cancel
Showing results for 
Search instead for 
Did you mean: 

Sync SOAP sender(Single Stack) # Timeout issue

arunneerolil
Contributor
0 Kudos

Dear Team,

I have a synchronous SOAP to PI Single stack to ECC scenario which is getting timed out after 60 seconds at the SOAP sender.
I am testing using soapUI client. I have tested putting a delay of 100 seconds at the message mapping.
The soap request from soapUI gets timed out after exactly 60 seconds.


module parameter
syncTimeout = 300000 milliseconds in the sender SOAP communication channel

also played around with the module parameters
XMBWS.Timeout
XI.Timeout
but no luck.

It looks like some HTTP parameter at the server level is overriding this.
Does anybody have any soultion for this issue ?

Thanks in Advance.

Arun

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Arun!

Since you perform tests in SOAP UI it's worth mention that 60 sec is default socket timeout value for SOAP UI. So you can try to start with setting desired value in File->Preferences->HTTP Settings->Socket timeout.

Also you can set timeout value for particular request:

Regards, Evgeniy.

Answers (0)