hi all experts,
i have create a codeunit to read a webservice from nav based on
http://vjeko.com/web-services-black-belt-consuming-nav-web-services-using-pure-cal/
but some times i got an error "A call to System.Reflection.RuntimeMethodInfo.Invoke failed with this message: The operation has timed out"
below is the debuger result, it stop when run the READMULTIPLE Function
![lke0v4o5bc0d.jpg](https://us.v-cdn.net/5022383/uploads/editor/2x/lke0v4o5bc0d.jpg)
to be exact on below part
![prnxffv2rt3f.png](https://us.v-cdn.net/5022383/uploads/editor/cu/prnxffv2rt3f.png)
theese are the global variables :
Name DataType Subtype
Entities DotNet System.Array.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
_ReadMultiple DotNet System.Reflection.MethodInfo.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
have anyone face the same problem?
if so, can someone share their solution