Re: put url web service timeout

2015-07-16 Thread J. Landman Gay
On 7/15/2015 12:16 PM, Ralph DiMola wrote: The Dictionary says the socketTimeoutInterval is not supported on mobile but I tried it anyway. To my joy it works on mobile!! I want to pass this little gem along and find out what is the best way to report errors in the LC Dictionary. Use the QCC to

RE: put url web service timeout

2015-07-15 Thread Ralph DiMola
I was having a problem with timeouts using ==>put url("https://fdsfsd.on-rev.com/test.lc";)<==. Some of these request took some time to complete. I found even in the IDE the socketTimeout message does not get sent when a web request times out. I set the socketTimeoutInterval to 2 and on the

RE: put url web service timeout

2015-07-06 Thread Ralph DiMola
Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Pierre Sahores Sent: Monday, July 06, 2015 7:30 PM To: How to use LiveCode Subject: Re: put url web

Re: put url web service timeout

2015-07-06 Thread Pierre Sahores
Should this sendmail script helps ? function emailLC7 pTo, pSub, pMsg, pFrom, pFromName local tMsg put "From:" && pFromName && "<" & pFrom & ">" & cr & "To:" && pTo & cr & "Subject:" && pSub & cr & "Content-Type: text/html; charset=" & setQuote("utf-8") & cr & cr & pMsg into tMsg put th

put url web service timeout

2015-07-06 Thread Ralph DiMola
I created a web service with a "wait 30 seconds" before I return data. When I access my web service from a browser the browser hangs for 30 seconds and returned data is as expected. When I do a ===>put url ("http://myaccount.on-rev.com/myservice.lc?info1=blah) into MyVar<== it times out in about 9