January 2002
Intermediate to advanced
480 pages
11h 5m
English
When requests are made to a Web service, it does not send any responses.
Error messages for this problem will vary between different platforms, and many might not even return an error for this sort of problem. The reason for this depends on the source of the problem.
If the source of the problem is a Web service that’s simply not available, there’s a good chance that a Web service platform will return an error message that indicates a service is unavailable. Try to contact the service by other means, and check the system to be sure all the connection information and authentication information is sufficient for communicating with that service.
Additionally, there’s a scenario ...