Hi,
What should the boolean value be in this method for the bPrimary field? I've tried 1 or 0 and "true" or "false" and in each instance I get an error back from the API stating "System.ArgumentException: Cannot convert [the value I entered] to System.Boolean"
What should the correct values be?
Hi Gordon,
It should accept "true" and "false". Be sure you're also giving a value for bSaveCopyOnChange.
Have you tried testing it from the asmx page? If it works from there, there could be something in your coding that's introducing errant characters.
-Morgan
Thanks! Yes, I missed adding a boolean value for the the SaveCopyOnChange parameter.