Search found 7 matches

by userintl2012
Mon Nov 11, 2013 6:44 pm
Forum: Internet
Topic: Connect with WCF?
Replies: 9
Views: 8769

Re: Connect with WCF?

Hi Mark, Thank you for the reply. It is possible that the server expects a HTTP header to identify that is a SOAP protocol, but I don't know. In a try clarify if the external ws has a problem, I developed a test web_service similar to the one I have to access. I wrote it with Visual Studio 2010 Ulti...
by userintl2012
Mon Nov 11, 2013 5:11 am
Forum: Internet
Topic: Connect with WCF?
Replies: 9
Views: 8769

Re: Connect with WCF?

Hi Simon, Thank you for your reply. Unfortunately the command removing the "the" as below put URL"http://webservice_URL/n_ezgwebservice.asmx?op=GetMatchInfo" into tPreferencesFile and all variations change "op" by "f", "function", "run" and etc did not work: I keep receiving copy of the WSDL service...
by userintl2012
Fri Nov 08, 2013 4:59 am
Forum: Internet
Topic: Connect with WCF?
Replies: 9
Views: 8769

Re: Connect with WCF?

Hi mwieder, I'm curious how the problem was fixed because I have a similar one: I have to access from Livecode a .NET Soap web service ( it is not WCF ) that exposes several methods returning lists of data, single values, etc, all XML. Also some methods accept arguments. I have the WSDL definition f...
by userintl2012
Wed Oct 09, 2013 7:59 pm
Forum: Android Deployment
Topic: How to identify which computers are in the network
Replies: 2
Views: 2621

Re: How to identify which computers are in the network

Hi Simon, Yes this works fine. However there is no support to command line in the Android neither IOS and the Livecode app is running on devices, not on Windows. An alternative way, more time consuming, it will be to create a Web Service to expose a list of the computers in the network, retrieved fr...
by userintl2012
Mon Sep 30, 2013 2:40 pm
Forum: Android Deployment
Topic: Which version of Android ? 2.2, 2.3 or 3.0 ?
Replies: 4
Views: 4156

Re: Which version of Android ? 2.2, 2.3 or 3.0 ?

Hi, Yes, I'm talking about the "rev" number under the SDK Manager. However, since you can use any Emulator means that your installation is OK and you can move forward. As Neil also explained to you, the minimum version you install is 2.2 and below that the Android SDK won't work fine. As far as perf...
by userintl2012
Mon Sep 30, 2013 4:26 am
Forum: Android Deployment
Topic: Which version of Android ? 2.2, 2.3 or 3.0 ?
Replies: 4
Views: 4156

Re: Which version of Android ? 2.2, 2.3 or 3.0 ?

Hi Bangkok, I have been using Livecode for a bit more than a year and had several problems with Android versions. My experience shows me that: 1. You must have the 2.2 Froyo installed. It is pointed by the folder android-8 under the "platforms" folder where you installed the Android SDK. In my equip...
by userintl2012
Sun Sep 29, 2013 4:43 pm
Forum: Android Deployment
Topic: How to identify which computers are in the network
Replies: 2
Views: 2621

How to identify which computers are in the network

Hi all, I have an Android only (not iPhone) application that has to copy files from the device to a PC using WI-FI. To copy I'm using the following command: put myListOfData into URL ( "file:" & myFilename ) where myListOfData is a list comma delimited and myFilename has the complete path to the net...