Topic by Nishi Jahagirdar
Content
Hi All,
I am using an outbound service to send values to an EBS application from Service Cloud. My request consists of limited values and remaining fields will be null. The problem is I can't send null values to the web service for int/decimal/double fields and getting an error as 'Input string was not in correct format'. I tried using 'Nullable<fieldname>' as well as 'datatype?' in Reference.cs file for these three fields, but it didn't help. All the remaining fields are in correct format. I would appreciate if anyone could help me out here to resolve the issue.
Thanks,
Nishi