Skip to main content

Hi Guys,

Iam trying to import a data set to PSO using Swagger Post method. When i do try to execute the XML, iam getting the error: The string '' is not a valid Boolean value. at System.Xml.XmlConvert.ToBoolean(String s) at System.Data.Common.BooleanStorage.ConvertXmlToObject(String s)…..

 

Iam suspecting the XML ,but seems to be ok as shown below.

Appreciate your help..

 

 

I don’t think the problem comes from the XML snippet you shared, but rather a mandatory Boolean attribute for which you didn’t supply a value. For example Activity Status>start_based. In your XML try searching for >< to see where you provide empty values. You could also look at the PSO Events screen to see if there are more details.


Reply