Posts by Jaime Oliveira • 21 points
2 posts
-
0
votes0
answers227
viewsQ: How do I ask for a new login when the session expires?
In my "online" Apps I use a lot of websession variables. When the session expires due to lack of use, the App is unusable because many parameters disappear. I want to launch a new login request msg,…
-
1
votes1
answer857
viewsQ: Handle errors of SOAP
I am consuming a webservice method via Externalobject (imported from "WSDL Import"). In practice, the invocation takes the Id as parameter and the service returns the name of the corresponding file:…