Skip to main content

We have a Webservice (soap) and we are passing an account to the webservice and the webservice would return a year (2018,2019 etc). In the Case of No date the Smart object is crashing giving null value error. How can we cater for such instance. In our case it is normal to have no values returned. ThanksĀ 

How is your web service result defined? Is it a nullable date time coming back and K2 doesn't like it when it is null? Try making it a string return type and see if the issue persists if you return an empty string instead of null, just to isolate the issue.


Reply