This slide describes the workflow done when TioSafe try to access application's data. First part consists in building the data of the request which is done with the “Request Data Method”, it will usualy be a page template used to format parameters (this is used in case of SOAP for example, but this is not required at all). Then the request is sent to application through the “Web Service Connector”. Once the web service request receives the answer, it calls the Parser Dict Method in order to transform custom XML into object properties which will be used to create a brain that will be return to the initial caller. Note that there is no answer in case of Web Service Request that put/update/delete objects in the application.