Hi all,
When I get data for Contact from Eloqua SOAP APIs, I get an exception. I find out that because there is a value of C_Title contains "". The SOAP API could not convert it.
I check the xml escaped chars and guess it is vertical tab '\v'. When I try to update another Contact record to change its value to some string with '\v', updating failed.
I don't know where it come from.
How could I get data of it by SOAP API?
Best Regards,
Biao