Hi,
I'm trying to connect to a web service using excel.
I have currently no issues logging into the web service and also fetching data using one of the methods. But the two other methods, I get the error that states that it had run into an error restoring data.
There are 4 main method.
The first method logs me into the system, and returns a token. With this token, I have to send this data to retrieve other data. The second one, and third one return lists depending on my log on ID, and the fourth return a full set of data.
Oddly, I am able to log in, get the token, and also run the last method that allows me to receive the full set of data. As for the other two, I receive the same error message:
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? Thanks.
I'm trying to connect to a web service using excel.
I have currently no issues logging into the web service and also fetching data using one of the methods. But the two other methods, I get the error that states that it had run into an error restoring data.
There are 4 main method.
The first method logs me into the system, and returns a token. With this token, I have to send this data to retrieve other data. The second one, and third one return lists depending on my log on ID, and the fourth return a full set of data.
Oddly, I am able to log in, get the token, and also run the last method that allows me to receive the full set of data. As for the other two, I receive the same error message:
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? Thanks.