arduino server and sending sms

hello,

i made a project for control my burner domestic for the central heating of my home.

the project was:

the possibility of nanage with the setpoint, the internal and external temperature , the order for the buderus burner.

i manage all of this by a sitewebpage (local on pc), for can have all necessary feedback and setpoint.

this it works pretty well.

i try now to send sms with my arduino,
i use service from temboo.

i test one code that was fonctionnal if i use only this code, but when i implent this one on my global project, i never receive any sms.

i suppose thatthe problem is because my arduino is already server (or client), and is not able to open and close different connection!

could you help me to manage my roblem?

i suppose thatthe problem is because my arduino is already server (or client), and is not able to open and close different connection!

You suppose incorrectly, then. The Arduino can be server and client at the same time, with proper code. Clearly the problem is that you do not have proper code. My crystal ball says that the problem is between lines -3454 and line 455445445567789098765434567890987654.

Of course, it is cracked and full of algae, so it's a little hard to read.

how could you know about my code?
did you download it and test it?

my code is work perfectly for manage the website information, the home burner.

is only the sending sms part that is not working.

but thank for your help.

My ethernet shield sms service is working perfectly. I can use it with a server running.

how could you know about my code?

Whoosh. THAT was my point. You need to post your code if you are going to ask questions about it.