I trying calling the yahoo weather API web service, using the sample code and it worked. Now I am trying to call a service specific to my project with the same logic which seems to be not working. Below is my code,
This is the method i call which seems to be not working correctly,
void callService(float temp)
{
if (client.connect(XYZ, 9980)) {
Serial.println("Connected to server, preparing request.");
Serial.println("Connect to Non SAP Network...");
Thanks for your reply
Yes, the 9980 is the port to the server. And if the program control is going into the if loop it means the connection is happening?
I am using a SAP Hana server and when i check the logs i do not see any entry being made there.