Page 1 of 1

About error in log Uncaught event: error.badfetch

Posted: Tue Aug 29, 2017 10:44 am
by henry
Team,

During calling REST service module, we meet the error in the log below. What does the "error.badfetch" mean?
Whether this happened collect variable value before post or something else?

29 Aug 2017 10:33:08 AM -0400: var_83, [rest] - Uncaught event: error.badfetch

Thanks

Re: About error in log Uncaught event: error.badfetch

Posted: Tue Aug 29, 2017 2:44 pm
by support
error.badfetch means Fuse+ was unable to load the page, in this specific instance there was invalid XML. We recommend you double check your variables since most of them are being passed along while you queue the outbound call. We noticed some parameter names do not match the variable name and were not sure if that was intentional or not (AddressChangeStatus vs. AddressChange, Individual_Mask vs IndividualMASK, etc)

If you need additional assistance, please give us an example of a valid webservice call, with some test data we can use to call the webservice.