C
Chris Hardie
Hi,
I have added a web service reference to my project and am calling out
to a third-party web service. Everything works fine, except in numeric
fields there is sometimes a null value. And I mean a string
representation of null:
<projectId>null</projectId>
When my web service client is doing its magic building records, it
calls out to StringToNumber(), passes in "null", and I get a
formatting exception.
Since I don't control the web service client code, is there a solution
for getting around this?
Thanks,
Chris
I have added a web service reference to my project and am calling out
to a third-party web service. Everything works fine, except in numeric
fields there is sometimes a null value. And I mean a string
representation of null:
<projectId>null</projectId>
When my web service client is doing its magic building records, it
calls out to StringToNumber(), passes in "null", and I get a
formatting exception.
Since I don't control the web service client code, is there a solution
for getting around this?
Thanks,
Chris