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
upNcommNupNcommN 

invalid number exception

When passing SOAP XML containing empty tags, if the tags correspond to a number field such as a currency field, it returns a java number format exception because of the empty string.  Is there any value that can be passed as default in the tag that won't actually set a value in the field, but will circumvent this exception?

regards

aj

DevAngelDevAngel

Hi upNcommN,

Why do you want to pass empty tags?  Are you trying to set a field to null?

Most soap stacks will not send tags of fields that have not been set to a value so the need for empty tags escapes me.