I'm seeing variable behaviour in our code connecting to a web service for the purpose of acquiring an authentication token. We open a connection using TCP_Open, connection state is confirmed as 8 - established at this point. We then go on to send a BLOB containing our token request , and we should then be able to receive our token via TCP_ReceiveBLOB. On some machines the connection state is changed to 0 - closed immediately after the send blob. On other machines the connection state remains 8 - established until we receive the blob.
The service we connect to (Xero) did suffer a service outage last week, and it was at this point that the failures began to occur. Can anyone shed any light on why the connection is closed immediately after sending the blob, but on other machines it is not? Thanks, David Stevenson Synergist Express Ltd ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

