function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tanmay KansaraTanmay Kansara 

Value not valid for type xsd:boolean,

Hello All

I am new to SF. I created a WOrkflow where I am sending an outbound message to a Boomi EndPoint. I know the workflow works fine as I get the messages in "Outbound Messaging Delivery Status". However what I am unable to figure out is why i get the following error every time under "Delivery Failure Reason".
"org.xml.sax.SAXException: Value not valid for type xsd:boolean, should be '0', '1', 'true' or 'false' Value not valid for type x"

Since this is a outbound message I am assuming that SF is the one sending the XML to the end point. 

Any help will be appreciated. 

Thanks
Raj VakatiRaj Vakati
Hi  Tanmay, 

I believe the reasons are 
Dell bhomi web service endpoint is not able to parse the boolean value which you are passing it form the salesforce  

"org.xml.sax.SAXException: Value not valid for type xsd:boolean, should be '0', '1', 'true' or 'false' Value not valid for type x"


Can you try to create an apex class try to invoke the endpoint and see the logs for more info