Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: AdrienMartin on July 20, 2016, 11:07:40 am

Title: Custom Skill C# WCF Service - the response it returned was invalid.
Post by: AdrienMartin on July 20, 2016, 11:07:40 am
Hi all,

My skill was working fine until a few weeks ago, my amazon echo started to answer by "There is a problem communicating with the requested skill" when I tried to call my skill, for any intent.

My service is receiving the request properly and performs the action related to it without issue. The json response did not change from before and is properly formatted as per the JSON Interface Reference for Custom Skills. https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interface-reference (https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interface-reference)

However, when I use the Test Service Simulator, the service performs the action related but in the Service Response area, the following message is appearing: "The remote endpoint could not be called, or the response it returned was invalid."

My SSL certificate is valid and the authority trusting the certificate is in the Amazon-approved certificate authority list. https://wiki.mozilla.org/CA:IncludedCAs (https://wiki.mozilla.org/CA:IncludedCAs)

Here is the configuration of my skill:


Basically, here are my questions:


Thank you very much.