Hi,
I'm trying to connect to a web service using excel.
I have currently no issues logging into the web service and using one of the functions. Once I am able to log in, the function returns a token, which I use to fetch data.
But Currently, I'm getting the following errors when trying to get returned values from two functions:
SoapMapper:Restoring data into SoapMapper ViewListResult failed HRESULT=0x80020009: Exception occurred.
- Client:Unspecified client error. HRESULT=0x80020009: Exception occurred.
Run-time error '-2147221504 (80040000)':
SoapMapper:Restoring data into SoapMapper ViewListResult failed
Any idea why I might be getting this error? And also how I can fix it? Finally, I can tell that it connects fine, and it checks data, since if I send in a bad data, or something that doesn't exist, it returns with an error stating that I should look at the perameters as it doesn't exist.
Thanks.
I'm trying to connect to a web service using excel.
I have currently no issues logging into the web service and using one of the functions. Once I am able to log in, the function returns a token, which I use to fetch data.
But Currently, I'm getting the following errors when trying to get returned values from two functions:
SoapMapper:Restoring data into SoapMapper ViewListResult failed HRESULT=0x80020009: Exception occurred.
- Client:Unspecified client error. HRESULT=0x80020009: Exception occurred.
Run-time error '-2147221504 (80040000)':
SoapMapper:Restoring data into SoapMapper ViewListResult failed
Any idea why I might be getting this error? And also how I can fix it? Finally, I can tell that it connects fine, and it checks data, since if I send in a bad data, or something that doesn't exist, it returns with an error stating that I should look at the perameters as it doesn't exist.
Thanks.