I would like to propose the inclusion of a logging capability for the SOAP requests sent and received from any WebService in the scope of an eSpace.
Meaningful information to be included:
-Server and port
-Date + time
-SOAP messages sent and received
-User
-Originator (process, flow, ...)
And a log viewer that enables the search for Web Services invocations based on:
-Service name
-Date
-Originator
-User
The Soap messages (sent and received) should be presented in XML.
What we gain:
-easy way of detecting configuration errors (wrong server, ...)
-easy way of validating the input sent, for user input errors
-easy way of validating the output sent from the back-end system via the web service
Thanks,
Francisco Vasco