I am executing services created with WSDL Import and I see that before a service exception, either due to timeout or another problem, a .Net exception explodes and the only way to control it that I found is using CSharp code through a try/catch.
Is there a way to control this in Genexus without exploiting the user?
Set the CancelOnError property of the Location Datatype to
2
, and use the GetSOAPErr and GetSOAPErrMsg functions to take the appropriate action based on the exception.