Anyone know what the 16 in this line of a SOAP web service request log is pointing to? <ns24:record xsi:type="ns16:ExpenseReport" externalId="012345" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
This integration takes all of our expense reports from our 3rd party system and writes them to NetSuite and it's been working for years. But we just started running into a new error message that just says "unexpected error, error id: a string of gibberish." The only thing I can see different on this specific expense report that is failing is in that line above, it says "ns19:ExpenseReport," where all other expense reports say "ns16:ExpenseReport" so I'm trying to figure out why this specific one is different. It shouldn't be from the looks of the actual report in the expense system.