HTTP Client Adapter Exception Status Report Messages
If TestNow fails at the HTTP Server Connection step with the message "HTTP Client Adapter exception," the status report includes more information to help troubleshoot the issue.
Error Message: HTTP Client exception: Exception while trying to construct URL from <ip address> with error: no protocol: <ip address>
Verify that the endpoint used in the profile is valid. For the HTTP connection test to complete successfully, the business process has to be able to contact the trading partner's HTTP server. The endpoint must include the following:
- Communication protocol (in this case, it must be HTTP or HTTP/s)
- Trading partner IP address or fully qualified domain name
- Trading partner port (optional)
In this Format:
HTTP://<ip address>:<port>
or
HTTP/s://<ip address>:<port>
On the Admin Console, verify that the endpoint is correct and in the correct format by selecting Trading Partner > Setup > Advanced > Transports, list the transports, and click Edit next to the desired transport. Page through the wizard and add or change the value in the endpoint field so that it is in the correct format.
Error Message: HTTP Client exception: ResponseTimeoutSpecified [0] is out of required range between 1 and 999999 secs!
Go to Trading Partner > Advanced > Transports. List the transports, and select Edit for the transport to be corrected. Change the response timeout to a valid value (between 1 and 999999 seconds).