Forum Discussion
Bessonnizza
6 years agoHelper II
Json.FromValue
Hello there, I want to write POST request with data for WEB service. I try to use Json.FromValue function to convert to JSON, but it isn't working. JSON data schema: My POST request...
Bessonnizza
6 years agoHelper II
if i use json.fromvalue:
An error occurred in the ‘fnStartStatisticsSession’ query. DataSource.Error: Web.Contents failed to get contents from 'http://spic.scout365.ru:8081/spic/StatisticsController/rest/StartStatisticsSession' (500): Internal Server Error
Details:
DataSourceKind=Web
DataSourcePath=http://spic.scout365.ru:8081/spic/StatisticsController/rest/StartStatisticsSession
Url=http://spic.scout365.ru:8081/spic/StatisticsController/rest/StartStatisticsSession
ImkeF
6 years agoCommunity Champion
Hi Bessonnizza ,
I'd recommend to lookup in the API specification of your source (spic.scout365) what the reasons for a 500 error could be.
- ImkeF6 years agoCommunity Champion
... just saw that Begin and End are the same - maybe that is the reason?