<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic We are working on a hotfix to in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122998#M76858</link>
    <description>&lt;P&gt;We are working on a hotfix to address a variety of problems, including several of the crash issues.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 22:34:52 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2017-03-23T22:34:52Z</dc:date>
    <item>
      <title>Custom WebService Crashes XDK</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122993#M76853</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;

&lt;P&gt;I am a newbie and have managed to bring in&amp;nbsp;my Web Service but when I click on the TryIt button XDK crashes. The "Intel XDK encountered a problem and must restart" popup appears. I also receive a "Uncaught SyntaxError: Unexpected token ;("") I am not sure why it is crashing any ideas will be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Many Thanks&lt;/P&gt;

&lt;P&gt;Webservice methed is getCols&lt;/P&gt;

&lt;P&gt;apiconfig.json&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{
  "AmplaData": {
    "name": "Ampla Data",
    "description": "Ampla Data API",
    "dashboardUrl": "http://xx.xx.xx.180/WSJSON/webservice1.asmx",
   
    "compatibleProjectTypes": [
      "com.intel.xdk.projecttype.jsapp",
      "com.intel.xdk.projecttype.webapp",
      "com.intel.xdk.projecttype.iotapp"
    ]
  }
}&lt;/PRE&gt;

&lt;P&gt;AmplaData.js File&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;/*globals window, console, $*/
/*jshint -W068 */
(function () {
  var exports = {};

  /* Data Feed Function */
  exports.getCols = function (params) {
    var url = 'http://xx.xx.xx.180/WSJSON/webservice1.asmx/getCols';
 
      return $.ajax({url: url});
  };
  return exports;
});// jshint ignore:line&lt;/PRE&gt;

&lt;P&gt;AmplaData.json File&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{
  "endpoints": [
    {
      "name": "AmplaData",
      "dashboardUrl": "http://xx.xx.xx.180/WSJSON/webservice1.asmx",
      "methods": [
        {
          "MethodName": "getCols",
          "Synopsis": "Grabs information from the DB"
        }
       ]
    }
  ]
}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 01:19:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122993#M76853</guid>
      <dc:creator>Simon_T_</dc:creator>
      <dc:date>2017-03-20T01:19:13Z</dc:date>
    </item>
    <item>
      <title>I'll alert the appropriate</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122994#M76854</link>
      <description>&lt;P&gt;I'll alert the appropriate engineer.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122994#M76854</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-20T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122995#M76855</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Sorry that error message isn't too helpful. The first thing I would try is renaming the files to&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;AmplaData.json and AmplaData.js. Essentially, the key value in the apiconfig.json file should match the name of the files. Can you post what happens after that change?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:12:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122995#M76855</guid>
      <dc:creator>Anjali_G_Intel</dc:creator>
      <dc:date>2017-03-21T18:12:21Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122996#M76856</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Thanks for the response, it was a typo from my end the files are AmplaData.js and AmplaData.json.&lt;/P&gt;

&lt;P&gt;Thanks again for the help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:32:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122996#M76856</guid>
      <dc:creator>Simon_T_</dc:creator>
      <dc:date>2017-03-21T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122997#M76857</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Just to confirm the typo was on the post not in the project, it is still crashing XDK. I am also getting alot of XDK crashes with Ver3900 when I drag items onto a page the same error pops up and restarts XDK.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 22:28:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122997#M76857</guid>
      <dc:creator>Simon_T_</dc:creator>
      <dc:date>2017-03-23T22:28:31Z</dc:date>
    </item>
    <item>
      <title>We are working on a hotfix to</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122998#M76858</link>
      <description>&lt;P&gt;We are working on a hotfix to address a variety of problems, including several of the crash issues.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 22:34:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122998#M76858</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-23T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122999#M76859</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;Thanks for the update.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 22:36:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1122999#M76859</guid>
      <dc:creator>Simon_T_</dc:creator>
      <dc:date>2017-03-23T22:36:50Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1123000#M76860</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;Any idea when it will be released?&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 22:45:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1123000#M76860</guid>
      <dc:creator>Simon_T_</dc:creator>
      <dc:date>2017-03-23T22:45:27Z</dc:date>
    </item>
    <item>
      <title>Sorry, not allowed to</title>
      <link>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1123001#M76861</link>
      <description>&lt;P&gt;Sorry, not allowed to announce expected release dates, company policy. All I can say is we want to get it out there ASAP, so we're primarily targeting the most irritating issues, especially the ongoing login problem and several frequent crash issues.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 00:16:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Custom-WebService-Crashes-XDK/m-p/1123001#M76861</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-24T00:16:39Z</dc:date>
    </item>
  </channel>
</rss>

