cancel
Showing results for 
Search instead for 
Did you mean: 

Timout when connecting to a Web Service

Former Member
0 Kudos

Hi all,

I have created a web service out of a custom function module. On dev. environment it works fine. Then I have transported the function module and the web service to the test environment, via SOAMANAGER I have created the service there.

But when I call the service now from the client I get a timeout. In transaction SICF I can see that the service is enabled. Also, since I can access the WSDL for this web service on the test machine, I don't think it's a firewall problem.

Any ideas on this?

Thanks in advance for any help or ideas!

Kind regards, Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The timeout is after 60 seconds... maybe you have so much data that the service is not executed within this time...

regards

Former Member
0 Kudos

Thanks for your reply. The problem was due to an configuration error on OS level.

Kind regards